Here is the mds output from the command you requested. I did this during the small data run . ( time cp small1/* small2/ ) It is 20MB in size so I couldn't find a place online that would accept that much data. Please find attached file. Thanks, Beeij On Mon, Mar 30, 2015 at 10:59 PM, Yan, Zheng <ukernel@xxxxxxxxx> wrote: > On Sun, Mar 29, 2015 at 1:12 AM, Barclay Jameson > <almightybeeij@xxxxxxxxx> wrote: >> I redid my entire Ceph build going back to to CentOS 7 hoping to the >> get the same performance I did last time. >> The rados bench test was the best I have ever had with a time of 740 >> MB wr and 1300 MB rd. This was even better than the first rados bench >> test that had performance equal to PanFS. I find that this does not >> translate to my CephFS. Even with the following tweaking it still at >> least twice as slow as PanFS and my first *Magical* build (that had >> absolutely no tweaking): >> >> OSD >> osd_op_treads 8 >> /sys/block/sd*/queue/nr_requests 4096 >> /sys/block/sd*/queue/read_ahead_kb 4096 >> >> Client >> rsize=16777216 >> readdir_max_bytes=16777216 >> readdir_max_entries=16777216 >> >> ~160 mins to copy 100000 (1MB) files for CephFS vs ~50 mins for PanFS. >> Throughput on CephFS is about 10MB/s vs PanFS 30 MB/s. >> >> Strange thing is none of the resources are taxed. >> CPU, ram, network, disks, are not even close to being taxed on either >> the client,mon/mds, or the osd nodes. >> The PanFS client node was a 10Gb network the same as the CephFS client >> but you can see the huge difference in speed. >> >> As per Gregs questions before: >> There is only one client reading and writing (time cp Small1/* >> Small2/.) but three clients have cephfs mounted, although they aren't >> doing anything on the filesystem. >> >> I have done another test where I stream data info a file as fast as >> the processor can put it there. >> (for (i=0; i < 1000000001; i++){ fprintf (out_file, "I is : %d\n",i);} >> ) and it is faster than the PanFS. CephFS 16GB in 105 seconds with the >> above tuning vs 130 seconds for PanFS. Without the tuning it takes 230 >> seconds for CephFS although the first build did it in 130 seconds >> without any tuning. >> >> This leads me to believe the bottleneck is the mds. Does anybody have >> any thoughts on this? >> Are there any tuning parameters that I would need to speed up the mds? > > could you enable mds debugging for a few seconds (ceph daemon mds.x > config set debug_mds 10; sleep 10; ceph daemon mds.x config set > debug_mds 0). and upload /var/log/ceph/mds.x.log to somewhere. > > Regards > Yan, Zheng > >> >> On Fri, Mar 27, 2015 at 4:50 PM, Gregory Farnum <greg@xxxxxxxxxxx> wrote: >>> On Fri, Mar 27, 2015 at 2:46 PM, Barclay Jameson >>> <almightybeeij@xxxxxxxxx> wrote: >>>> Yes it's the exact same hardware except for the MDS server (although I >>>> tried using the MDS on the old node). >>>> I have not tried moving the MON back to the old node. >>>> >>>> My default cache size is "mds cache size = 10000000" >>>> The OSDs (3 of them) have 16 Disks with 4 SSD Journal Disks. >>>> I created 2048 for data and metadata: >>>> ceph osd pool create cephfs_data 2048 2048 >>>> ceph osd pool create cephfs_metadata 2048 2048 >>>> >>>> >>>> To your point on clients competing against each other... how would I check that? >>> >>> Do you have multiple clients mounted? Are they both accessing files in >>> the directory(ies) you're testing? Were they accessing the same >>> pattern of files for the old cluster? >>> >>> If you happen to be running a hammer rc or something pretty new you >>> can use the MDS admin socket to explore a bit what client sessions >>> there are and what they have permissions on and check; otherwise >>> you'll have to figure it out from the client side. >>> -Greg >>> >>>> >>>> Thanks for the input! >>>> >>>> >>>> On Fri, Mar 27, 2015 at 3:04 PM, Gregory Farnum <greg@xxxxxxxxxxx> wrote: >>>>> So this is exactly the same test you ran previously, but now it's on >>>>> faster hardware and the test is slower? >>>>> >>>>> Do you have more data in the test cluster? One obvious possibility is >>>>> that previously you were working entirely in the MDS' cache, but now >>>>> you've got more dentries and so it's kicking data out to RADOS and >>>>> then reading it back in. >>>>> >>>>> If you've got the memory (you appear to) you can pump up the "mds >>>>> cache size" config option quite dramatically from it's default 100000. >>>>> >>>>> Other things to check are that you've got an appropriately-sized >>>>> metadata pool, that you've not got clients competing against each >>>>> other inappropriately, etc. >>>>> -Greg >>>>> >>>>> On Fri, Mar 27, 2015 at 9:47 AM, Barclay Jameson >>>>> <almightybeeij@xxxxxxxxx> wrote: >>>>>> Opps I should have said that I am not just writing the data but copying it : >>>>>> >>>>>> time cp Small1/* Small2/* >>>>>> >>>>>> Thanks, >>>>>> >>>>>> BJ >>>>>> >>>>>> On Fri, Mar 27, 2015 at 11:40 AM, Barclay Jameson >>>>>> <almightybeeij@xxxxxxxxx> wrote: >>>>>>> I did a Ceph cluster install 2 weeks ago where I was getting great >>>>>>> performance (~= PanFS) where I could write 100,000 1MB files in 61 >>>>>>> Mins (Took PanFS 59 Mins). I thought I could increase the performance >>>>>>> by adding a better MDS server so I redid the entire build. >>>>>>> >>>>>>> Now it takes 4 times as long to write the same data as it did before. >>>>>>> The only thing that changed was the MDS server. (I even tried moving >>>>>>> the MDS back on the old slower node and the performance was the same.) >>>>>>> >>>>>>> The first install was on CentOS 7. I tried going down to CentOS 6.6 >>>>>>> and it's the same results. >>>>>>> I use the same scripts to install the OSDs (which I created because I >>>>>>> can never get ceph-deploy to behave correctly. Although, I did use >>>>>>> ceph-deploy to create the MDS and MON and initial cluster creation.) >>>>>>> >>>>>>> I use btrfs on the OSDS as I can get 734 MB/s write and 1100 MB/s read >>>>>>> with rados bench -p cephfs_data 500 write --no-cleanup && rados bench >>>>>>> -p cephfs_data 500 seq (xfs was 734 MB/s write but only 200 MB/s read) >>>>>>> >>>>>>> Could anybody think of a reason as to why I am now getting a huge regression. >>>>>>> >>>>>>> Hardware Setup: >>>>>>> [OSDs] >>>>>>> 64 GB 2133 MHz >>>>>>> Dual Proc E5-2630 v3 @ 2.40GHz (16 Cores) >>>>>>> 40Gb Mellanox NIC >>>>>>> >>>>>>> [MDS/MON new] >>>>>>> 128 GB 2133 MHz >>>>>>> Dual Proc E5-2650 v3 @ 2.30GHz (20 Cores) >>>>>>> 40Gb Mellanox NIC >>>>>>> >>>>>>> [MDS/MON old] >>>>>>> 32 GB 800 MHz >>>>>>> Dual Proc E5472 @ 3.00GHz (8 Cores) >>>>>>> 10Gb Intel NIC >>>>>> _______________________________________________ >>>>>> ceph-users mailing list >>>>>> ceph-users@xxxxxxxxxxxxxx >>>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >> _______________________________________________ >> ceph-users mailing list >> ceph-users@xxxxxxxxxxxxxx >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
2015-03-31 11:02:21.306214 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407282 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.306259 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407282 cr=0x26d3e900) 2015-03-31 11:02:21.306262 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407282 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.306267 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407282 cr=0x26d3e900) #1000006b2a0 2015-03-31 11:02:21.306269 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a0 snap head 2015-03-31 11:02:21.306271 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.306273 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.306297 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407282 cr=0x26d3e900) 2015-03-31 11:02:21.306300 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.306335 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.306349 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.306364 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.306376 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.306403 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.306419 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.306443 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.306453 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.306462 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.306474 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.306484 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) auth_pin by 0x29a74600 on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] now 1+0 2015-03-31 11:02:21.306495 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.306511 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.306526 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.306537 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.306548 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.306557 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.306569 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.306579 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.306597 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407282 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.306602 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407282 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.306615 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.306619 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.306624 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.306627 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.306644 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407282 cr=0x26d3e900) 2015-03-31 11:02:21.306669 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.306688 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.306704 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.306714 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.306725 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.306737 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.306760 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.306770 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.306780 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.306806 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.306819 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.306831 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) auth_unpin by 0x29a74600 on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f44c228] now 0+0 2015-03-31 11:02:21.307977 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e28 follows 0 op update 2015-03-31 11:02:21.307982 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.307994 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.307996 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.308015 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.308016 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308023 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308032 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.308034 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308040 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308049 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308054 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.308056 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308063 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308070 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308076 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308082 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.308083 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.308085 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e28 [2,head] /test_small/small1/blarg10010 auth v136838 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cdfc8] 2015-03-31 11:02:21.308092 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.348093 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407283 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.348123 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407283 cr=0x26d3f080) 2015-03-31 11:02:21.348126 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407283 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.348130 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407283 cr=0x26d3f080) #1000006b2a0 2015-03-31 11:02:21.348132 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a0 snap head 2015-03-31 11:02:21.348134 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.348135 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.348156 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407283 cr=0x26d3f080) 2015-03-31 11:02:21.348160 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.348181 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.348195 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.348220 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.348232 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.348248 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.348274 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.348297 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.348309 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.348319 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.348331 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.348341 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) auth_pin by 0x29a74600 on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] now 1+0 2015-03-31 11:02:21.348352 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.348367 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.348382 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.348391 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.348402 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.348413 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.348424 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.348435 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.348452 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407283 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.348457 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407283 getattr Xs #1000006b2a0 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.348470 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.348474 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.348478 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:21.348481 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.348498 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407283 cr=0x26d3f080) 2015-03-31 11:02:21.348523 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.348542 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.348558 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.348570 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.348582 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.348594 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.348617 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.348629 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f44c228] 2015-03-31 11:02:21.348641 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.348657 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.348669 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.348679 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) auth_unpin by 0x29a74600 on [inode 1000006b2a0 [2,head] {#1000006b2a0 /test_small/small5/blarg10010} auth v178620 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f44c228] now 0+0 2015-03-31 11:02:21.348948 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407284 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.348972 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407284 cr=0x26d39680) 2015-03-31 11:02:21.348974 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407284 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.348978 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407284 cr=0x26d39680) #10000004e2c 2015-03-31 11:02:21.348980 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e2c snap head 2015-03-31 11:02:21.348982 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.348983 7fbe462be700 10 mds.0.server ref is [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.348996 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407284 cr=0x26d39680) 2015-03-31 11:02:21.348999 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.349017 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.349029 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.349041 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.349047 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.349063 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.349078 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.349088 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.349101 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.349111 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a74600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.349123 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.349128 7fbe462be700 10 mds.0.cache.ino(10000004e2c) auth_pin by 0x29a74600 on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] now 1+0 2015-03-31 11:02:21.349135 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.349151 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.349167 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.349177 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.349188 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.349209 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.349232 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349238 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349244 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349251 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349265 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407284 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.349270 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407284 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.349282 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.349287 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.349292 7fbe462be700 10 mds.0.cache.ino(10000004e2c) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.349294 7fbe462be700 10 mds.0.cache.ino(10000004e2c) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.349310 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407284 cr=0x26d39680) 2015-03-31 11:02:21.349332 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.349351 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.349366 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.349378 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.349390 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.349400 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.349410 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349431 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349437 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349445 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.349451 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.349466 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.349476 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a74600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.349486 7fbe462be700 10 mds.0.cache.ino(10000004e2c) auth_unpin by 0x29a74600 on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cd690] now 0+0 2015-03-31 11:02:21.349889 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407285 lookup #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.349914 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407285 cr=0x26d3bc00) 2015-03-31 11:02:21.349918 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407285 lookup #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.349922 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407285 cr=0x26d3bc00) #1000006026a/blarg10011 2015-03-31 11:02:21.349924 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.349927 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10011 [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock) v=177604 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cd00] 2015-03-31 11:02:21.349939 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.349941 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407285 lookup #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.349957 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.349970 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407285 cr=0x26d3bc00) 2015-03-31 11:02:21.350480 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407286 lookup #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.350505 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407286 cr=0xaeeeb80) 2015-03-31 11:02:21.350509 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407286 lookup #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.350512 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407286 cr=0xaeeeb80) #1000006026a/blarg10011 2015-03-31 11:02:21.350515 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.350518 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10011 [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock) v=177604 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cd00] 2015-03-31 11:02:21.350529 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.350530 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407286 lookup #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.350543 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.350561 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407286 cr=0xaeeeb80) 2015-03-31 11:02:21.351076 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407287 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.351101 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407287 cr=0xaee8f00) 2015-03-31 11:02:21.351105 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407287 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.351109 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407287 cr=0xaee8f00) #10000004e2c 2015-03-31 11:02:21.351111 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e2c snap head 2015-03-31 11:02:21.351114 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.351115 7fbe462be700 10 mds.0.server ref is [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.351128 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407287 cr=0xaee8f00) 2015-03-31 11:02:21.351134 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.351155 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.351169 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.351181 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.351187 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.351203 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.351218 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.351228 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.351240 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.351251 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a74600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.351262 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.351268 7fbe462be700 10 mds.0.cache.ino(10000004e2c) auth_pin by 0x29a74600 on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] now 1+0 2015-03-31 11:02:21.351277 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.351304 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.351332 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.351343 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.351354 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.351362 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.351370 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351376 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351382 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351388 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351403 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407287 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.351408 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407287 getattr Xs #10000004e2c 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.351422 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.351425 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.351430 7fbe462be700 10 mds.0.cache.ino(10000004e2c) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.351432 7fbe462be700 10 mds.0.cache.ino(10000004e2c) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.351450 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407287 cr=0xaee8f00) 2015-03-31 11:02:21.351475 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.351494 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.351509 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.351522 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.351533 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.351544 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.351567 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351577 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351586 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351592 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cd690] 2015-03-31 11:02:21.351600 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.351617 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.351630 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a74600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.351641 7fbe462be700 10 mds.0.cache.ino(10000004e2c) auth_unpin by 0x29a74600 on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9cd690] now 0+0 2015-03-31 11:02:21.352016 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407288 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.352043 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407288 cr=0xaee9180) 2015-03-31 11:02:21.352045 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407288 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.352049 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407288 cr=0xaee9180) #1000006026a 2015-03-31 11:02:21.352052 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.352054 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.352055 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352077 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407288 cr=0xaee9180) 2015-03-31 11:02:21.352081 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.352099 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.352113 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352126 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.352141 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.352157 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.352166 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.352179 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352191 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.352204 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.352220 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.352246 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.352270 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.352281 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352301 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352313 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (ixattr sync r=1) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31265} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352331 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407288 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.352337 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407288 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.352350 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.352354 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.352359 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31266 2015-03-31 11:02:21.352361 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31266 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.352379 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407288 cr=0xaee9180) 2015-03-31 11:02:21.352405 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.352424 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.352439 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.352451 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.352462 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352474 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352497 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352509 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.352520 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.352536 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.352548 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.352940 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407289 create #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.352965 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407289 cr=0xaeeb200) 2015-03-31 11:02:21.352967 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407289 create #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.352970 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10011 2015-03-31 11:02:21.352971 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407289 cr=0xaeeb200) #1000006026a/blarg10011 2015-03-31 11:02:21.352974 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10011 2015-03-31 11:02:21.352976 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.352978 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.352980 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178621 v=178611 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.352994 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178621 v=178611 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.353005 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10011 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178621 v=178611 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.353018 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407289 cr=0xaeeb200) 2015-03-31 11:02:21.353024 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353046 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353060 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353074 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock) v=177604 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353081 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353097 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.353113 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353124 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.353137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=5+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353160 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.353172 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock) v=177604 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353177 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10011) auth_pin by 0x29a74600 on [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock) v=177604 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] now 1+0 2015-03-31 11:02:21.353197 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock) v=177604 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353202 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177604 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353208 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177604 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353213 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177604 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353219 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177604 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353223 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10011) auth_pin by 0x676ce58 on [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177604 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] now 2+0 2015-03-31 11:02:21.353229 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x29a74600) [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dn xlock x=1 by 0x29a74600) (dversion lock w=1 last_client=708310) v=177604 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353234 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353250 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353265 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353279 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353292 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353304 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353314 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353323 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353345 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353357 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353369 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353380 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353391 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353403 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353413 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353423 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353434 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353455 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a1 ([1000006b2a2~381], 897 left) 2015-03-31 11:02:21.353459 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.353461 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a1 [2,head] #1000006b2a1 auth v1 s=0 n() (iversion lock) 0x3f326dd0] 2015-03-31 11:02:21.353466 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178622 2015-03-31 11:02:21.353468 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10011) pre_dirty [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dn xlock x=1 by 0x29a74600) (dversion lock w=1 last_client=708310) pv=178622 v=177604 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353477 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f326dd0] 2015-03-31 11:02:21.353486 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x29a74600 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178622 v=178611 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 6 + 12 2015-03-31 11:02:21.353498 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x4e396b0 2015-03-31 11:02:21.353499 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178623 2015-03-31 11:02:21.353501 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178611 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.353508 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178611 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.353515 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f326dd0] 2015-03-31 11:02:21.353521 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.353523 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295192 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353539 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295194 2015-03-31 11:02:21.353541 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295182 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.353546 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295194 (current v 3295182) 2015-03-31 11:02:21.353547 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178611 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=13+1591,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.353555 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.353556 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x29a74600 on [dir 10000000000 /test_small/ [2,head] auth pv=3295194 v=3295183 cv=3287205/3287205 ap=6+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382309+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 6 + 7 2015-03-31 11:02:21.353566 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x4acb910 2015-03-31 11:02:21.353567 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295195 2015-03-31 11:02:21.353568 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353581 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353593 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353606 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.353608 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.69487 < 1, stopping 2015-03-31 11:02:21.353620 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.353632 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=6 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:21.353638 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295182 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.353643 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31266} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.353660 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f326dd0] 2015-03-31 11:02:21.353669 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.353673 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353681 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.353683 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353692 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353699 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353707 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353715 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353722 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353728 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353737 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353742 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353750 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353756 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353764 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353770 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353778 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353803 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f326dd0] 2015-03-31 11:02:21.353816 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.353817 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.353821 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f326dd0 tracedn 0x676cd00 2015-03-31 11:02:21.353825 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x29a74600) [dentry #1/test_small/small5/blarg10011 [2,head] auth NULL (dn xlock x=1 by 0x29a74600) (dversion lock w=1 last_client=708310) pv=178622 v=177604 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cd00] 2015-03-31 11:02:21.353833 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407289 create #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.353843 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.353847 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31267 2015-03-31 11:02:21.353850 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31267 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.353857 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.353861 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.353863 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) including xattrs version 0 2015-03-31 11:02:21.353909 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353943 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353960 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353969 7fbe406af700 5 mds.0.log _submit_thread 5419511073~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:21.353975 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.353992 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354017 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354031 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354041 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354054 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354068 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354081 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354093 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354106 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354117 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354465 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407290 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.354494 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407290 cr=0xaeeeb80) 2015-03-31 11:02:21.354496 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407290 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.354500 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407290 cr=0xaeeeb80) #1000006b2a1 2015-03-31 11:02:21.354503 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a1 snap head 2015-03-31 11:02:21.354505 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.354506 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f326dd0] 2015-03-31 11:02:21.354526 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407290 cr=0xaeeeb80) 2015-03-31 11:02:21.354530 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.354550 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354564 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354578 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f326dd0] 2015-03-31 11:02:21.354590 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.354607 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:21.354623 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354632 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:21.354646 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354658 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:21.354670 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f326dd0] 2015-03-31 11:02:21.354692 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_pin by 0x2367ad00 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f326dd0] now 1+0 2015-03-31 11:02:21.354704 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.354732 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.354748 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354760 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354770 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354790 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354802 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.354813 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.354831 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407290 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.354837 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407290 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.354852 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.354856 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.354860 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.354864 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.354882 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407290 cr=0xaeeeb80) 2015-03-31 11:02:21.354907 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.354927 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.354943 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354954 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.354966 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.354978 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355002 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.355014 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.355025 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.355042 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.355054 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.355067 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_unpin by 0x2367ad00 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] now 0+0 2015-03-31 11:02:21.355394 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407291 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.355417 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407291 cr=0x26d3bc00) 2015-03-31 11:02:21.355421 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407291 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.355425 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407291 cr=0x26d3bc00) #1000006b2a1 2015-03-31 11:02:21.355427 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a1 snap head 2015-03-31 11:02:21.355429 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.355430 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.355447 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407291 cr=0x26d3bc00) 2015-03-31 11:02:21.355450 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.355469 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.355482 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355495 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.355506 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.355522 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:21.355537 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.355546 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:21.355559 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355571 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:21.355584 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.355594 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_pin by 0x2367ad00 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] now 1+0 2015-03-31 11:02:21.355606 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.355622 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.355650 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.355674 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.355686 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355697 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355708 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.355718 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.355734 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407291 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.355740 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407291 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.355754 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.355758 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.355762 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.355764 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.355787 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407291 cr=0x26d3bc00) 2015-03-31 11:02:21.355811 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.355830 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.355847 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.355859 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.355871 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355883 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.355907 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.355919 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.355929 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.355946 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.355959 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.355969 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_unpin by 0x2367ad00 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] now 0+0 2015-03-31 11:02:21.359307 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e2c follows 0 op update 2015-03-31 11:02:21.359312 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359326 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.359331 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.359350 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.359351 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359359 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359369 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.359382 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359397 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359419 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359425 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.359428 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359438 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359444 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359450 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359450 7fbe406af700 5 mds.0.log _submit_thread 5419512713~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.359458 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359465 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359471 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359490 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.359500 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.399113 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407292 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.399142 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407292 cr=0x26d39680) 2015-03-31 11:02:21.399144 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407292 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.399149 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407292 cr=0x26d39680) #1000006b2a1 2015-03-31 11:02:21.399151 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a1 snap head 2015-03-31 11:02:21.399153 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.399155 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.399176 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407292 cr=0x26d39680) 2015-03-31 11:02:21.399180 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399200 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399217 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399243 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.399255 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399272 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:21.399288 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399300 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:21.399324 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399348 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:21.399360 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.399368 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_pin by 0x2367ad00 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] now 1+0 2015-03-31 11:02:21.399377 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399393 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399407 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399419 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399430 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399441 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399454 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.399464 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.399482 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407292 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.399488 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407292 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.399503 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.399507 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.399511 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.399514 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.399533 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407292 cr=0x26d39680) 2015-03-31 11:02:21.399558 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399578 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399595 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399607 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399620 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399632 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399656 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.399667 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.399678 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.399695 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.399707 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.399720 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_unpin by 0x2367ad00 on [inode 1000006b2a1 [2,head] {#1000006b2a1 /test_small/small5/blarg10011} auth v178622 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f326dd0] now 0+0 2015-03-31 11:02:21.399767 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407293 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.399811 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407293 cr=0x26d3f080) 2015-03-31 11:02:21.399813 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407293 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.399817 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407293 cr=0x26d3f080) #1000006026a 2015-03-31 11:02:21.399819 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.399820 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.399821 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399839 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407293 cr=0x26d3f080) 2015-03-31 11:02:21.399843 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399873 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399885 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399909 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399922 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:21.399937 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.399947 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:21.399959 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.399971 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:21.399983 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.399999 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400015 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400026 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400051 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400063 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400073 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400085 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31267} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400103 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407293 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.400106 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407293 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.400117 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.400123 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.400127 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31268 2015-03-31 11:02:21.400129 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31268 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.400146 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407293 cr=0x26d3f080) 2015-03-31 11:02:21.400171 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400189 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400205 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400217 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400229 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400241 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400265 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400277 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400287 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.400303 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.400315 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.400679 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407294 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.400709 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407294 cr=0x26d3e900) 2015-03-31 11:02:21.400715 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407294 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.400720 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407294 cr=0x26d3e900) #1000006026a 2015-03-31 11:02:21.400723 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.400726 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.400727 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400750 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407294 cr=0x26d3e900) 2015-03-31 11:02:21.400754 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400772 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400791 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400804 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400820 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:21.400836 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400847 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:21.400860 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400872 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:21.400884 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400911 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.400939 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400950 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.400961 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400972 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400983 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.400994 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.401005 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:21.401017 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.401026 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0xb37f650 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:21.401029 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.416871 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.416880 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.416892 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.416895 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) mark_dirty [inode 1000006b29c [2,head] /test_small/small5/blarg10007 auth v178611 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f48af00] 2015-03-31 11:02:21.416914 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10007) mark_dirty [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178612 v=177594 ap=2+0 inode=0x3f48af00 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.416926 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178612 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 13=13+0) hs=14+1590,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178612 2015-03-31 11:02:21.416950 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) mark_dirty_parent 2015-03-31 11:02:21.416953 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295182 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:57.000000 13=13+0) n(v1 rc2015-03-31 11:02:57.000000 14=13+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.416969 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295182 ap=0+9 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.416974 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295184 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382309+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295184 2015-03-31 11:02:21.416986 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178613 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 14=14+0) hs=14+1590,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178613 2015-03-31 11:02:21.416993 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295185 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382317=382310+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295185 2015-03-31 11:02:21.417005 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b29c [2,head] /test_small/small5/blarg10007 auth v178612 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f48af00] 2015-03-31 11:02:21.417016 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.417020 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27486 client_caps(grant ino 1000006b29c 1851473 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.417057 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178612 ap=2+0 inode=0x3f48af00 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.417081 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407239 create #1000006026a/blarg10007 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.417107 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b29c 2015-03-31 11:02:21.417110 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178612 ap=2+0 inode=0x3f48af00 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.417121 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178612 ap=2+0 inode=0x3f48af00 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.417129 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178612 ap=2+0 inode=0x3f48af00 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.417135 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10007) auth_unpin by 0x676c4f8 on [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178612 ap=1+0 inode=0x3f48af00 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] now 1+0 2015-03-31 11:02:21.417142 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178612 ap=1+0 inode=0x3f48af00 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.417149 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.417166 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=6 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295184 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 15=14+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417193 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295184 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 15=14+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417206 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295184 pv3295194 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 15=14+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417219 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178612 ap=1+0 inode=0x3f48af00 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c3a0] 2015-03-31 11:02:21.417238 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407239 cr=0x25f48000) 2015-03-31 11:02:21.417249 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a76400 on [inode 1 [...2,head] / auth v53467 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.417268 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a76400 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.417282 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a76400 on [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295185 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382317=382310+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 9 2015-03-31 11:02:21.417307 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a76400 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178613 cv=170705/170705 ap=5+11+11 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 14=14+0) hs=14+1590,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 11 2015-03-31 11:02:21.417317 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a76400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295184 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 15=14+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:21.417330 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10007) auth_unpin by 0x29a76400 on [dentry #1/test_small/small5/blarg10007 [2,head] auth (dn sync l=1) (dversion lock) v=178612 inode=0x3f48af00 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676c3a0] now 0+0 2015-03-31 11:02:21.417358 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.417361 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.417367 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.417369 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) mark_dirty [inode 1000006b29d [2,head] /test_small/small5/blarg10008 auth v178613 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4657c8] 2015-03-31 11:02:21.417383 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10008) mark_dirty [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178614 v=177596 ap=2+0 inode=0x3f4657c8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417390 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178614 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 14=14+0) hs=15+1589,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178614 2015-03-31 11:02:21.417401 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) mark_dirty_parent 2015-03-31 11:02:21.417402 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295184 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 14=14+0) n(v1 rc2015-03-31 11:02:58.000000 15=14+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417417 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295184 ap=0+8 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.417421 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295186 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382317=382310+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295186 2015-03-31 11:02:21.417434 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178615 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 15=15+0) hs=15+1589,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178615 2015-03-31 11:02:21.417445 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295187 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382318=382311+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295187 2015-03-31 11:02:21.417456 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b29d [2,head] /test_small/small5/blarg10008 auth v178614 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4657c8] 2015-03-31 11:02:21.417466 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.417471 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27487 client_caps(grant ino 1000006b29d 1851474 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.417495 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178614 ap=2+0 inode=0x3f4657c8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417506 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407249 create #1000006026a/blarg10008 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.417520 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b29d 2015-03-31 11:02:21.417523 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178614 ap=2+0 inode=0x3f4657c8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417533 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178614 ap=2+0 inode=0x3f4657c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417539 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178614 ap=2+0 inode=0x3f4657c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417546 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10008) auth_unpin by 0x676c6d8 on [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178614 ap=1+0 inode=0x3f4657c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] now 1+0 2015-03-31 11:02:21.417553 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178614 ap=1+0 inode=0x3f4657c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417559 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.417576 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295186 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 16=15+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417591 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295186 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 16=15+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417602 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295186 pv3295194 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 16=15+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417615 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178614 ap=1+0 inode=0x3f4657c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c580] 2015-03-31 11:02:21.417632 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407249 cr=0xb267300) 2015-03-31 11:02:21.417642 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a75a00 on [inode 1 [...2,head] / auth v53467 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.417661 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a75a00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.417674 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a75a00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295187 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382318=382311+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 8 2015-03-31 11:02:21.417686 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a75a00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178615 cv=170705/170705 ap=4+9+9 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 15=15+0) hs=15+1589,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 9 2015-03-31 11:02:21.417696 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a75a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295186 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 16=15+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.417710 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10008) auth_unpin by 0x29a75a00 on [dentry #1/test_small/small5/blarg10008 [2,head] auth (dn sync l=1) (dversion lock) v=178614 inode=0x3f4657c8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676c580] now 0+0 2015-03-31 11:02:21.417735 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.417738 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.417744 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.417745 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) mark_dirty [inode 1000006b29e [2,head] /test_small/small5/blarg10009 auth v178615 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f350590] 2015-03-31 11:02:21.417758 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10009) mark_dirty [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178616 v=177598 ap=2+0 inode=0x3f350590 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.417765 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178616 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 15=15+0) hs=16+1588,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178616 2015-03-31 11:02:21.417775 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) mark_dirty_parent 2015-03-31 11:02:21.417777 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295186 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 15=15+0) n(v1 rc2015-03-31 11:02:58.000000 16=15+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.417808 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295186 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.417813 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295188 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382318=382311+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295188 2015-03-31 11:02:21.417826 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178617 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 16=16+0) hs=16+1588,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178617 2015-03-31 11:02:21.417833 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295189 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382319=382312+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295189 2015-03-31 11:02:21.417844 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b29e [2,head] /test_small/small5/blarg10009 auth v178616 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f350590] 2015-03-31 11:02:21.417856 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.417859 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27488 client_caps(grant ino 1000006b29e 1851475 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.417882 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178616 ap=2+0 inode=0x3f350590 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.417894 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407259 create #1000006026a/blarg10009 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.417908 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b29e 2015-03-31 11:02:21.417922 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178616 ap=2+0 inode=0x3f350590 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.417931 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178616 ap=2+0 inode=0x3f350590 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.417937 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178616 ap=2+0 inode=0x3f350590 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.417944 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10009) auth_unpin by 0x676c8b8 on [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178616 ap=1+0 inode=0x3f350590 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] now 1+0 2015-03-31 11:02:21.417951 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178616 ap=1+0 inode=0x3f350590 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.417971 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.418000 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295188 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 17=16+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418015 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295188 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 17=16+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418028 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295188 pv3295194 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 17=16+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418039 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178616 ap=1+0 inode=0x3f350590 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c760] 2015-03-31 11:02:21.418059 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407259 cr=0x2645c100) 2015-03-31 11:02:21.418081 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a75500 on [inode 1 [...2,head] / auth v53467 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.418100 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a75500 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.418114 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a75500 on [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295189 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382319=382312+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 7 2015-03-31 11:02:21.418126 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a75500 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178617 cv=170705/170705 ap=3+7+7 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 16=16+0) hs=16+1588,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 7 2015-03-31 11:02:21.418137 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a75500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295188 pv3295194 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 17=16+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.418151 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10009) auth_unpin by 0x29a75500 on [dentry #1/test_small/small5/blarg10009 [2,head] auth (dn sync l=1) (dversion lock) v=178616 inode=0x3f350590 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676c760] now 0+0 2015-03-31 11:02:21.418192 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.418195 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.418202 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.418204 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) mark_dirty [inode 1000006b29f [2,head] /test_small/small5/blarg1001 auth v178617 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f345fa0] 2015-03-31 11:02:21.418218 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1001) mark_dirty [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178618 v=177600 ap=2+0 inode=0x3f345fa0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418225 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178618 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 16=16+0) hs=17+1587,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178618 2015-03-31 11:02:21.418235 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) mark_dirty_parent 2015-03-31 11:02:21.418237 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295188 pv3295194 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 16=16+0) n(v1 rc2015-03-31 11:02:58.000000 17=16+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418251 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295188 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.418255 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295190 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382319=382312+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295190 2015-03-31 11:02:21.418268 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178619 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 17=17+0) hs=17+1587,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178619 2015-03-31 11:02:21.418275 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295191 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382320=382313+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295191 2015-03-31 11:02:21.418286 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b29f [2,head] /test_small/small5/blarg1001 auth v178618 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f345fa0] 2015-03-31 11:02:21.418296 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.418300 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27489 client_caps(grant ino 1000006b29f 1851476 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.418322 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178618 ap=2+0 inode=0x3f345fa0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418333 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407269 create #1000006026a/blarg1001 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.418346 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b29f 2015-03-31 11:02:21.418348 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178618 ap=2+0 inode=0x3f345fa0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418358 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178618 ap=2+0 inode=0x3f345fa0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418364 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178618 ap=2+0 inode=0x3f345fa0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418371 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1001) auth_unpin by 0x676ca98 on [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178618 ap=1+0 inode=0x3f345fa0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] now 1+0 2015-03-31 11:02:21.418377 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178618 ap=1+0 inode=0x3f345fa0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418383 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.418399 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295190 pv3295194 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 18=17+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418413 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295190 pv3295194 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 18=17+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418426 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295190 pv3295194 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 18=17+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418438 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178618 ap=1+0 inode=0x3f345fa0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676c940] 2015-03-31 11:02:21.418453 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407269 cr=0x5e8b480) 2015-03-31 11:02:21.418463 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a75f00 on [inode 1 [...2,head] / auth v53467 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.418481 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a75f00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.418494 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a75f00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295191 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382320=382313+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:21.418506 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a75f00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178619 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 17=17+0) hs=17+1587,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:21.418514 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a75f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295190 pv3295194 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 18=17+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.418528 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1001) auth_unpin by 0x29a75f00 on [dentry #1/test_small/small5/blarg1001 [2,head] auth (dn sync l=1) (dversion lock) v=178618 inode=0x3f345fa0 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676c940] now 0+0 2015-03-31 11:02:21.418551 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.418553 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.418559 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.418560 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) mark_dirty [inode 1000006b2a0 [2,head] /test_small/small5/blarg10010 auth v178619 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.418573 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10010) mark_dirty [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178620 v=177602 ap=2+0 inode=0x3f44c228 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418580 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178620 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 17=17+0) hs=18+1586,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178620 2015-03-31 11:02:21.418589 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) mark_dirty_parent 2015-03-31 11:02:21.418590 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295190 pv3295194 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 17=17+0) n(v1 rc2015-03-31 11:02:58.000000 18=17+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418604 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295190 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.418609 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295192 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382320=382313+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295192 2015-03-31 11:02:21.418621 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178621 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 18=18+0) hs=18+1586,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178621 2015-03-31 11:02:21.418629 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295193 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382321=382314+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295193 2015-03-31 11:02:21.418639 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a0 [2,head] /test_small/small5/blarg10010 auth v178620 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f44c228] 2015-03-31 11:02:21.418651 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.418654 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27490 client_caps(grant ino 1000006b2a0 1851477 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.418676 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178620 ap=2+0 inode=0x3f44c228 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418686 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407279 create #1000006026a/blarg10010 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.418699 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a0 2015-03-31 11:02:21.418701 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178620 ap=2+0 inode=0x3f44c228 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418709 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178620 ap=2+0 inode=0x3f44c228 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418716 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178620 ap=2+0 inode=0x3f44c228 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418723 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10010) auth_unpin by 0x676cc78 on [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178620 ap=1+0 inode=0x3f44c228 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] now 1+0 2015-03-31 11:02:21.418729 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178620 ap=1+0 inode=0x3f44c228 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418734 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.418750 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295192 pv3295194 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 19=18+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418765 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295192 pv3295194 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 19=18+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418778 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295192 pv3295194 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 19=18+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418798 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178620 ap=1+0 inode=0x3f44c228 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cb20] 2015-03-31 11:02:21.418814 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407279 cr=0x5412080) 2015-03-31 11:02:21.418825 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a75000 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.418843 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a75000 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.418856 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a75000 on [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295193 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382321=382314+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:21.418869 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a75000 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178621 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 18=18+0) hs=18+1586,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:21.418876 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a75000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295192 pv3295194 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 19=18+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.418890 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10010) auth_unpin by 0x29a75000 on [dentry #1/test_small/small5/blarg10010 [2,head] auth (dn sync l=1) (dversion lock) v=178620 inode=0x3f44c228 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676cb20] now 0+0 2015-03-31 11:02:21.418916 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.418919 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.418924 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.418926 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) mark_dirty [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178621 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.418939 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10011) mark_dirty [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178622 v=177604 ap=2+0 inode=0x3f326dd0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.418945 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178622 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 18=18+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178622 2015-03-31 11:02:21.418955 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) mark_dirty_parent 2015-03-31 11:02:21.418957 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295192 pv3295194 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 18=18+0) n(v1 rc2015-03-31 11:02:58.000000 19=18+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.418970 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295194 v=3295192 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.418974 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295194 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382321=382314+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295194 2015-03-31 11:02:21.418986 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178623 v=178623 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178623 2015-03-31 11:02:21.418993 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295195 v=3295195 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382322=382315+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295195 2015-03-31 11:02:21.419003 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.419014 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.419017 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27491 client_caps(grant ino 1000006b2a1 1851478 seq 5 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.419040 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178622 ap=2+0 inode=0x3f326dd0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.419050 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407289 create #1000006026a/blarg10011 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.419063 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a1 2015-03-31 11:02:21.419066 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178622 ap=2+0 inode=0x3f326dd0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.419073 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178622 ap=2+0 inode=0x3f326dd0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.419079 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178622 ap=2+0 inode=0x3f326dd0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.419084 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10011) auth_unpin by 0x676ce58 on [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178622 ap=1+0 inode=0x3f326dd0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] now 1+0 2015-03-31 11:02:21.419090 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178622 ap=1+0 inode=0x3f326dd0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.419095 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419112 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419125 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.419139 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.419152 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.419165 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:21.419169 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.419182 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.419193 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:21.419195 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407294 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.419199 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407294 cr=0x26d3e900) #1000006026a 2015-03-31 11:02:21.419202 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.419204 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.419205 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419217 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407294 cr=0x26d3e900) 2015-03-31 11:02:21.419223 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.419241 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419254 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419265 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.419282 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419295 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419305 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.419322 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419345 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419367 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419379 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419390 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419402 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419413 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419424 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419434 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419446 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31268} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419465 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407294 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.419471 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407294 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.419485 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.419488 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.419493 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31269 2015-03-31 11:02:21.419495 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31269 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.419512 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407294 cr=0x26d3e900) 2015-03-31 11:02:21.419535 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.419565 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.419581 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419593 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.419604 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419616 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419628 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419651 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419663 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419674 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419687 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419699 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419709 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419718 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419728 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2367ad00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.419755 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.419768 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.419806 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419821 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419833 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419846 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178622 ap=1+0 inode=0x3f326dd0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cd00] 2015-03-31 11:02:21.419856 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.419896 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407289 cr=0xaeeb200) 2015-03-31 11:02:21.419920 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a74600 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.419948 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a74600 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.419961 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a74600 on [dir 10000000000 /test_small/ [2,head] auth v=3295195 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382322=382315+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:21.419973 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a74600 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:21.419982 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a74600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=0+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:21.419994 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10011) auth_unpin by 0x29a74600 on [dentry #1/test_small/small5/blarg10011 [2,head] auth (dn sync l=1) (dversion lock) v=178622 inode=0x3f326dd0 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676cd00] now 0+0 2015-03-31 11:02:21.420060 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e2c follows 0 op update 2015-03-31 11:02:21.420074 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420094 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.420097 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.420123 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.420124 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420132 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420141 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.420143 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420149 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420159 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420165 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.420166 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420174 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420182 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420189 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420196 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.420198 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.420199 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e2c [2,head] /test_small/small1/blarg10011 auth v136840 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cd690] 2015-03-31 11:02:21.420207 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.420247 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407295 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.420275 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407295 cr=0x45a2f80) 2015-03-31 11:02:21.420278 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407295 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.420283 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407295 cr=0x45a2f80) #1000006b2a1 2015-03-31 11:02:21.420286 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a1 snap head 2015-03-31 11:02:21.420287 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.420289 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.420305 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407295 cr=0x45a2f80) 2015-03-31 11:02:21.420308 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.420338 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.420351 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.420363 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.420374 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.420391 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.420407 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.420418 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.420431 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.420440 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.420453 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f326dd0] 2015-03-31 11:02:21.420463 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_pin by 0x29a72d00 on [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f326dd0] now 1+0 2015-03-31 11:02:21.420474 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.420503 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.420531 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.420543 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.420554 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.420564 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.420574 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.420584 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.420602 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407295 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.420608 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407295 getattr Xs #1000006b2a1 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.420622 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.420626 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.420631 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:21.420634 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.420652 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407295 cr=0x45a2f80) 2015-03-31 11:02:21.420677 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.420697 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.420713 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.420726 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.420737 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.420746 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.420769 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.420781 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f326dd0] 2015-03-31 11:02:21.420801 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.420818 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.420831 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=0+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:21.420843 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) auth_unpin by 0x29a72d00 on [inode 1000006b2a1 [2,head] /test_small/small5/blarg10011 auth v178622 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f326dd0] now 0+0 2015-03-31 11:02:21.420902 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407296 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.420926 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407296 cr=0x45a4380) 2015-03-31 11:02:21.420929 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407296 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.420932 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407296 cr=0x45a4380) #1000006026a 2015-03-31 11:02:21.420935 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.420936 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.420939 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.420953 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407296 cr=0x45a4380) 2015-03-31 11:02:21.420956 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.420974 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.420986 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.420997 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.421024 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.421040 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.421050 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.421074 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.421083 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.421095 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.421111 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.421127 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.421139 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.421152 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421162 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421175 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421187 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31269} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421218 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407296 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.421224 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407296 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.421237 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.421240 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.421244 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31270 2015-03-31 11:02:21.421247 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31270 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.421263 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407296 cr=0x45a4380) 2015-03-31 11:02:21.421287 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.421305 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.421322 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.421334 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.421345 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421356 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421367 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421390 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.421401 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.421417 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.421431 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.421611 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407297 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.421635 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407297 cr=0x5416b80) 2015-03-31 11:02:21.421638 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407297 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.421642 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407297 cr=0x5416b80) #10000004e30 2015-03-31 11:02:21.421644 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e30 snap head 2015-03-31 11:02:21.421646 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.421648 7fbe462be700 10 mds.0.server ref is [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.421675 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407297 cr=0x5416b80) 2015-03-31 11:02:21.421678 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.421696 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.421706 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.421716 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.421722 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.421738 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.421754 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.421765 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.421777 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.421793 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a72d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.421805 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.421811 7fbe462be700 10 mds.0.cache.ino(10000004e30) auth_pin by 0x29a72d00 on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] now 1+0 2015-03-31 11:02:21.421818 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.421834 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.421850 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.421873 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.421897 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.421905 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.421915 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.421921 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.421927 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.421934 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.421947 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407297 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.421952 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407297 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.421966 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.421969 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.421973 7fbe462be700 10 mds.0.cache.ino(10000004e30) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.421976 7fbe462be700 10 mds.0.cache.ino(10000004e30) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.421993 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407297 cr=0x5416b80) 2015-03-31 11:02:21.422018 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.422036 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.422052 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.422064 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.422076 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.422087 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.422097 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.422118 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.422124 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.422130 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.422137 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.422153 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.422166 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a72d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.422177 7fbe462be700 10 mds.0.cache.ino(10000004e30) auth_unpin by 0x29a72d00 on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ccd58] now 0+0 2015-03-31 11:02:21.422333 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407298 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.422357 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407298 cr=0x5412a80) 2015-03-31 11:02:21.422361 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407298 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.422365 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407298 cr=0x5412a80) #1000006026a 2015-03-31 11:02:21.422367 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.422369 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.422371 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.422388 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407298 cr=0x5412a80) 2015-03-31 11:02:21.422403 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.422419 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.422431 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.422442 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.422458 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.422473 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.422484 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.422497 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.422507 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.422520 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.422536 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.422552 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.422564 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.422575 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422610 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422621 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422633 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31270} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422651 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407298 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.422656 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407298 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.422667 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.422670 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.422674 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31271 2015-03-31 11:02:21.422677 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31271 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.422692 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407298 cr=0x5412a80) 2015-03-31 11:02:21.422715 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.422733 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.422749 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.422761 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.422772 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422789 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422813 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422824 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.422836 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.422852 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.422864 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.423043 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407299 lookup #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.423066 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407299 cr=0x37d1680) 2015-03-31 11:02:21.423070 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407299 lookup #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.423073 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407299 cr=0x37d1680) #1000006026a/blarg10012 2015-03-31 11:02:21.423076 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.423079 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10012 [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock) v=177606 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cee0] 2015-03-31 11:02:21.423101 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.423103 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407299 lookup #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.423115 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.423129 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407299 cr=0x37d1680) 2015-03-31 11:02:21.463091 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407300 lookup #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463119 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407300 cr=0x37d3200) 2015-03-31 11:02:21.463122 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407300 lookup #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463126 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407300 cr=0x37d3200) #1000006026a/blarg10012 2015-03-31 11:02:21.463128 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.463132 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10012 [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock) v=177606 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cee0] 2015-03-31 11:02:21.463144 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.463146 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407300 lookup #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463160 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.463176 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407300 cr=0x37d3200) 2015-03-31 11:02:21.463219 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407301 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463243 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407301 cr=0x37d4100) 2015-03-31 11:02:21.463245 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407301 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463248 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407301 cr=0x37d4100) #1000006026a 2015-03-31 11:02:21.463250 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.463252 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.463253 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.463273 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407301 cr=0x37d4100) 2015-03-31 11:02:21.463277 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.463296 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.463309 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.463321 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.463337 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.463354 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.463377 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.463390 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.463400 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.463414 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.463430 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.463446 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.463459 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.463472 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463484 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463494 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463529 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31271} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463559 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407301 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463566 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407301 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463579 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.463583 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.463587 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31272 2015-03-31 11:02:21.463590 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31272 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.463607 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407301 cr=0x37d4100) 2015-03-31 11:02:21.463634 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.463654 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.463670 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.463683 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.463696 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463706 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463717 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463740 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.463753 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.463769 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.463790 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.463837 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407302 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463860 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407302 cr=0x37d0780) 2015-03-31 11:02:21.463862 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407302 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.463865 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407302 cr=0x37d0780) #1000006026a 2015-03-31 11:02:21.463868 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.463870 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.463872 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.463885 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407302 cr=0x37d0780) 2015-03-31 11:02:21.463888 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.463916 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.463928 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.463939 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.463955 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.463982 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.463992 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.464004 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.464028 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.464037 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464051 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464066 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464077 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464088 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464098 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464109 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464120 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31272} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464136 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407302 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.464140 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407302 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.464154 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.464157 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.464161 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31273 2015-03-31 11:02:21.464164 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31273 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.464180 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407302 cr=0x37d0780) 2015-03-31 11:02:21.464204 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464223 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464238 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464250 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464261 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464272 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464295 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464306 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.464316 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.464333 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.464345 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.464399 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407303 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.464422 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407303 cr=0x5e88f00) 2015-03-31 11:02:21.464424 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407303 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.464428 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407303 cr=0x5e88f00) #10000004e30 2015-03-31 11:02:21.464430 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e30 snap head 2015-03-31 11:02:21.464431 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.464433 7fbe462be700 10 mds.0.server ref is [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.464443 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407303 cr=0x5e88f00) 2015-03-31 11:02:21.464446 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.464463 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.464475 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.464485 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.464491 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.464506 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.464523 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.464534 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.464558 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.464567 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a72d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.464589 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.464594 7fbe462be700 10 mds.0.cache.ino(10000004e30) auth_pin by 0x29a72d00 on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] now 1+0 2015-03-31 11:02:21.464603 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464618 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464634 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464646 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464657 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.464667 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.464677 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464684 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464704 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464710 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464726 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407303 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.464732 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407303 getattr Xs #10000004e30 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.464743 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.464746 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.464750 7fbe462be700 10 mds.0.cache.ino(10000004e30) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.464752 7fbe462be700 10 mds.0.cache.ino(10000004e30) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.464769 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407303 cr=0x5e88f00) 2015-03-31 11:02:21.464801 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464822 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.464838 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464850 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.464862 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.464872 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.464894 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464902 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464910 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464916 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9ccd58] 2015-03-31 11:02:21.464922 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.464939 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.464952 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a72d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.464963 7fbe462be700 10 mds.0.cache.ino(10000004e30) auth_unpin by 0x29a72d00 on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9ccd58] now 0+0 2015-03-31 11:02:21.465280 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407304 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.465301 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407304 cr=0x5e8f080) 2015-03-31 11:02:21.465303 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407304 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.465307 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407304 cr=0x5e8f080) #1000006026a 2015-03-31 11:02:21.465309 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.465311 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.465312 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.465327 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407304 cr=0x5e8f080) 2015-03-31 11:02:21.465330 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.465348 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.465358 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.465369 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.465384 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.465401 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.465413 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.465425 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.465435 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.465448 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.465464 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.465480 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.465492 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.465504 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465515 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465539 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465562 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31273} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465579 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407304 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.465583 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407304 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.465597 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.465601 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.465605 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31274 2015-03-31 11:02:21.465607 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31274 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.465622 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407304 cr=0x5e8f080) 2015-03-31 11:02:21.465646 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.465664 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.465681 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.465693 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.465705 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465716 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465739 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465751 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.465762 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.465778 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.465795 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.465946 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407305 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.465970 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407305 cr=0x5e8e180) 2015-03-31 11:02:21.465974 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407305 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.465978 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407305 cr=0x5e8e180) #1000006026a 2015-03-31 11:02:21.465980 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.465982 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.465984 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466001 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407305 cr=0x5e8e180) 2015-03-31 11:02:21.466004 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.466032 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.466043 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466054 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.466070 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.466086 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.466097 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.466109 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466119 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.466132 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.466147 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.466163 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.466175 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.466187 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466210 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466234 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466245 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31274} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466262 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407305 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.466268 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407305 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.466281 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.466284 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.466288 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31275 2015-03-31 11:02:21.466290 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31275 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.466307 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407305 cr=0x5e8e180) 2015-03-31 11:02:21.466331 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.466349 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.466364 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.466376 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.466386 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466395 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466404 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466426 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.466438 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.466454 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.466466 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.466640 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407306 create #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.466661 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407306 cr=0x2a50ad00) 2015-03-31 11:02:21.466664 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466681 7fbe462be700 10 mds.0.locker NOT changing wanted p -> p (issue_seq 31274 != last_issue 31275) 2015-03-31 11:02:21.466683 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466695 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.466697 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466722 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466734 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466745 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466755 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.466757 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407306 create #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.466761 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10012 2015-03-31 11:02:21.466762 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407306 cr=0x2a50ad00) #1000006026a/blarg10012 2015-03-31 11:02:21.466765 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10012 2015-03-31 11:02:21.466766 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.466768 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.466770 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.466779 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.466792 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10012 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.466802 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407306 cr=0x2a50ad00) 2015-03-31 11:02:21.466807 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.466825 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.466837 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466848 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock) v=177606 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466854 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.466870 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.466898 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.466921 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.466932 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.466940 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.466949 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock) v=177606 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466954 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10012) auth_pin by 0x29a72d00 on [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock) v=177606 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] now 1+0 2015-03-31 11:02:21.466962 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock) v=177606 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466967 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177606 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466972 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177606 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466977 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177606 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466982 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177606 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.466987 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10012) auth_pin by 0x676d038 on [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177606 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] now 2+0 2015-03-31 11:02:21.466993 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x29a72d00) [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.467000 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.467016 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.467031 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.467045 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.467060 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.467071 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.467082 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.467093 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.467104 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.467115 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.467124 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.467134 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.467146 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFc, xlocker allowed=pAsLsXsFc on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31275} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.467159 7fbe462be700 7 mds.0.locker sending MClientCaps to client.708310 seq 31276 new pending pAsLsXs was pAsLsXsFs 2015-03-31 11:02:21.467164 7fbe462be700 10 mds.0.15 send_message_client_counted client.708310 seq 27492 client_caps(revoke ino 1000006026a 1732604 seq 31276 caps=pAsLsXs dirty=- wanted=p follows 0 size 0/0 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.467182 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.467208 7fbe462be700 7 mds.0.locker wrlock_start waiting on (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.467221 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0xb37aa00 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:21.467225 7fbe462be700 10 mds.0.locker nudge_log (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507088 7fbe462be700 7 mds.0.locker handle_client_caps on 1000006026a follows 0 op update 2015-03-31 11:02:21.507094 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507116 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.507119 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.507140 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.507141 7fbe462be700 10 mds.0.locker cap inode [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507157 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXs dirty - on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507171 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXs wanted p on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507185 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507197 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.507199 7fbe462be700 10 mds.0.locker eval_gather (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507212 7fbe462be700 10 mds.0.locker next state is lock issued/allows loner /cb xlocker /cb other /cb 2015-03-31 11:02:21.507215 7fbe462be700 7 mds.0.locker eval_gather finished gather on (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.507239 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.507264 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507275 7fbe462be700 7 mds.0.locker file_eval stable, bump to sync (ifile lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507298 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507310 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507320 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507330 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507342 7fbe462be700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:21.507343 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407306 create #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.507347 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10012 2015-03-31 11:02:21.507348 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407306 cr=0x2a50ad00) #1000006026a/blarg10012 2015-03-31 11:02:21.507351 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10012 2015-03-31 11:02:21.507353 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.507354 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.507356 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 ap=0+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.507364 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 ap=0+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.507372 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10012 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 ap=0+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.507383 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407306 cr=0x2a50ad00) 2015-03-31 11:02:21.507389 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.507407 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507419 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507429 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.507439 7fbe462be700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.507455 7fbe462be700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507466 7fbe462be700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507477 7fbe462be700 10 mds.0.locker already auth_pinned [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.507483 7fbe462be700 10 mds.0.locker already wrlocked (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.507489 7fbe462be700 10 mds.0.locker already xlocked (dn xlock x=1 by 0x29a72d00) [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.507494 7fbe462be700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.507510 7fbe462be700 10 mds.0.locker already rdlocked (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.507524 7fbe462be700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507536 7fbe462be700 10 mds.0.locker already rdlocked (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507546 7fbe462be700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507557 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507568 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507578 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507590 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507602 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507614 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507625 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507636 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507647 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507668 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a2 ([1000006b2a3~380], 896 left) 2015-03-31 11:02:21.507672 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.507675 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a2 [2,head] #1000006b2a2 auth v1 s=0 n() (iversion lock) 0x3f4a3b68] 2015-03-31 11:02:21.507680 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178624 2015-03-31 11:02:21.507681 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10012) pre_dirty [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) pv=178624 v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.507691 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4a3b68] 2015-03-31 11:02:21.507698 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x29a72d00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178623 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:21.507709 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9937380 2015-03-31 11:02:21.507710 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178625 2015-03-31 11:02:21.507712 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178625 v=178623 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.507720 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178625 v=178623 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.507727 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4a3b68] 2015-03-31 11:02:21.507732 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.507735 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507751 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295196 2015-03-31 11:02:21.507752 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295196 v=3295194 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.507757 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295196 (current v 3295194) 2015-03-31 11:02:21.507758 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178625 v=178623 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=19+1585,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.507765 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.507767 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x29a72d00 on [dir 10000000000 /test_small/ [2,head] auth v=3295195 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382322=382315+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:21.507776 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9936460 2015-03-31 11:02:21.507778 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295197 2015-03-31 11:02:21.507779 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507798 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507810 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507823 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.507825 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.849083 < 1, stopping 2015-03-31 11:02:21.507831 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.507843 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:21.507848 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295196 v=3295194 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.507853 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31276} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.507870 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4a3b68] 2015-03-31 11:02:21.507879 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.507882 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507890 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.507892 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507899 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507906 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507914 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507920 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507927 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507934 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507941 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507947 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507952 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507959 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507966 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507973 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507979 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507985 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4a3b68] 2015-03-31 11:02:21.507995 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.507997 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.508001 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4a3b68 tracedn 0x676cee0 2015-03-31 11:02:21.508005 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x29a72d00) [dentry #1/test_small/small5/blarg10012 [2,head] auth NULL (dn xlock x=1 by 0x29a72d00) (dversion lock w=1 last_client=708310) pv=178624 v=177606 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676cee0] 2015-03-31 11:02:21.508012 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407306 create #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.508024 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.508028 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31277 2015-03-31 11:02:21.508033 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31277 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.508039 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.508042 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.508045 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) including xattrs version 0 2015-03-31 11:02:21.508090 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508123 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508140 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508150 7fbe406af700 5 mds.0.log _submit_thread 5419513572~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:21.508155 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508170 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508195 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508208 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508220 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508232 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508246 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508259 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508271 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508282 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508294 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508307 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFcb, xlocker allowed=pAsLsXsFcb on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508322 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.508600 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407307 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.508625 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407307 cr=0x26903480) 2015-03-31 11:02:21.508628 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407307 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.508632 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407307 cr=0x26903480) #1000006b2a2 2015-03-31 11:02:21.508635 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a2 snap head 2015-03-31 11:02:21.508637 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.508638 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4a3b68] 2015-03-31 11:02:21.508655 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407307 cr=0x26903480) 2015-03-31 11:02:21.508658 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508676 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508689 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508700 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4a3b68] 2015-03-31 11:02:21.508710 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508726 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72800 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.508743 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508753 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.508766 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508779 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.508796 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4a3b68] 2015-03-31 11:02:21.508806 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_pin by 0x29a72800 on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4a3b68] now 1+0 2015-03-31 11:02:21.508816 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508833 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.508860 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508883 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.508894 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508905 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.508916 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.508926 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.508943 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407307 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.508946 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407307 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.508961 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.508964 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.508969 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.508972 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.508989 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407307 cr=0x26903480) 2015-03-31 11:02:21.509013 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509032 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509048 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509061 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509072 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509084 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509108 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.509120 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.509129 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72800 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.509147 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.509159 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.509171 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_unpin by 0x29a72800 on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4a3b68] now 0+0 2015-03-31 11:02:21.509472 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407308 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.509495 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407308 cr=0x26905a00) 2015-03-31 11:02:21.509499 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407308 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.509503 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407308 cr=0x26905a00) #1000006b2a2 2015-03-31 11:02:21.509505 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a2 snap head 2015-03-31 11:02:21.509507 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.509509 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.509525 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407308 cr=0x26905a00) 2015-03-31 11:02:21.509528 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509545 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509556 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509569 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.509579 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509595 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72800 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.509610 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509621 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.509634 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509648 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.509660 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.509668 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_pin by 0x29a72800 on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4a3b68] now 1+0 2015-03-31 11:02:21.509679 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509696 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509724 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509748 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509759 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509771 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509783 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.509791 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.509813 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407308 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.509819 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407308 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.509832 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.509835 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.509839 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.509842 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.509859 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407308 cr=0x26905a00) 2015-03-31 11:02:21.509883 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509902 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.509918 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509929 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.509939 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509951 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.509962 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.509986 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.509997 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72800 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.510013 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.510025 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.510037 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_unpin by 0x29a72800 on [inode 1000006b2a2 [2,head] {#1000006b2a2 /test_small/small5/blarg10012} auth v178624 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4a3b68] now 0+0 2015-03-31 11:02:21.510195 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407309 readdir #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.510215 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407309 cr=0x26907d00) 2015-03-31 11:02:21.510219 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407309 readdir #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.510223 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407309 cr=0x26907d00) #1000006026a 2015-03-31 11:02:21.510225 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.510227 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.510228 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510247 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407309 cr=0x26907d00) 2015-03-31 11:02:21.510251 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.510278 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.510290 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510303 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.510318 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a72800 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.510333 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.510343 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a72800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.510355 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510366 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a72800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.510377 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.510393 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.510408 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.510420 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.510431 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510454 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510478 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510489 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510501 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.510510 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.510522 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0xb37b840 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:21.510524 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.525707 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:21.525716 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:21.525728 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:21.525730 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) mark_dirty [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178623 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.525749 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10012) mark_dirty [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178624 v=177606 ap=2+0 inode=0x3f4a3b68 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.525761 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178625 v=178624 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 19=19+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178624 2015-03-31 11:02:21.525774 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) mark_dirty_parent 2015-03-31 11:02:21.525776 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295194 pv3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 19=19+0) n(v1 rc2015-03-31 11:02:58.000000 20=19+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.525802 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295196 v=3295194 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.525823 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295197 v=3295196 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382322=382315+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295196 2015-03-31 11:02:21.525834 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178625 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178625 2015-03-31 11:02:21.525843 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295197 v=3295197 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295197 2015-03-31 11:02:21.525853 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.525865 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:21.525869 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27493 client_caps(grant ino 1000006b2a2 1851479 seq 4 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:21.525906 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178624 ap=2+0 inode=0x3f4a3b68 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.525930 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407306 create #1000006026a/blarg10012 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.525956 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a2 2015-03-31 11:02:21.525959 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178624 ap=2+0 inode=0x3f4a3b68 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.525969 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178624 ap=2+0 inode=0x3f4a3b68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.525975 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178624 ap=2+0 inode=0x3f4a3b68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.525983 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10012) auth_unpin by 0x676d038 on [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178624 ap=1+0 inode=0x3f4a3b68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] now 1+0 2015-03-31 11:02:21.525990 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178624 ap=1+0 inode=0x3f4a3b68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.525995 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526013 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526038 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.526053 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.526065 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.526077 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:21.526080 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:21.526092 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.526105 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:21.526106 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407309 readdir #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.526110 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407309 cr=0x26907d00) #1000006026a 2015-03-31 11:02:21.526112 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.526114 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.526115 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526126 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407309 cr=0x26907d00) 2015-03-31 11:02:21.526129 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.526160 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526173 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526184 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.526200 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526212 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526224 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.526264 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526275 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526287 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526301 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526321 7fbe43ab9700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526333 7fbe43ab9700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (idft sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31277} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526352 7fbe43ab9700 10 mds.0.server frag * offset '' 2015-03-31 11:02:21.526355 7fbe43ab9700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178625 cv=170705/170705 ap=1+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.526365 7fbe43ab9700 10 mds.0.server snapid head 2015-03-31 11:02:21.526372 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:21.526375 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526380 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:21.526383 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526388 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:21.526390 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526394 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:21.526396 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526399 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:21.526401 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526405 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:21.526407 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526410 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526412 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526416 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526418 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526422 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526424 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526428 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526430 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526434 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526436 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526440 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526442 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526446 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:21.526448 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526452 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.526454 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526457 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.526459 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526463 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.526465 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526468 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.526470 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526474 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.526476 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526480 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.526482 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526486 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:21.526488 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526584 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407309 readdir #1000006026a 2015-03-31 11:02:58.000000) v2 readdir num=20 bytes=5464 end=1 complete=1 2015-03-31 11:02:21.526608 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407309 readdir #1000006026a 2015-03-31 11:02:58.000000) v2 readdir num=20 end=1 complete=1 2015-03-31 11:02:21.526613 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407309 readdir #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.526628 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.526631 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.526635 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31278 2015-03-31 11:02:21.526638 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31278 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.526653 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407309 cr=0x26907d00) 2015-03-31 11:02:21.526678 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.526698 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.526714 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526726 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.526738 7fbe43ab9700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526750 7fbe43ab9700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526762 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526792 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526805 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526815 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526826 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72800 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.526841 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.526853 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.526884 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526910 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526920 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526932 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178624 ap=1+0 inode=0x3f4a3b68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676cee0] 2015-03-31 11:02:21.526943 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.526971 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407306 cr=0x2a50ad00) 2015-03-31 11:02:21.526981 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a72d00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.526999 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a72d00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.527012 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a72d00 on [dir 10000000000 /test_small/ [2,head] auth v=3295197 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:21.527024 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a72d00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178625 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:21.527034 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a72d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=0+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:21.527047 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10012) auth_unpin by 0x29a72d00 on [dentry #1/test_small/small5/blarg10012 [2,head] auth (dn sync l=1) (dversion lock) v=178624 inode=0x3f4a3b68 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676cee0] now 0+0 2015-03-31 11:02:21.527100 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e30 follows 0 op update 2015-03-31 11:02:21.527114 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527133 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.527136 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.527163 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.527165 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527173 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527182 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.527185 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527199 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527210 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527216 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.527218 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527225 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527233 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527240 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527248 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527247 7fbe406af700 5 mds.0.log _submit_thread 5419515212~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.527254 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527260 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527267 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.527279 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.527303 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407310 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.527344 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407310 cr=0x26900000) 2015-03-31 11:02:21.527347 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407310 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.527351 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407310 cr=0x26900000) #1000006b2a2 2015-03-31 11:02:21.527366 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a2 snap head 2015-03-31 11:02:21.527368 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.527370 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.527387 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407310 cr=0x26900000) 2015-03-31 11:02:21.527390 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.527409 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.527420 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.527432 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.527441 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.527456 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.527472 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.527483 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.527495 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.527506 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.527518 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.527527 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_pin by 0x29a73c00 on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] now 1+0 2015-03-31 11:02:21.527538 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.527567 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.527582 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.527593 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.527605 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.527616 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.527627 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.527637 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.527654 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407310 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.527661 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407310 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.527676 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.527679 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.527684 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:21.527687 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.527706 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407310 cr=0x26900000) 2015-03-31 11:02:21.527731 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.527750 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.527767 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.527779 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.527800 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.527811 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.527834 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.527846 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.527857 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.527874 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.527886 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=0+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:21.527898 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_unpin by 0x29a73c00 on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] now 0+0 2015-03-31 11:02:21.568113 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e30 follows 0 op update 2015-03-31 11:02:21.568118 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568133 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.568135 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.568157 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.568158 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568166 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568177 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.568181 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568187 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568197 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568203 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.568204 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568212 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568219 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568225 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568234 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.568236 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.568238 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e30 [2,head] /test_small/small1/blarg10012 auth v136842 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ccd58] 2015-03-31 11:02:21.568246 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.568266 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407311 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.568292 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407311 cr=0x9d48280) 2015-03-31 11:02:21.568294 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407311 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.568298 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407311 cr=0x9d48280) #1000006b2a2 2015-03-31 11:02:21.568301 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a2 snap head 2015-03-31 11:02:21.568302 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.568304 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.568343 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407311 cr=0x9d48280) 2015-03-31 11:02:21.568347 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.568364 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.568376 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.568386 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.568396 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.568410 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.568426 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.568437 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.568449 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.568459 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.568471 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] 2015-03-31 11:02:21.568480 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_pin by 0x29a73c00 on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] now 1+0 2015-03-31 11:02:21.568489 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.568504 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.568519 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.568529 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.568538 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.568549 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.568560 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.568570 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.568589 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407311 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.568593 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407311 getattr Xs #1000006b2a2 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.568607 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.568611 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.568616 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:21.568618 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.568637 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407311 cr=0x9d48280) 2015-03-31 11:02:21.568662 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.568682 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.568698 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.568711 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.568723 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.568734 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.568758 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.568769 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4a3b68] 2015-03-31 11:02:21.568778 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.568804 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.568817 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=0+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:21.568829 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) auth_unpin by 0x29a73c00 on [inode 1000006b2a2 [2,head] /test_small/small5/blarg10012 auth v178624 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4a3b68] now 0+0 2015-03-31 11:02:21.569209 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407312 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.569238 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407312 cr=0x682eb80) 2015-03-31 11:02:21.569241 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407312 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.569245 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407312 cr=0x682eb80) #10000004e32 2015-03-31 11:02:21.569248 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e32 snap head 2015-03-31 11:02:21.569250 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.569253 7fbe462be700 10 mds.0.server ref is [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.569269 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407312 cr=0x682eb80) 2015-03-31 11:02:21.569273 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.569293 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.569306 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.569316 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.569324 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.569341 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.569357 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.569369 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.569382 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.569393 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a73c00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.569405 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.569410 7fbe462be700 10 mds.0.cache.ino(10000004e32) auth_pin by 0x29a73c00 on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] now 1+0 2015-03-31 11:02:21.569431 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.569459 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.569474 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.569486 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.569498 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.569506 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.569516 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569522 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569528 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569535 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569550 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407312 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.569556 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407312 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.569569 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.569574 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.569579 7fbe462be700 10 mds.0.cache.ino(10000004e32) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.569582 7fbe462be700 10 mds.0.cache.ino(10000004e32) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.569600 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407312 cr=0x682eb80) 2015-03-31 11:02:21.569621 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.569641 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.569658 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.569670 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.569682 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.569693 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.569716 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569725 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569731 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569737 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.569744 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.569760 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.569772 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a73c00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.569791 7fbe462be700 10 mds.0.cache.ino(10000004e32) auth_unpin by 0x29a73c00 on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cc420] now 0+0 2015-03-31 11:02:21.570204 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407313 lookup #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.570229 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407313 cr=0x682fd00) 2015-03-31 11:02:21.570233 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407313 lookup #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.570236 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407313 cr=0x682fd00) #1000006026a/blarg10013 2015-03-31 11:02:21.570238 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.570243 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10013 [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock) v=177608 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.570253 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.570256 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407313 lookup #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.570271 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.570287 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407313 cr=0x682fd00) 2015-03-31 11:02:21.570809 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407314 lookup #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.570833 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407314 cr=0x2645af80) 2015-03-31 11:02:21.570837 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407314 lookup #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.570841 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407314 cr=0x2645af80) #1000006026a/blarg10013 2015-03-31 11:02:21.570843 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.570847 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10013 [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock) v=177608 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.570856 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.570859 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407314 lookup #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.570872 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.570888 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407314 cr=0x2645af80) 2015-03-31 11:02:21.571434 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407315 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.571460 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407315 cr=0x2645a580) 2015-03-31 11:02:21.571466 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407315 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.571471 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407315 cr=0x2645a580) #10000004e32 2015-03-31 11:02:21.571475 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e32 snap head 2015-03-31 11:02:21.571476 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.571478 7fbe462be700 10 mds.0.server ref is [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.571491 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407315 cr=0x2645a580) 2015-03-31 11:02:21.571495 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.571515 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.571528 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.571540 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.571546 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.571562 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.571580 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.571602 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.571615 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.571638 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a73c00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.571648 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.571653 7fbe462be700 10 mds.0.cache.ino(10000004e32) auth_pin by 0x29a73c00 on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] now 1+0 2015-03-31 11:02:21.571662 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.571678 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.571693 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.571702 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.571715 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.571725 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.571734 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571740 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571745 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571752 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571766 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407315 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.571772 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407315 getattr Xs #10000004e32 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.571794 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.571798 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.571803 7fbe462be700 10 mds.0.cache.ino(10000004e32) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.571805 7fbe462be700 10 mds.0.cache.ino(10000004e32) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.571824 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407315 cr=0x2645a580) 2015-03-31 11:02:21.571850 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.571870 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.571886 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.571899 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.571911 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.571921 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.571944 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571953 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571959 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571967 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cc420] 2015-03-31 11:02:21.571973 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.571990 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.572001 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a73c00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.572011 7fbe462be700 10 mds.0.cache.ino(10000004e32) auth_unpin by 0x29a73c00 on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9cc420] now 0+0 2015-03-31 11:02:21.572415 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407316 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.572442 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407316 cr=0x26459e00) 2015-03-31 11:02:21.572446 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407316 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.572450 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407316 cr=0x26459e00) #1000006026a 2015-03-31 11:02:21.572452 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.572455 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.572456 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.572477 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407316 cr=0x26459e00) 2015-03-31 11:02:21.572481 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.572499 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.572511 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.572524 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.572539 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.572556 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.572567 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.572592 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.572601 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.572626 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.572641 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.572657 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.572668 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.572677 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572687 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572698 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572709 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31278} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572726 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407316 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.572732 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407316 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.572746 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.572750 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.572754 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31279 2015-03-31 11:02:21.572757 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31279 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.572775 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407316 cr=0x26459e00) 2015-03-31 11:02:21.572808 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.572827 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.572844 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.572858 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.572870 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31279} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572894 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31279} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572906 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31279} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572917 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31279} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.572929 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:21.572945 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:21.572957 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31279} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:21.573371 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407317 create #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.573397 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407317 cr=0x2645c380) 2015-03-31 11:02:21.573402 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573424 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:21.573428 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573439 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.573441 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573455 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573466 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573477 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573487 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.573489 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407317 create #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.573493 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10013 2015-03-31 11:02:21.573494 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407317 cr=0x2645c380) #1000006026a/blarg10013 2015-03-31 11:02:21.573497 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10013 2015-03-31 11:02:21.573499 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.573501 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.573502 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178625 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.573511 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178625 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.573519 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10013 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178625 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:21.573529 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407317 cr=0x2645c380) 2015-03-31 11:02:21.573535 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.573554 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.573566 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573587 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock) v=177608 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573594 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:21.573622 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.573637 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:21.573648 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:21.573660 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:21.573668 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+0 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:21.573679 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock) v=177608 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573684 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10013) auth_pin by 0x29a73c00 on [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock) v=177608 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] now 1+0 2015-03-31 11:02:21.573690 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock) v=177608 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573695 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177608 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573703 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177608 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573707 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177608 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573713 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177608 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573717 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10013) auth_pin by 0x676d218 on [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177608 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] now 2+0 2015-03-31 11:02:21.573723 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x29a73c00) [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dn xlock x=1 by 0x29a73c00) (dversion lock w=1 last_client=708310) v=177608 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573730 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.573748 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.573763 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.573777 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.573798 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.573810 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.573821 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.573832 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.573842 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573853 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573862 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573872 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573884 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573895 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573907 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573917 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573929 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573939 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573950 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.573970 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a3 ([1000006b2a4~37f], 895 left) 2015-03-31 11:02:21.573974 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.573976 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a3 [2,head] #1000006b2a3 auth v1 s=0 n() (iversion lock) 0x3f3cb128] 2015-03-31 11:02:21.573982 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178626 2015-03-31 11:02:21.573983 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10013) pre_dirty [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dn xlock x=1 by 0x29a73c00) (dversion lock w=1 last_client=708310) pv=178626 v=177608 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.573993 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3cb128] 2015-03-31 11:02:21.574002 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x29a73c00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:21.574013 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x995ae10 2015-03-31 11:02:21.574014 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178627 2015-03-31 11:02:21.574016 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178627 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.574024 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178627 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.574030 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3cb128] 2015-03-31 11:02:21.574035 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.574037 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574051 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295198 2015-03-31 11:02:21.574053 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295198 v=3295196 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.574057 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295198 (current v 3295196) 2015-03-31 11:02:21.574058 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178627 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.574065 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.574067 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x29a73c00 on [dir 10000000000 /test_small/ [2,head] auth v=3295197 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:21.574076 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x995b860 2015-03-31 11:02:21.574078 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295199 2015-03-31 11:02:21.574079 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574090 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574100 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574112 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.574114 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.915384 < 1, stopping 2015-03-31 11:02:21.574119 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574131 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:21.574136 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295198 v=3295196 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.574141 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31279} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574158 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3cb128] 2015-03-31 11:02:21.574166 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.574170 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574178 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.574179 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574188 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574195 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574201 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574209 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574216 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574224 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574230 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574238 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574244 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574250 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574256 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574262 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574269 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574275 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3cb128] 2015-03-31 11:02:21.574286 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.574288 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.574292 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3cb128 tracedn 0x676d0c0 2015-03-31 11:02:21.574295 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x29a73c00) [dentry #1/test_small/small5/blarg10013 [2,head] auth NULL (dn xlock x=1 by 0x29a73c00) (dversion lock w=1 last_client=708310) pv=178626 v=177608 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d0c0] 2015-03-31 11:02:21.574303 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407317 create #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.574315 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.574319 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31280 2015-03-31 11:02:21.574322 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31280 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.574328 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.574331 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.574333 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) including xattrs version 0 2015-03-31 11:02:21.574379 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.574413 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.574430 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.574439 7fbe406af700 5 mds.0.log _submit_thread 5419516071~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:21.574446 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.574461 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574487 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574500 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574512 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.574523 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574536 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574548 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574560 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574573 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574585 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.574930 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407318 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.574957 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407318 cr=0x43d3c00) 2015-03-31 11:02:21.574961 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407318 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.574966 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407318 cr=0x43d3c00) #1000006b2a3 2015-03-31 11:02:21.574968 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a3 snap head 2015-03-31 11:02:21.574970 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.574972 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3cb128] 2015-03-31 11:02:21.574991 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407318 cr=0x43d3c00) 2015-03-31 11:02:21.574995 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575015 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575029 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.575043 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3cb128] 2015-03-31 11:02:21.575054 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575071 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.575088 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575099 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.575112 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.575125 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.575137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3cb128] 2015-03-31 11:02:21.575159 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_pin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3cb128] now 1+0 2015-03-31 11:02:21.575182 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575198 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575213 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575224 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575235 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.575247 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.575258 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.575268 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.575285 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407318 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.575291 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407318 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.575305 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.575309 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.575313 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.575316 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.575334 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407318 cr=0x43d3c00) 2015-03-31 11:02:21.575360 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575380 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575396 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575408 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575420 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.575444 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.575456 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.575466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.575477 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.575496 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.575509 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.575522 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_unpin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] now 0+0 2015-03-31 11:02:21.575902 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407319 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.575924 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407319 cr=0x43d4880) 2015-03-31 11:02:21.575928 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407319 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.575932 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407319 cr=0x43d4880) #1000006b2a3 2015-03-31 11:02:21.575934 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a3 snap head 2015-03-31 11:02:21.575937 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.575938 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.575954 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407319 cr=0x43d4880) 2015-03-31 11:02:21.575957 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.575975 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.575987 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.576000 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.576011 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.576026 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.576042 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.576053 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.576063 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.576073 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.576083 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.576104 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_pin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] now 1+0 2015-03-31 11:02:21.576115 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.576132 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.576160 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.576172 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.576183 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.576194 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.576205 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.576214 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.576230 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407319 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.576236 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407319 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.576250 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.576253 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.576257 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.576260 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.576276 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407319 cr=0x43d4880) 2015-03-31 11:02:21.576301 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.576320 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.576336 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.576348 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.576360 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.576372 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.576396 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.576408 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.576418 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.576435 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.576447 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.576459 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_unpin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] now 0+0 2015-03-31 11:02:21.579907 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e32 follows 0 op update 2015-03-31 11:02:21.579911 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.579923 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.579925 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.579944 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.579945 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.579951 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.579959 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.579961 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.579974 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.579996 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580002 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.580004 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580012 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580020 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580026 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580026 7fbe406af700 5 mds.0.log _submit_thread 5419517711~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.580034 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580041 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580046 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580052 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.580062 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.619073 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407320 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.619101 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407320 cr=0x43d1180) 2015-03-31 11:02:21.619105 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407320 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.619109 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407320 cr=0x43d1180) #1000006b2a3 2015-03-31 11:02:21.619111 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a3 snap head 2015-03-31 11:02:21.619113 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.619115 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.619133 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407320 cr=0x43d1180) 2015-03-31 11:02:21.619136 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.619156 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.619170 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.619183 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.619205 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.619221 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.619237 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.619259 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.619271 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.619295 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.619306 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.619316 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_pin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] now 1+0 2015-03-31 11:02:21.619326 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.619341 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.619357 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.619366 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.619377 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.619388 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.619400 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.619410 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.619427 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407320 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.619432 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407320 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.619446 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.619449 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.619453 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.619456 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.619473 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407320 cr=0x43d1180) 2015-03-31 11:02:21.619498 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.619517 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.619534 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.619546 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.619558 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.619582 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.619595 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.619606 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.619617 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.619635 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.619647 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.619657 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_unpin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] now 0+0 2015-03-31 11:02:21.620961 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e32 follows 0 op update 2015-03-31 11:02:21.620966 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.620980 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.620983 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.621004 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.621006 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621013 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621023 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.621025 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621031 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621041 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621046 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.621048 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621056 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621063 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621068 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621076 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.621077 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.621079 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e32 [2,head] /test_small/small1/blarg10013 auth v136844 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cc420] 2015-03-31 11:02:21.621087 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.661107 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407321 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.661137 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407321 cr=0xb261180) 2015-03-31 11:02:21.661139 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407321 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.661143 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407321 cr=0xb261180) #1000006b2a3 2015-03-31 11:02:21.661145 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a3 snap head 2015-03-31 11:02:21.661147 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.661150 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.661171 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407321 cr=0xb261180) 2015-03-31 11:02:21.661175 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.661195 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.661209 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.661235 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.661244 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.661261 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.661289 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.661312 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.661324 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.661335 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.661346 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:21.661356 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_pin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] now 1+0 2015-03-31 11:02:21.661367 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.661383 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.661398 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.661409 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.661420 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.661430 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.661439 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.661447 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.661462 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407321 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.661466 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407321 getattr Xs #1000006b2a3 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.661479 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.661482 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.661487 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:21.661490 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.661506 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407321 cr=0xb261180) 2015-03-31 11:02:21.661529 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.661549 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.661565 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.661578 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.661591 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.661603 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.661627 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.661640 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3cb128] 2015-03-31 11:02:21.661651 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.661668 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.661681 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.661693 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) auth_unpin by 0x29a73700 on [inode 1000006b2a3 [2,head] {#1000006b2a3 /test_small/small5/blarg10013} auth v178626 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3cb128] now 0+0 2015-03-31 11:02:21.661998 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407322 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.662022 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407322 cr=0xb263200) 2015-03-31 11:02:21.662024 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407322 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.662028 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407322 cr=0xb263200) #10000004e31 2015-03-31 11:02:21.662030 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e31 snap head 2015-03-31 11:02:21.662032 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.662034 7fbe462be700 10 mds.0.server ref is [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.662046 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407322 cr=0xb263200) 2015-03-31 11:02:21.662050 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.662068 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.662081 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.662090 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.662099 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.662115 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.662131 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.662142 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.662154 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.662164 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a73700 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.662175 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.662180 7fbe462be700 10 mds.0.cache.ino(10000004e31) auth_pin by 0x29a73700 on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] now 1+0 2015-03-31 11:02:21.662190 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.662206 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.662222 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.662234 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.662258 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.662268 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.662290 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662297 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662305 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662310 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662327 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407322 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.662334 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407322 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.662348 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.662351 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.662355 7fbe462be700 10 mds.0.cache.ino(10000004e31) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.662358 7fbe462be700 10 mds.0.cache.ino(10000004e31) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.662373 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407322 cr=0xb263200) 2015-03-31 11:02:21.662398 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.662417 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.662434 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.662447 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.662459 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.662469 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.662492 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662499 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662507 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662513 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.662519 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.662536 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.662548 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a73700 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.662559 7fbe462be700 10 mds.0.cache.ino(10000004e31) auth_unpin by 0x29a73700 on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cbae8] now 0+0 2015-03-31 11:02:21.662944 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407323 lookup #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.662967 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407323 cr=0xb267800) 2015-03-31 11:02:21.662971 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407323 lookup #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.662974 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407323 cr=0xb267800) #1000006026a/blarg10014 2015-03-31 11:02:21.662976 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.662980 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10014 [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock) v=177610 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.662993 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.662995 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407323 lookup #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.663008 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.663026 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407323 cr=0xb267800) 2015-03-31 11:02:21.663543 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407324 lookup #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.663568 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407324 cr=0xb261e00) 2015-03-31 11:02:21.663572 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407324 lookup #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.663576 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407324 cr=0xb261e00) #1000006026a/blarg10014 2015-03-31 11:02:21.663578 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.663582 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10014 [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock) v=177610 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.663591 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.663594 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407324 lookup #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.663608 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.663623 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407324 cr=0xb261e00) 2015-03-31 11:02:21.664138 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407325 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.664165 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407325 cr=0x8f08500) 2015-03-31 11:02:21.664167 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407325 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.664171 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407325 cr=0x8f08500) #10000004e31 2015-03-31 11:02:21.664174 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e31 snap head 2015-03-31 11:02:21.664175 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.664177 7fbe462be700 10 mds.0.server ref is [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.664193 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407325 cr=0x8f08500) 2015-03-31 11:02:21.664197 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.664217 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.664231 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.664243 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.664250 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.664266 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.664282 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.664293 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.664306 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.664316 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x29a73700 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.664327 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.664332 7fbe462be700 10 mds.0.cache.ino(10000004e31) auth_pin by 0x29a73700 on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] now 1+0 2015-03-31 11:02:21.664352 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.664368 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.664396 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.664407 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.664418 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.664427 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.664437 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664443 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664450 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664457 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664471 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407325 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.664477 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407325 getattr Xs #10000004e31 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.664491 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.664495 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.664499 7fbe462be700 10 mds.0.cache.ino(10000004e31) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.664502 7fbe462be700 10 mds.0.cache.ino(10000004e31) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.664520 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407325 cr=0x8f08500) 2015-03-31 11:02:21.664545 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.664563 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.664580 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.664592 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.664603 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.664614 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.664637 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664645 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664653 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664659 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cbae8] 2015-03-31 11:02:21.664667 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.664684 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.664697 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x29a73700 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.664707 7fbe462be700 10 mds.0.cache.ino(10000004e31) auth_unpin by 0x29a73700 on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9cbae8] now 0+0 2015-03-31 11:02:21.665046 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407326 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.665070 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407326 cr=0x8f0d280) 2015-03-31 11:02:21.665073 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407326 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.665077 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407326 cr=0x8f0d280) #1000006026a 2015-03-31 11:02:21.665079 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.665081 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.665082 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665103 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407326 cr=0x8f0d280) 2015-03-31 11:02:21.665106 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.665122 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.665134 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665148 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.665163 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.665178 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.665189 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.665202 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665214 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.665227 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.665243 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.665259 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.665272 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.665295 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665331 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665343 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31280} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665360 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407326 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.665366 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407326 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.665379 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.665383 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.665387 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31281 2015-03-31 11:02:21.665389 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31281 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.665404 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407326 cr=0x8f0d280) 2015-03-31 11:02:21.665425 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.665443 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.665457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.665469 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.665481 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665493 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665516 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665528 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.665540 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:21.665556 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:21.665568 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:21.665985 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407327 create #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.666009 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407327 cr=0x3b9b480) 2015-03-31 11:02:21.666013 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407327 create #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.666017 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10014 2015-03-31 11:02:21.666018 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407327 cr=0x3b9b480) #1000006026a/blarg10014 2015-03-31 11:02:21.666021 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10014 2015-03-31 11:02:21.666023 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.666025 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.666027 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178627 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.666039 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178627 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.666047 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10014 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178627 v=178625 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.666059 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407327 cr=0x3b9b480) 2015-03-31 11:02:21.666066 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666089 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666103 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666116 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock) v=177610 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666123 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666139 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x29a73700 on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.666156 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666168 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.666181 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=1+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666204 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.666229 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock) v=177610 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666234 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10014) auth_pin by 0x29a73700 on [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock) v=177610 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] now 1+0 2015-03-31 11:02:21.666240 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock) v=177610 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666245 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177610 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666250 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177610 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666255 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177610 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666261 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177610 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666268 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10014) auth_pin by 0x676d3f8 on [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177610 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] now 2+0 2015-03-31 11:02:21.666273 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x29a73700) [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dn xlock x=1 by 0x29a73700) (dversion lock w=1 last_client=708310) v=177610 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666279 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666295 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666311 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666325 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666340 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666350 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666360 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666372 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666382 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666394 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666405 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666419 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666429 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666440 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666449 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666460 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666471 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666481 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666503 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a4 ([1000006b2a5~37e], 894 left) 2015-03-31 11:02:21.666507 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.666508 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a4 [2,head] #1000006b2a4 auth v1 s=0 n() (iversion lock) 0x3f40b070] 2015-03-31 11:02:21.666514 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178628 2015-03-31 11:02:21.666515 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10014) pre_dirty [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dn xlock x=1 by 0x29a73700) (dversion lock w=1 last_client=708310) pv=178628 v=177610 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666524 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f40b070] 2015-03-31 11:02:21.666533 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x29a73700 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178628 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:21.666542 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x995ef60 2015-03-31 11:02:21.666544 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178629 2015-03-31 11:02:21.666546 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178629 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.666553 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178629 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.666561 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f40b070] 2015-03-31 11:02:21.666570 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.666572 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295198 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666588 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295200 2015-03-31 11:02:21.666590 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295200 v=3295196 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.666597 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295200 (current v 3295196) 2015-03-31 11:02:21.666599 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178629 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.666606 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.666607 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x29a73700 on [dir 10000000000 /test_small/ [2,head] auth pv=3295200 v=3295197 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:21.666617 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x99596b0 2015-03-31 11:02:21.666618 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295201 2015-03-31 11:02:21.666619 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666631 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666641 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666651 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.666653 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.00792 ago, continuing 2015-03-31 11:02:21.666658 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 10000000000 [...2,head] /test_small/ auth v120408 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666672 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120410 2015-03-31 11:02:21.666673 7fbe462be700 10 mds.0.cache.den(1 test_small) pre_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120410 v=120408 ap=0+3 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:21.666677 7fbe462be700 10 mds.0.cache.ino(10000000000) pre_dirty 120410 (current v 120408) 2015-03-31 11:02:21.666679 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 10000000000 /test_small/ [2,head] auth pv=3295201 v=3295197 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] 2015-03-31 11:02:21.666688 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.666689 7fbe462be700 10 mds.0.cache.dir(1) auth_pin by 0x29a73700 on [dir 1 / [2,head] auth v=120409 cv=119911/119911 dir_auth=0 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:57.000000 b422190196760 382332=382323+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] count now 1 + 3 2015-03-31 11:02:21.666700 7fbe462be700 10 mds.0.cache.dir(1) project_fnode 0x995e040 2015-03-31 11:02:21.666702 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120411 2015-03-31 11:02:21.666703 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666718 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666733 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666746 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.666747 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.00792 ago, continuing 2015-03-31 11:02:21.666750 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1 [...2,head] / auth v53467 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.666772 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small [2,head] auth (dversion lock) pv=120410 v=120408 ap=0+3 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:21.666779 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.666802 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295200 v=3295196 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.666808 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31281} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.666826 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f40b070] 2015-03-31 11:02:21.666836 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.666839 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f40b070] 2015-03-31 11:02:21.666847 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.666848 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666856 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666862 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666871 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666879 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666885 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666893 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666901 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666907 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666914 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666920 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666927 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666935 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666941 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666947 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f40b070] 2015-03-31 11:02:21.666957 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.666958 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.666962 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f40b070 tracedn 0x676d2a0 2015-03-31 11:02:21.666966 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x29a73700) [dentry #1/test_small/small5/blarg10014 [2,head] auth NULL (dn xlock x=1 by 0x29a73700) (dversion lock w=1 last_client=708310) pv=178628 v=177610 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d2a0] 2015-03-31 11:02:21.666974 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407327 create #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.666985 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.666989 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31282 2015-03-31 11:02:21.666992 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31282 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.666999 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.667002 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.667005 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) including xattrs version 0 2015-03-31 11:02:21.667051 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667085 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667102 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667118 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667122 7fbe406af700 5 mds.0.log _submit_thread 5419518570~2770 : EUpdate openc [metablob 1, 3 dirs] 2015-03-31 11:02:21.667151 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667163 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667176 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667188 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667201 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667214 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667227 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667239 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667249 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667261 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667558 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407328 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.667586 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407328 cr=0x3b9d000) 2015-03-31 11:02:21.667590 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407328 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.667594 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407328 cr=0x3b9d000) #1000006b2a4 2015-03-31 11:02:21.667596 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a4 snap head 2015-03-31 11:02:21.667598 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.667600 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f40b070] 2015-03-31 11:02:21.667617 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407328 cr=0x3b9d000) 2015-03-31 11:02:21.667620 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667639 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667652 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667665 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f40b070] 2015-03-31 11:02:21.667674 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667690 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.667706 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667718 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.667731 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667743 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.667755 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f40b070] 2015-03-31 11:02:21.667765 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_pin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f40b070] now 1+0 2015-03-31 11:02:21.667776 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667811 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.667839 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667851 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.667862 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667874 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.667885 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.667896 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.667913 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407328 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.667919 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407328 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.667931 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.667935 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.667939 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.667942 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.667959 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407328 cr=0x3b9d000) 2015-03-31 11:02:21.667984 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668003 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668020 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668033 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668046 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668058 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668082 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.668094 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.668103 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.668120 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.668133 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.668146 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_unpin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] now 0+0 2015-03-31 11:02:21.668484 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407329 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.668508 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407329 cr=0x3b9c100) 2015-03-31 11:02:21.668510 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407329 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.668514 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407329 cr=0x3b9c100) #1000006b2a4 2015-03-31 11:02:21.668516 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a4 snap head 2015-03-31 11:02:21.668518 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.668519 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.668536 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407329 cr=0x3b9c100) 2015-03-31 11:02:21.668539 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668557 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668571 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668584 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.668595 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668611 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.668627 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668638 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.668651 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668663 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.668674 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.668683 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_pin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] now 1+0 2015-03-31 11:02:21.668694 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668722 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668751 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668762 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668773 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668790 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668802 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.668811 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.668827 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407329 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.668833 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407329 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.668847 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.668851 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.668857 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.668860 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.668877 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407329 cr=0x3b9c100) 2015-03-31 11:02:21.668900 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668919 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.668935 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668948 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.668960 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668972 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.668995 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.669007 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.669018 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.669034 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.669046 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.669059 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_unpin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] now 0+0 2015-03-31 11:02:21.672394 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e31 follows 0 op update 2015-03-31 11:02:21.672399 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672413 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.672427 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.672449 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.672450 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672457 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672465 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.672469 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672483 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672507 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672513 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.672514 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672525 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672533 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672536 7fbe406af700 5 mds.0.log _submit_thread 5419521360~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.672542 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672551 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672557 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672563 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672569 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.672580 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.712098 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407330 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.712124 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407330 cr=0x3b99900) 2015-03-31 11:02:21.712129 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407330 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.712134 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407330 cr=0x3b99900) #1000006b2a4 2015-03-31 11:02:21.712136 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a4 snap head 2015-03-31 11:02:21.712138 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.712139 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.712158 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407330 cr=0x3b99900) 2015-03-31 11:02:21.712162 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.712182 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.712197 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.712209 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.712221 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.712237 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.712265 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.712277 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.712289 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.712311 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.712322 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.712332 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_pin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] now 1+0 2015-03-31 11:02:21.712355 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.712370 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.712385 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.712396 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.712407 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.712418 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.712429 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.712439 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.712455 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407330 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.712461 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407330 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.712474 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.712477 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.712483 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.712486 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.712502 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407330 cr=0x3b99900) 2015-03-31 11:02:21.712524 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.712542 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.712558 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.712570 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.712582 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.712605 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.712617 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.712629 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.712640 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.712656 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.712668 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.712679 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_unpin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] now 0+0 2015-03-31 11:02:21.713959 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e31 follows 0 op update 2015-03-31 11:02:21.713963 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.713976 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.713979 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.714000 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.714001 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714008 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714017 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.714020 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714026 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714034 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714040 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.714041 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714048 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714056 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714061 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714067 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.714068 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.714070 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e31 [2,head] /test_small/small1/blarg10014 auth v136846 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cbae8] 2015-03-31 11:02:21.714078 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.754065 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407331 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.754090 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407331 cr=0x25f4e400) 2015-03-31 11:02:21.754095 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407331 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.754100 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407331 cr=0x25f4e400) #1000006b2a4 2015-03-31 11:02:21.754102 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a4 snap head 2015-03-31 11:02:21.754104 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.754105 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.754122 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407331 cr=0x25f4e400) 2015-03-31 11:02:21.754125 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754145 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.754158 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.754171 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.754182 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754198 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.754214 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.754236 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.754248 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.754258 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.754280 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:21.754288 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_pin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] now 1+0 2015-03-31 11:02:21.754311 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754339 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.754350 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.754361 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.754371 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.754381 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.754391 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.754407 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407331 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.754412 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407331 getattr Xs #1000006b2a4 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.754424 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.754428 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.754433 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:21.754436 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.754450 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407331 cr=0x25f4e400) 2015-03-31 11:02:21.754471 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754505 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754520 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.754532 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.754543 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.754565 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.754575 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.754586 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f40b070] 2015-03-31 11:02:21.754596 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.754612 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.754624 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.754635 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) auth_unpin by 0x2876ad00 on [inode 1000006b2a4 [2,head] {#1000006b2a4 /test_small/small5/blarg10014} auth v178628 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f40b070] now 0+0 2015-03-31 11:02:21.754929 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407332 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.754949 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407332 cr=0x25f4af80) 2015-03-31 11:02:21.754951 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407332 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.754955 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407332 cr=0x25f4af80) #10000004e35 2015-03-31 11:02:21.754957 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e35 snap head 2015-03-31 11:02:21.754958 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.754959 7fbe462be700 10 mds.0.server ref is [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.754972 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407332 cr=0x25f4af80) 2015-03-31 11:02:21.754975 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.754992 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.755004 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.755013 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.755019 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.755033 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.755048 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.755059 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.755070 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.755079 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2876ad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.755089 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.755094 7fbe462be700 10 mds.0.cache.ino(10000004e35) auth_pin by 0x2876ad00 on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] now 1+0 2015-03-31 11:02:21.755102 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.755117 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.755132 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.755143 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.755154 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.755164 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.755173 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755190 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755195 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755214 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755228 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407332 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.755232 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407332 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.755244 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.755247 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.755251 7fbe462be700 10 mds.0.cache.ino(10000004e35) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.755254 7fbe462be700 10 mds.0.cache.ino(10000004e35) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.755267 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407332 cr=0x25f4af80) 2015-03-31 11:02:21.755288 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.755305 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.755320 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.755331 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.755342 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.755351 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.755373 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755380 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755386 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755393 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.755398 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.755414 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.755425 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2876ad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.755434 7fbe462be700 10 mds.0.cache.ino(10000004e35) auth_unpin by 0x2876ad00 on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cb1b0] now 0+0 2015-03-31 11:02:21.755753 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407333 lookup #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.755770 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407333 cr=0x968b200) 2015-03-31 11:02:21.755774 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407333 lookup #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.755777 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407333 cr=0x968b200) #1000006026a/blarg10015 2015-03-31 11:02:21.755779 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.755790 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10015 [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock) v=177612 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d480] 2015-03-31 11:02:21.755798 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.755800 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407333 lookup #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.755812 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.755825 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407333 cr=0x968b200) 2015-03-31 11:02:21.756316 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407334 lookup #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.756339 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407334 cr=0x968c880) 2015-03-31 11:02:21.756343 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407334 lookup #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.756346 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407334 cr=0x968c880) #1000006026a/blarg10015 2015-03-31 11:02:21.756348 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.756351 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10015 [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock) v=177612 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d480] 2015-03-31 11:02:21.756360 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.756362 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407334 lookup #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.756374 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.756387 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407334 cr=0x968c880) 2015-03-31 11:02:21.756886 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407335 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.756909 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407335 cr=0x968e400) 2015-03-31 11:02:21.756912 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407335 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.756916 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407335 cr=0x968e400) #10000004e35 2015-03-31 11:02:21.756918 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e35 snap head 2015-03-31 11:02:21.756919 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.756920 7fbe462be700 10 mds.0.server ref is [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.756934 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407335 cr=0x968e400) 2015-03-31 11:02:21.756937 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.756956 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.756968 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.756978 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.756986 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757002 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.757018 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757028 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.757040 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.757049 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2876ad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.757059 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.757064 7fbe462be700 10 mds.0.cache.ino(10000004e35) auth_pin by 0x2876ad00 on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] now 1+0 2015-03-31 11:02:21.757071 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757097 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757112 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757135 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757145 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.757154 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.757163 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757170 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757177 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757182 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757195 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407335 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.757200 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407335 getattr Xs #10000004e35 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.757211 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.757215 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.757220 7fbe462be700 10 mds.0.cache.ino(10000004e35) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.757222 7fbe462be700 10 mds.0.cache.ino(10000004e35) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.757237 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407335 cr=0x968e400) 2015-03-31 11:02:21.757257 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757275 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757290 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757301 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757313 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.757322 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.757342 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757349 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757356 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757363 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9cb1b0] 2015-03-31 11:02:21.757368 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.757384 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.757395 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2876ad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.757405 7fbe462be700 10 mds.0.cache.ino(10000004e35) auth_unpin by 0x2876ad00 on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9cb1b0] now 0+0 2015-03-31 11:02:21.757711 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407336 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.757732 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407336 cr=0x9689e00) 2015-03-31 11:02:21.757734 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407336 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.757737 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407336 cr=0x9689e00) #1000006026a 2015-03-31 11:02:21.757739 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.757740 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.757741 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757757 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407336 cr=0x9689e00) 2015-03-31 11:02:21.757760 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757775 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757791 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757802 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757817 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.757831 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757842 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.757853 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757863 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.757875 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757890 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.757904 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757915 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.757926 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757937 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757947 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757957 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31282} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.757999 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407336 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.758004 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407336 getattr Xs #1000006026a 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.758014 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.758017 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.758021 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31283 2015-03-31 11:02:21.758023 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31283 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.758037 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407336 cr=0x9689e00) 2015-03-31 11:02:21.758058 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758074 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758088 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758099 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758110 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758121 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758143 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758153 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758164 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:21.758179 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:21.758189 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:21.758570 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407337 create #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.758592 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407337 cr=0x23fb8a00) 2015-03-31 11:02:21.758594 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407337 create #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.758597 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10015 2015-03-31 11:02:21.758598 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407337 cr=0x23fb8a00) #1000006026a/blarg10015 2015-03-31 11:02:21.758601 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10015 2015-03-31 11:02:21.758602 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.758604 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.758606 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178629 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.758616 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178629 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.758624 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10015 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178629 v=178625 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.758635 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407337 cr=0x23fb8a00) 2015-03-31 11:02:21.758641 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758661 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758674 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758685 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock) v=177612 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d480] 2015-03-31 11:02:21.758692 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758706 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876ad00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.758721 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758731 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.758742 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=2+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758753 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.758764 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock) v=177612 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d480] 2015-03-31 11:02:21.758779 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10015) auth_pin by 0x2876ad00 on [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock) v=177612 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] now 1+0 2015-03-31 11:02:21.758791 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock) v=177612 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.758796 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177612 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.758813 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177612 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.758818 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177612 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.758823 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177612 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.758828 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10015) auth_pin by 0x676d5d8 on [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177612 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] now 2+0 2015-03-31 11:02:21.758833 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2876ad00) [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dn xlock x=1 by 0x2876ad00) (dversion lock w=1 last_client=708310) v=177612 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.758839 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758855 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758870 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758883 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.758897 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758908 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758918 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758928 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.758938 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758948 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758959 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758969 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758978 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758989 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.758999 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759009 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759019 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759029 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759048 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a5 ([1000006b2a6~37d], 893 left) 2015-03-31 11:02:21.759051 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.759053 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a5 [2,head] #1000006b2a5 auth v1 s=0 n() (iversion lock) 0x3f47a3a8] 2015-03-31 11:02:21.759057 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178630 2015-03-31 11:02:21.759059 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10015) pre_dirty [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dn xlock x=1 by 0x2876ad00) (dversion lock w=1 last_client=708310) pv=178630 v=177612 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.759067 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f47a3a8] 2015-03-31 11:02:21.759074 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2876ad00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178630 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:21.759084 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x995d540 2015-03-31 11:02:21.759085 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178631 2015-03-31 11:02:21.759087 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178631 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.759094 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178631 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.759100 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f47a3a8] 2015-03-31 11:02:21.759106 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.759108 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295200 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759122 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295202 2015-03-31 11:02:21.759123 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295202 v=3295196 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.759127 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295202 (current v 3295196) 2015-03-31 11:02:21.759129 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178631 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.759135 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.759137 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2876ad00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295202 v=3295197 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:21.759146 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9958210 2015-03-31 11:02:21.759147 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295203 2015-03-31 11:02:21.759148 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759160 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759171 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759182 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.759183 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.092547 < 1, stopping 2015-03-31 11:02:21.759188 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759199 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:21.759203 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295202 v=3295196 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.759209 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31283} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759224 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f47a3a8] 2015-03-31 11:02:21.759232 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.759235 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759244 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.759246 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759254 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759261 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759268 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759276 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759282 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759290 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759297 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759304 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759310 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759316 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759323 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759330 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759337 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759344 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759354 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.759355 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.759358 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f47a3a8 tracedn 0x676d480 2015-03-31 11:02:21.759361 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2876ad00) [dentry #1/test_small/small5/blarg10015 [2,head] auth NULL (dn xlock x=1 by 0x2876ad00) (dversion lock w=1 last_client=708310) pv=178630 v=177612 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d480] 2015-03-31 11:02:21.759368 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407337 create #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.759377 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.759381 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31284 2015-03-31 11:02:21.759383 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31284 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.759389 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.759393 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.759396 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) including xattrs version 0 2015-03-31 11:02:21.759436 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.759467 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.759483 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.759492 7fbe406af700 5 mds.0.log _submit_thread 5419522219~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:21.759497 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.759523 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759535 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759547 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759558 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759569 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759581 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759593 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759603 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759614 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759625 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759899 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407338 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.759922 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407338 cr=0x23fbc880) 2015-03-31 11:02:21.759924 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407338 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.759928 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407338 cr=0x23fbc880) #1000006b2a5 2015-03-31 11:02:21.759930 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a5 snap head 2015-03-31 11:02:21.759932 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.759933 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759947 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407338 cr=0x23fbc880) 2015-03-31 11:02:21.759950 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.759965 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.759976 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.759987 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f47a3a8] 2015-03-31 11:02:21.759997 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760012 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.760027 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760038 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.760049 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760060 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.760071 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f47a3a8] 2015-03-31 11:02:21.760081 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_pin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f47a3a8] now 1+0 2015-03-31 11:02:21.760092 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760108 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760122 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760134 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760145 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760184 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760193 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.760203 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.760219 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407338 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.760224 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407338 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.760235 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.760239 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.760244 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.760246 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.760260 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407338 cr=0x23fbc880) 2015-03-31 11:02:21.760281 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760298 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760313 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760324 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760336 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760346 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760368 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.760379 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.760389 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.760405 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.760416 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.760427 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_unpin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] now 0+0 2015-03-31 11:02:21.760692 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407339 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.760711 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407339 cr=0x23fbc100) 2015-03-31 11:02:21.760714 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407339 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.760717 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407339 cr=0x23fbc100) #1000006b2a5 2015-03-31 11:02:21.760719 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a5 snap head 2015-03-31 11:02:21.760720 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.760722 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.760736 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407339 cr=0x23fbc100) 2015-03-31 11:02:21.760738 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760755 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760767 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760777 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.760792 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760806 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.760821 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760832 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.760844 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760854 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.760865 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.760875 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_pin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] now 1+0 2015-03-31 11:02:21.760885 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760901 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.760916 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760928 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.760949 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760973 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.760983 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.760992 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.761007 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407339 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.761011 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407339 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.761022 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.761025 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.761029 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.761031 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.761044 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407339 cr=0x23fbc100) 2015-03-31 11:02:21.761064 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.761082 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.761096 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.761108 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.761130 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.761141 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.761152 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.761163 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.761173 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.761189 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.761200 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.761211 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_unpin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] now 0+0 2015-03-31 11:02:21.765287 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e35 follows 0 op update 2015-03-31 11:02:21.765292 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765301 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.765304 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.765321 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.765321 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765327 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765335 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.765337 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765348 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765369 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765375 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.765376 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765384 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765392 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765399 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765396 7fbe406af700 5 mds.0.log _submit_thread 5419523859~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.765406 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765412 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765417 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765425 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.765435 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.805078 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407340 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.805100 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407340 cr=0x6887800) 2015-03-31 11:02:21.805105 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407340 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.805109 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407340 cr=0x6887800) #1000006b2a5 2015-03-31 11:02:21.805111 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a5 snap head 2015-03-31 11:02:21.805113 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.805114 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.805132 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407340 cr=0x6887800) 2015-03-31 11:02:21.805135 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.805154 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.805167 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.805179 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.805190 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.805207 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.805222 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.805233 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.805256 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.805266 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.805277 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.805297 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_pin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] now 1+0 2015-03-31 11:02:21.805307 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.805334 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.805348 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.805359 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.805368 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.805378 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.805388 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.805398 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.805414 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407340 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.805418 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407340 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.805429 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.805433 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.805438 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.805440 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.805454 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407340 cr=0x6887800) 2015-03-31 11:02:21.805474 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.805492 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.805507 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.805518 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.805529 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.805551 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.805562 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.805573 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.805583 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.805599 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.805610 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.805621 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_unpin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] now 0+0 2015-03-31 11:02:21.806930 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e35 follows 0 op update 2015-03-31 11:02:21.806933 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.806945 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.806947 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.806966 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.806967 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.806974 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.806983 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.806985 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.806990 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.806998 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.807004 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.807005 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.807013 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.807020 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.807026 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.807031 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.807032 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.807033 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e35 [2,head] /test_small/small1/blarg10015 auth v136848 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9cb1b0] 2015-03-31 11:02:21.807041 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.847068 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407341 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.847092 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407341 cr=0x6885780) 2015-03-31 11:02:21.847093 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407341 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.847097 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407341 cr=0x6885780) #1000006b2a5 2015-03-31 11:02:21.847099 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a5 snap head 2015-03-31 11:02:21.847101 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.847102 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.847119 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407341 cr=0x6885780) 2015-03-31 11:02:21.847122 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847141 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847154 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.847166 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.847177 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847193 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.847208 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847219 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.847231 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.847252 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.847263 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:21.847283 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_pin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] now 1+0 2015-03-31 11:02:21.847293 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847344 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847354 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.847363 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.847373 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.847382 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.847397 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407341 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.847402 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407341 getattr Xs #1000006b2a5 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:21.847412 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.847416 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.847419 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:21.847421 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.847434 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407341 cr=0x6885780) 2015-03-31 11:02:21.847454 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847471 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847486 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847497 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847508 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.847530 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.847540 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.847551 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47a3a8] 2015-03-31 11:02:21.847561 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.847576 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.847587 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.847598 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) auth_unpin by 0x296a6e00 on [inode 1000006b2a5 [2,head] {#1000006b2a5 /test_small/small5/blarg10015} auth v178630 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47a3a8] now 0+0 2015-03-31 11:02:21.847899 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407342 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.847917 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407342 cr=0x6887d00) 2015-03-31 11:02:21.847919 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407342 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.847922 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407342 cr=0x6887d00) #10000004e34 2015-03-31 11:02:21.847924 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e34 snap head 2015-03-31 11:02:21.847926 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.847927 7fbe462be700 10 mds.0.server ref is [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.847937 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407342 cr=0x6887d00) 2015-03-31 11:02:21.847940 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847956 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.847967 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.847977 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.847983 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.847998 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.848013 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.848023 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.848034 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.848043 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x296a6e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.848053 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.848058 7fbe462be700 10 mds.0.cache.ino(10000004e34) auth_pin by 0x296a6e00 on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] now 1+0 2015-03-31 11:02:21.848066 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.848081 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.848096 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.848107 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.848118 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.848127 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.848137 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848144 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848162 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848169 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848192 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407342 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.848197 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407342 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.848207 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.848210 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.848215 7fbe462be700 10 mds.0.cache.ino(10000004e34) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.848217 7fbe462be700 10 mds.0.cache.ino(10000004e34) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.848230 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407342 cr=0x6887d00) 2015-03-31 11:02:21.848249 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.848265 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.848280 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.848290 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.848301 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.848309 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.848329 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848336 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848342 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848347 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.848354 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.848368 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.848380 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x296a6e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.848389 7fbe462be700 10 mds.0.cache.ino(10000004e34) auth_unpin by 0x296a6e00 on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ca878] now 0+0 2015-03-31 11:02:21.848702 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407343 lookup #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.848719 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407343 cr=0x9408c80) 2015-03-31 11:02:21.848721 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407343 lookup #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.848723 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407343 cr=0x9408c80) #1000006026a/blarg10016 2015-03-31 11:02:21.848725 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.848728 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10016 [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock) v=177614 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d660] 2015-03-31 11:02:21.848737 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.848739 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407343 lookup #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.848748 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.848759 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407343 cr=0x9408c80) 2015-03-31 11:02:21.849237 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407344 lookup #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.849257 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407344 cr=0x9408f00) 2015-03-31 11:02:21.849259 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407344 lookup #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.849262 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407344 cr=0x9408f00) #1000006026a/blarg10016 2015-03-31 11:02:21.849264 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.849267 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10016 [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock) v=177614 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d660] 2015-03-31 11:02:21.849275 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.849278 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407344 lookup #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.849290 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.849302 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407344 cr=0x9408f00) 2015-03-31 11:02:21.849757 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407345 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.849780 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407345 cr=0x940b480) 2015-03-31 11:02:21.849786 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407345 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.849789 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407345 cr=0x940b480) #10000004e34 2015-03-31 11:02:21.849791 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e34 snap head 2015-03-31 11:02:21.849793 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.849794 7fbe462be700 10 mds.0.server ref is [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.849806 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407345 cr=0x940b480) 2015-03-31 11:02:21.849809 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.849828 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.849840 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.849850 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.849855 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.849871 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.849886 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.849896 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.849907 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.849917 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x296a6e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.849926 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.849932 7fbe462be700 10 mds.0.cache.ino(10000004e34) auth_pin by 0x296a6e00 on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] now 1+0 2015-03-31 11:02:21.849940 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.849955 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.849980 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850002 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850012 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.850020 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.850029 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850035 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850041 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850047 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850059 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407345 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.850064 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407345 getattr Xs #10000004e34 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.850075 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.850078 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.850081 7fbe462be700 10 mds.0.cache.ino(10000004e34) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.850083 7fbe462be700 10 mds.0.cache.ino(10000004e34) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.850096 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407345 cr=0x940b480) 2015-03-31 11:02:21.850116 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850133 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850148 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850159 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850170 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.850190 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.850199 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850207 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850214 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850221 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9ca878] 2015-03-31 11:02:21.850226 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.850241 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.850253 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x296a6e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.850263 7fbe462be700 10 mds.0.cache.ino(10000004e34) auth_unpin by 0x296a6e00 on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9ca878] now 0+0 2015-03-31 11:02:21.850554 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407346 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.850572 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407346 cr=0x940a080) 2015-03-31 11:02:21.850574 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407346 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.850577 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407346 cr=0x940a080) #1000006026a 2015-03-31 11:02:21.850579 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.850580 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.850582 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850597 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407346 cr=0x940a080) 2015-03-31 11:02:21.850600 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850615 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850625 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850635 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850649 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.850663 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850673 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.850683 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850693 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.850704 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850718 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850732 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850743 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850754 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850764 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850775 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850790 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31284} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850819 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407346 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.850835 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407346 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.850845 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.850848 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.850852 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31285 2015-03-31 11:02:21.850854 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31285 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.850867 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407346 cr=0x940a080) 2015-03-31 11:02:21.850886 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850902 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.850916 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850927 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.850937 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850958 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850969 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850979 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.850989 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:21.851004 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:21.851014 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:21.851366 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407347 create #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.851386 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407347 cr=0x940f800) 2015-03-31 11:02:21.851388 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407347 create #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.851391 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10016 2015-03-31 11:02:21.851393 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407347 cr=0x940f800) #1000006026a/blarg10016 2015-03-31 11:02:21.851395 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10016 2015-03-31 11:02:21.851396 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.851398 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.851399 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178631 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.851409 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178631 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.851417 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10016 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178631 v=178625 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.851427 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407347 cr=0x940f800) 2015-03-31 11:02:21.851434 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.851453 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851466 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851477 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock) v=177614 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d660] 2015-03-31 11:02:21.851484 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.851503 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6e00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.851517 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851528 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.851539 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=3+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851549 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.851560 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock) v=177614 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d660] 2015-03-31 11:02:21.851565 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10016) auth_pin by 0x296a6e00 on [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock) v=177614 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] now 1+0 2015-03-31 11:02:21.851572 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock) v=177614 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851576 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177614 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851592 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177614 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851597 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177614 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851603 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177614 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851619 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10016) auth_pin by 0x676d7b8 on [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177614 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] now 2+0 2015-03-31 11:02:21.851626 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x296a6e00) [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dn xlock x=1 by 0x296a6e00) (dversion lock w=1 last_client=708310) v=177614 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851632 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.851647 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.851661 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.851674 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.851688 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851699 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851709 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851718 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851728 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851738 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851748 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851757 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851767 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851776 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851791 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851801 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851810 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851820 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851839 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a6 ([1000006b2a7~37c], 892 left) 2015-03-31 11:02:21.851842 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.851843 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a6 [2,head] #1000006b2a6 auth v1 s=0 n() (iversion lock) 0x3f47ed68] 2015-03-31 11:02:21.851847 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178632 2015-03-31 11:02:21.851849 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10016) pre_dirty [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dn xlock x=1 by 0x296a6e00) (dversion lock w=1 last_client=708310) pv=178632 v=177614 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.851857 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f47ed68] 2015-03-31 11:02:21.851864 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x296a6e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178632 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 8 2015-03-31 11:02:21.851873 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x995d1d0 2015-03-31 11:02:21.851875 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178633 2015-03-31 11:02:21.851876 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178633 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.851882 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178633 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.851889 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f47ed68] 2015-03-31 11:02:21.851895 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.851897 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295202 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851911 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295204 2015-03-31 11:02:21.851912 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295204 v=3295196 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.851916 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295204 (current v 3295196) 2015-03-31 11:02:21.851917 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178633 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.851924 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.851925 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x296a6e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295204 v=3295197 cv=3287205/3287205 ap=4+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 5 2015-03-31 11:02:21.851933 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x995bd30 2015-03-31 11:02:21.851934 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295205 2015-03-31 11:02:21.851935 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851956 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851967 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.851977 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.851979 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.185338 < 1, stopping 2015-03-31 11:02:21.851983 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.851993 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=4 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:21.851997 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295204 v=3295196 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.852001 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31285} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852014 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f47ed68] 2015-03-31 11:02:21.852021 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.852024 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852031 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.852034 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852041 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852048 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852055 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852062 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852069 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852076 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852083 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852089 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852095 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852101 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852108 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852115 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852121 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852128 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47ed68] 2015-03-31 11:02:21.852138 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.852139 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.852142 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f47ed68 tracedn 0x676d660 2015-03-31 11:02:21.852144 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x296a6e00) [dentry #1/test_small/small5/blarg10016 [2,head] auth NULL (dn xlock x=1 by 0x296a6e00) (dversion lock w=1 last_client=708310) pv=178632 v=177614 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d660] 2015-03-31 11:02:21.852151 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407347 create #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.852160 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.852163 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31286 2015-03-31 11:02:21.852165 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31286 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.852170 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.852173 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.852176 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) including xattrs version 0 2015-03-31 11:02:21.852212 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852242 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852258 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852267 7fbe406af700 5 mds.0.log _submit_thread 5419524718~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:21.852272 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852286 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852309 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852321 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852331 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852342 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852354 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852366 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852377 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852388 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852398 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852665 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407348 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.852685 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407348 cr=0x940e180) 2015-03-31 11:02:21.852687 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407348 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.852691 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407348 cr=0x940e180) #1000006b2a6 2015-03-31 11:02:21.852693 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a6 snap head 2015-03-31 11:02:21.852694 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.852695 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f47ed68] 2015-03-31 11:02:21.852709 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407348 cr=0x940e180) 2015-03-31 11:02:21.852711 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852728 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852739 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852750 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f47ed68] 2015-03-31 11:02:21.852759 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852773 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.852792 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852803 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.852814 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852823 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.852833 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f47ed68] 2015-03-31 11:02:21.852843 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_pin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f47ed68] now 1+0 2015-03-31 11:02:21.852853 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852868 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.852883 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852894 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.852905 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852929 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.852951 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.852960 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.852975 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407348 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.852979 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407348 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.852989 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.852992 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.852996 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.852999 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.853012 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407348 cr=0x940e180) 2015-03-31 11:02:21.853031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853047 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853061 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853072 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853083 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853104 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853114 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.853125 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.853135 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.853151 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.853161 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.853172 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_unpin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] now 0+0 2015-03-31 11:02:21.853470 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407349 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.853487 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407349 cr=0x940b700) 2015-03-31 11:02:21.853489 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407349 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.853493 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407349 cr=0x940b700) #1000006b2a6 2015-03-31 11:02:21.853494 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a6 snap head 2015-03-31 11:02:21.853496 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.853497 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.853510 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407349 cr=0x940b700) 2015-03-31 11:02:21.853513 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853529 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853540 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853550 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.853560 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853574 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.853589 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853599 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.853610 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853620 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.853631 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.853641 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_pin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] now 1+0 2015-03-31 11:02:21.853651 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853666 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853680 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853691 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853702 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853712 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853732 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.853754 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.853768 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407349 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.853772 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407349 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.853787 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.853789 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.853792 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.853794 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.853808 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407349 cr=0x940b700) 2015-03-31 11:02:21.853828 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853844 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.853859 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853870 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.853891 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853901 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.853911 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.853921 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.853931 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.853946 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.853957 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.853967 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_unpin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] now 0+0 2015-03-31 11:02:21.857161 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e34 follows 0 op update 2015-03-31 11:02:21.857165 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857174 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.857176 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.857193 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.857194 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857200 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857208 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.857210 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857221 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857241 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857248 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.857249 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857257 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857263 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857269 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857267 7fbe406af700 5 mds.0.log _submit_thread 5419526358~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.857276 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857282 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857287 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857294 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.857304 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.897079 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407350 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.897101 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407350 cr=0x2bd62580) 2015-03-31 11:02:21.897103 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407350 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.897106 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407350 cr=0x2bd62580) #1000006b2a6 2015-03-31 11:02:21.897108 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a6 snap head 2015-03-31 11:02:21.897109 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.897111 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.897128 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407350 cr=0x2bd62580) 2015-03-31 11:02:21.897131 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.897150 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.897163 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.897174 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.897185 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.897200 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.897216 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.897227 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.897238 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.897259 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.897270 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.897280 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_pin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] now 1+0 2015-03-31 11:02:21.897300 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.897327 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.897341 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.897351 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.897361 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.897371 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.897381 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.897390 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.897406 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407350 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.897410 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407350 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.897421 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.897424 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.897428 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.897431 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.897445 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407350 cr=0x2bd62580) 2015-03-31 11:02:21.897464 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.897481 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.897496 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.897507 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.897517 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.897539 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.897549 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.897560 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.897570 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.897595 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.897606 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.897617 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_unpin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] now 0+0 2015-03-31 11:02:21.898824 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e34 follows 0 op update 2015-03-31 11:02:21.898827 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898839 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.898841 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.898860 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.898861 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898868 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898876 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.898878 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898883 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898891 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898898 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.898899 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898906 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898913 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898918 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898924 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.898925 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.898926 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e34 [2,head] /test_small/small1/blarg10016 auth v136850 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ca878] 2015-03-31 11:02:21.898933 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.938069 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407351 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.938091 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407351 cr=0x2bd66900) 2015-03-31 11:02:21.938096 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407351 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.938099 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407351 cr=0x2bd66900) #1000006b2a6 2015-03-31 11:02:21.938101 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a6 snap head 2015-03-31 11:02:21.938102 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.938103 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.938119 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407351 cr=0x2bd66900) 2015-03-31 11:02:21.938122 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938141 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938154 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.938166 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.938177 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938192 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.938208 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938219 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.938230 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.938250 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.938261 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:21.938281 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_pin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] now 1+0 2015-03-31 11:02:21.938291 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938318 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938331 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938341 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938350 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.938360 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.938369 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.938378 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.938394 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407351 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.938398 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407351 getattr Xs #1000006b2a6 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.938408 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.938411 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.938416 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:21.938418 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.938431 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407351 cr=0x2bd66900) 2015-03-31 11:02:21.938451 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938467 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938482 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938493 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938503 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.938524 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.938535 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.938546 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47ed68] 2015-03-31 11:02:21.938556 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.938572 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.938583 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.938593 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) auth_unpin by 0x23dd1900 on [inode 1000006b2a6 [2,head] {#1000006b2a6 /test_small/small5/blarg10016} auth v178632 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47ed68] now 0+0 2015-03-31 11:02:21.938897 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407352 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.938915 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407352 cr=0x2bd65280) 2015-03-31 11:02:21.938918 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407352 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.938921 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407352 cr=0x2bd65280) #10000004e36 2015-03-31 11:02:21.938923 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e36 snap head 2015-03-31 11:02:21.938925 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.938926 7fbe462be700 10 mds.0.server ref is [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.938938 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407352 cr=0x2bd65280) 2015-03-31 11:02:21.938941 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938957 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.938967 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.938976 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.938982 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.938997 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.939012 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.939022 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.939033 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.939042 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd1900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.939051 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.939057 7fbe462be700 10 mds.0.cache.ino(10000004e36) auth_pin by 0x23dd1900 on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] now 1+0 2015-03-31 11:02:21.939064 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.939079 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.939094 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.939104 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.939115 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.939124 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.939134 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939141 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939164 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939183 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939195 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407352 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.939199 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407352 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.939210 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.939213 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.939218 7fbe462be700 10 mds.0.cache.ino(10000004e36) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:21.939220 7fbe462be700 10 mds.0.cache.ino(10000004e36) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.939233 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407352 cr=0x2bd65280) 2015-03-31 11:02:21.939252 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.939268 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.939283 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.939294 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.939304 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.939313 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.939333 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939339 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939345 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939350 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.939355 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.939370 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.939381 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd1900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.939390 7fbe462be700 10 mds.0.cache.ino(10000004e36) auth_unpin by 0x23dd1900 on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c9f40] now 0+0 2015-03-31 11:02:21.939704 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407353 lookup #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.939721 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407353 cr=0x2bd67d00) 2015-03-31 11:02:21.939724 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407353 lookup #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.939726 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407353 cr=0x2bd67d00) #1000006026a/blarg10017 2015-03-31 11:02:21.939728 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.939731 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10017 [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock) v=177616 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d840] 2015-03-31 11:02:21.939739 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.939741 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407353 lookup #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.939751 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.939763 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407353 cr=0x2bd67d00) 2015-03-31 11:02:21.940243 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407354 lookup #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.940263 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407354 cr=0x2bd64d80) 2015-03-31 11:02:21.940265 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407354 lookup #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.940268 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407354 cr=0x2bd64d80) #1000006026a/blarg10017 2015-03-31 11:02:21.940270 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.940272 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10017 [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock) v=177616 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d840] 2015-03-31 11:02:21.940281 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:21.940282 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407354 lookup #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.940293 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.940305 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407354 cr=0x2bd64d80) 2015-03-31 11:02:21.940789 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407355 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.940810 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407355 cr=0x9cc3c00) 2015-03-31 11:02:21.940813 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407355 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.940817 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407355 cr=0x9cc3c00) #10000004e36 2015-03-31 11:02:21.940819 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e36 snap head 2015-03-31 11:02:21.940820 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.940821 7fbe462be700 10 mds.0.server ref is [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.940833 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407355 cr=0x9cc3c00) 2015-03-31 11:02:21.940837 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.940855 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.940867 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.940877 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.940884 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.940899 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.940914 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.940924 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.940935 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:21.940944 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd1900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:21.940954 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.940960 7fbe462be700 10 mds.0.cache.ino(10000004e36) auth_pin by 0x23dd1900 on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] now 1+0 2015-03-31 11:02:21.940968 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.940984 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941008 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941019 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941040 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.941048 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.941056 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941063 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941069 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941075 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941088 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407355 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.941093 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407355 getattr Xs #10000004e36 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.941104 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.941107 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.941111 7fbe462be700 10 mds.0.cache.ino(10000004e36) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:21.941114 7fbe462be700 10 mds.0.cache.ino(10000004e36) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.941127 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407355 cr=0x9cc3c00) 2015-03-31 11:02:21.941147 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941163 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941178 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941189 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941199 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.941219 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:21.941228 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941236 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941242 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941248 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c9f40] 2015-03-31 11:02:21.941254 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.941269 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.941280 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd1900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:21.941289 7fbe462be700 10 mds.0.cache.ino(10000004e36) auth_unpin by 0x23dd1900 on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c9f40] now 0+0 2015-03-31 11:02:21.941591 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407356 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.941610 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407356 cr=0x9cc1180) 2015-03-31 11:02:21.941612 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407356 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.941615 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407356 cr=0x9cc1180) #1000006026a 2015-03-31 11:02:21.941617 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.941618 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.941619 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941635 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407356 cr=0x9cc1180) 2015-03-31 11:02:21.941638 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941653 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941664 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941674 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941688 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.941702 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941713 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.941724 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941733 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.941744 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941759 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941773 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941788 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941799 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941810 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941820 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941831 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (ixattr sync r=1) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31286} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941876 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407356 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.941881 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407356 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.941891 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.941894 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.941898 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31287 2015-03-31 11:02:21.941900 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31287 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.941913 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407356 cr=0x9cc1180) 2015-03-31 11:02:21.941932 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941948 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.941963 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941974 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.941984 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.941995 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942016 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942026 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942037 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:21.942051 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:21.942072 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:21.942424 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407357 create #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.942444 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407357 cr=0x9cc2a80) 2015-03-31 11:02:21.942447 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407357 create #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.942449 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10017 2015-03-31 11:02:21.942451 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407357 cr=0x9cc2a80) #1000006026a/blarg10017 2015-03-31 11:02:21.942453 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10017 2015-03-31 11:02:21.942454 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:21.942456 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.942457 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178633 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.942467 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178633 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.942476 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10017 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178633 v=178625 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.942487 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407357 cr=0x9cc2a80) 2015-03-31 11:02:21.942492 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.942512 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.942524 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942535 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock) v=177616 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d840] 2015-03-31 11:02:21.942543 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.942558 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1900 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.942573 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.942583 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.942594 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=4+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942604 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.942614 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock) v=177616 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676d840] 2015-03-31 11:02:21.942619 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10017) auth_pin by 0x23dd1900 on [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock) v=177616 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] now 1+0 2015-03-31 11:02:21.942626 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock) v=177616 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942631 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177616 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942649 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177616 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942655 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177616 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942660 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177616 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942677 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10017) auth_pin by 0x676d998 on [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177616 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] now 2+0 2015-03-31 11:02:21.942682 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd1900) [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dn xlock x=1 by 0x23dd1900) (dversion lock w=1 last_client=708310) v=177616 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942688 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.942703 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.942717 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.942731 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.942744 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.942754 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.942764 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.942773 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.942788 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942798 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942808 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942818 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942827 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942837 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942847 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942856 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942865 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942875 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942893 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a7 ([1000006b2a8~37b], 891 left) 2015-03-31 11:02:21.942896 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:21.942898 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a7 [2,head] #1000006b2a7 auth v1 s=0 n() (iversion lock) 0x3f43a460] 2015-03-31 11:02:21.942902 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178634 2015-03-31 11:02:21.942903 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10017) pre_dirty [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dn xlock x=1 by 0x23dd1900) (dversion lock w=1 last_client=708310) pv=178634 v=177616 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.942911 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f43a460] 2015-03-31 11:02:21.942918 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd1900 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178634 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 10 2015-03-31 11:02:21.942927 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3b6fd20 2015-03-31 11:02:21.942928 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178635 2015-03-31 11:02:21.942929 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178635 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.942936 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178635 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.942943 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f43a460] 2015-03-31 11:02:21.942949 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.942950 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295204 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.942964 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295206 2015-03-31 11:02:21.942966 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295206 v=3295196 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.942969 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295206 (current v 3295196) 2015-03-31 11:02:21.942971 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178635 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:21.942978 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:21.942980 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd1900 on [dir 10000000000 /test_small/ [2,head] auth pv=3295206 v=3295197 cv=3287205/3287205 ap=5+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 6 2015-03-31 11:02:21.942989 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x3b6f170 2015-03-31 11:02:21.942991 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295207 2015-03-31 11:02:21.942992 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943003 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943014 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943024 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:21.943026 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.276393 < 1, stopping 2015-03-31 11:02:21.943030 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943040 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=5 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:21.943044 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295206 v=3295196 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:21.943050 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31287} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943064 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f43a460] 2015-03-31 11:02:21.943071 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:21.943073 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f43a460] 2015-03-31 11:02:21.943080 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.943082 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943090 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943097 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943103 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943110 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943117 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943123 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943129 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943134 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943141 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943147 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943154 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943160 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943166 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943172 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f43a460] 2015-03-31 11:02:21.943182 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.943183 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:21.943185 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f43a460 tracedn 0x676d840 2015-03-31 11:02:21.943188 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd1900) [dentry #1/test_small/small5/blarg10017 [2,head] auth NULL (dn xlock x=1 by 0x23dd1900) (dversion lock w=1 last_client=708310) pv=178634 v=177616 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676d840] 2015-03-31 11:02:21.943194 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407357 create #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.943203 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.943206 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31288 2015-03-31 11:02:21.943208 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31288 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.943214 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:21.943217 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:21.943220 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) including xattrs version 0 2015-03-31 11:02:21.943258 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943288 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943303 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943311 7fbe406af700 5 mds.0.log _submit_thread 5419527217~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:21.943318 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943343 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943355 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943366 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943377 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943388 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943400 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943411 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943422 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943433 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943443 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943695 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407358 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.943715 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407358 cr=0x9cc6180) 2015-03-31 11:02:21.943717 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407358 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.943721 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407358 cr=0x9cc6180) #1000006b2a7 2015-03-31 11:02:21.943723 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a7 snap head 2015-03-31 11:02:21.943724 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.943725 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f43a460] 2015-03-31 11:02:21.943739 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407358 cr=0x9cc6180) 2015-03-31 11:02:21.943742 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943758 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943769 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943780 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f43a460] 2015-03-31 11:02:21.943794 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943808 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.943834 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943845 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.943856 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943867 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.943878 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f43a460] 2015-03-31 11:02:21.943888 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_pin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f43a460] now 1+0 2015-03-31 11:02:21.943899 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943915 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.943930 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943942 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.943963 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943974 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.943984 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.943994 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944010 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407358 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.944015 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407358 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.944026 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.944030 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.944034 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:21.944037 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.944051 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407358 cr=0x9cc6180) 2015-03-31 11:02:21.944071 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944099 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944123 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944134 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944145 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944155 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944176 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944186 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944196 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.944211 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.944222 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.944233 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_unpin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] now 0+0 2015-03-31 11:02:21.944503 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407359 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.944521 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407359 cr=0x9cc6e00) 2015-03-31 11:02:21.944524 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407359 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.944527 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407359 cr=0x9cc6e00) #1000006b2a7 2015-03-31 11:02:21.944529 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a7 snap head 2015-03-31 11:02:21.944530 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.944531 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:21.944544 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407359 cr=0x9cc6e00) 2015-03-31 11:02:21.944547 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944563 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944574 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944585 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:21.944594 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944608 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.944623 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944633 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.944643 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944653 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.944664 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:21.944673 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_pin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] now 1+0 2015-03-31 11:02:21.944683 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944698 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944713 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944723 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944734 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944744 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944765 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944790 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944805 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407359 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.944810 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407359 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.944820 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.944823 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.944826 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:21.944831 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.944843 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407359 cr=0x9cc6e00) 2015-03-31 11:02:21.944862 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944879 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.944902 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944924 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.944935 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944945 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.944955 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944966 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.944976 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.944991 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.945001 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.945011 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_unpin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] now 0+0 2015-03-31 11:02:21.947675 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e36 follows 0 op update 2015-03-31 11:02:21.947678 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947685 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.947687 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.947703 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.947704 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947709 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947717 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:21.947719 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947730 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947750 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947757 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:21.947758 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947765 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947772 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947777 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947786 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947792 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947777 7fbe406af700 5 mds.0.log _submit_thread 5419528857~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:21.947797 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947803 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.947811 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:21.987051 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407360 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.987073 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407360 cr=0x9cc2580) 2015-03-31 11:02:21.987078 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407360 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.987081 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407360 cr=0x9cc2580) #1000006b2a7 2015-03-31 11:02:21.987084 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a7 snap head 2015-03-31 11:02:21.987085 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:21.987086 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:21.987103 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407360 cr=0x9cc2580) 2015-03-31 11:02:21.987106 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.987125 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.987138 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.987150 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:21.987161 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.987176 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:21.987192 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.987203 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:21.987215 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.987236 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:21.987247 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:21.987266 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_pin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] now 1+0 2015-03-31 11:02:21.987276 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.987303 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.987317 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.987327 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.987337 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.987346 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.987356 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.987365 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.987381 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407360 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.987385 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407360 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:21.987396 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:21.987399 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:21.987403 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:21.987405 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:21.987419 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407360 cr=0x9cc2580) 2015-03-31 11:02:21.987438 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.987455 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.987470 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.987481 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:21.987491 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.987513 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:21.987523 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.987534 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:21.987544 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:21.987559 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:21.987570 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:21.987580 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_unpin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] now 0+0 2015-03-31 11:02:21.988903 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e36 follows 0 op update 2015-03-31 11:02:21.988906 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988918 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:21.988920 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:21.988939 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:21.988940 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988946 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988955 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:21.988957 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988962 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988969 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988974 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:21.988975 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988981 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988988 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.988995 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.989001 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:21.989002 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:21.989003 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e36 [2,head] /test_small/small1/blarg10017 auth v136852 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9f40] 2015-03-31 11:02:21.989010 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.028061 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407361 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.028083 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407361 cr=0x9cc6b80) 2015-03-31 11:02:22.028087 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407361 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.028091 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407361 cr=0x9cc6b80) #1000006b2a7 2015-03-31 11:02:22.028093 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a7 snap head 2015-03-31 11:02:22.028095 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.028096 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:22.028113 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407361 cr=0x9cc6b80) 2015-03-31 11:02:22.028116 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028135 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028148 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.028160 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:22.028171 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028186 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.028202 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028213 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.028224 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.028245 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.028255 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:22.028275 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_pin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] now 1+0 2015-03-31 11:02:22.028285 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028325 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028336 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028346 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.028355 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.028365 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:22.028374 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:22.028390 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407361 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.028394 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407361 getattr Xs #1000006b2a7 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.028405 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.028409 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.028413 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.028416 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.028430 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407361 cr=0x9cc6b80) 2015-03-31 11:02:22.028450 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028467 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028482 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028493 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028504 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.028525 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.028536 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:22.028547 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f43a460] 2015-03-31 11:02:22.028557 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.028572 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.028583 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.028593 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) auth_unpin by 0x2876a800 on [inode 1000006b2a7 [2,head] {#1000006b2a7 /test_small/small5/blarg10017} auth v178634 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f43a460] now 0+0 2015-03-31 11:02:22.028893 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407362 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.028910 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407362 cr=0x60abe80) 2015-03-31 11:02:22.028912 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407362 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.028915 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407362 cr=0x60abe80) #10000004e33 2015-03-31 11:02:22.028917 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e33 snap head 2015-03-31 11:02:22.028918 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.028919 7fbe462be700 10 mds.0.server ref is [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.028930 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407362 cr=0x60abe80) 2015-03-31 11:02:22.028933 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028949 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.028960 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.028969 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.028976 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.028990 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.029004 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.029014 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.029025 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.029034 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2876a800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.029043 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.029049 7fbe462be700 10 mds.0.cache.ino(10000004e33) auth_pin by 0x2876a800 on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] now 1+0 2015-03-31 11:02:22.029056 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.029071 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.029085 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.029096 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.029107 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.029116 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.029126 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029133 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029150 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029156 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029182 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407362 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.029186 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407362 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.029196 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.029199 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.029203 7fbe462be700 10 mds.0.cache.ino(10000004e33) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.029205 7fbe462be700 10 mds.0.cache.ino(10000004e33) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.029218 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407362 cr=0x60abe80) 2015-03-31 11:02:22.029237 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.029253 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.029268 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.029278 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.029289 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.029298 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.029318 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029325 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029332 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029338 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.029344 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.029358 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.029369 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2876a800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.029378 7fbe462be700 10 mds.0.cache.ino(10000004e33) auth_unpin by 0x2876a800 on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c9608] now 0+0 2015-03-31 11:02:22.029724 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407363 lookup #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.029746 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407363 cr=0x60a8000) 2015-03-31 11:02:22.029748 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407363 lookup #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.029751 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407363 cr=0x60a8000) #1000006026a/blarg10018 2015-03-31 11:02:22.029753 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.029756 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10018 [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock) v=177618 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676da20] 2015-03-31 11:02:22.029764 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.029766 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407363 lookup #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.029778 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.029811 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407363 cr=0x60a8000) 2015-03-31 11:02:22.030302 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407364 lookup #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.030323 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407364 cr=0x4a0a800) 2015-03-31 11:02:22.030325 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407364 lookup #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.030328 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407364 cr=0x4a0a800) #1000006026a/blarg10018 2015-03-31 11:02:22.030330 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.030333 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10018 [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock) v=177618 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676da20] 2015-03-31 11:02:22.030341 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.030343 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407364 lookup #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.030355 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.030367 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407364 cr=0x4a0a800) 2015-03-31 11:02:22.030845 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407365 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.030867 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407365 cr=0x26458280) 2015-03-31 11:02:22.030869 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407365 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.030872 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407365 cr=0x26458280) #10000004e33 2015-03-31 11:02:22.030874 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e33 snap head 2015-03-31 11:02:22.030876 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.030877 7fbe462be700 10 mds.0.server ref is [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.030889 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407365 cr=0x26458280) 2015-03-31 11:02:22.030892 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.030911 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.030923 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.030932 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.030939 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.030954 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.030969 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.030979 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.030990 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.030999 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2876a800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.031009 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.031014 7fbe462be700 10 mds.0.cache.ino(10000004e33) auth_pin by 0x2876a800 on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] now 1+0 2015-03-31 11:02:22.031022 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031037 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031052 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031063 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031086 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.031107 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.031115 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031121 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031126 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031132 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031145 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407365 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.031150 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407365 getattr Xs #10000004e33 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.031161 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.031164 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.031168 7fbe462be700 10 mds.0.cache.ino(10000004e33) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.031171 7fbe462be700 10 mds.0.cache.ino(10000004e33) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.031185 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407365 cr=0x26458280) 2015-03-31 11:02:22.031204 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031221 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031235 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031246 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031277 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.031286 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.031296 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031303 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031310 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031317 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c9608] 2015-03-31 11:02:22.031322 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.031337 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.031348 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2876a800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.031357 7fbe462be700 10 mds.0.cache.ino(10000004e33) auth_unpin by 0x2876a800 on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c9608] now 0+0 2015-03-31 11:02:22.031656 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407366 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.031673 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407366 cr=0x43d0c80) 2015-03-31 11:02:22.031675 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407366 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.031678 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407366 cr=0x43d0c80) #1000006026a 2015-03-31 11:02:22.031680 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.031681 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.031682 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031697 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407366 cr=0x43d0c80) 2015-03-31 11:02:22.031700 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031715 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031726 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031736 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031749 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.031763 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031773 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.031788 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031798 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.031809 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031823 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.031837 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031848 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.031859 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031869 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031880 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031890 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (ixattr sync r=1) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31288} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.031920 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407366 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.031925 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407366 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.031946 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.031949 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.031953 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31289 2015-03-31 11:02:22.031955 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31289 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.031968 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407366 cr=0x43d0c80) 2015-03-31 11:02:22.031987 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032003 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032017 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032028 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032038 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032049 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032070 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032080 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032090 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.032104 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.032115 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.032464 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407367 create #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.032485 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407367 cr=0x8f0bc00) 2015-03-31 11:02:22.032487 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407367 create #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.032490 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10018 2015-03-31 11:02:22.032491 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407367 cr=0x8f0bc00) #1000006026a/blarg10018 2015-03-31 11:02:22.032493 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10018 2015-03-31 11:02:22.032495 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.032496 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.032498 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178635 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.032508 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178635 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.032516 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10018 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178635 v=178625 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.032527 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407367 cr=0x8f0bc00) 2015-03-31 11:02:22.032533 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032552 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032565 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032576 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock) v=177618 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676da20] 2015-03-31 11:02:22.032583 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032599 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2876a800 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.032614 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032625 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.032636 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032646 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.032657 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock) v=177618 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676da20] 2015-03-31 11:02:22.032662 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10018) auth_pin by 0x2876a800 on [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock) v=177618 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] now 1+0 2015-03-31 11:02:22.032669 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock) v=177618 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032674 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177618 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032690 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177618 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032695 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177618 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032700 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177618 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032704 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10018) auth_pin by 0x676db78 on [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177618 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] now 2+0 2015-03-31 11:02:22.032722 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2876a800) [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dn xlock x=1 by 0x2876a800) (dversion lock w=1 last_client=708310) v=177618 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032728 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032743 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032757 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032770 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.032788 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032798 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032808 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032818 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.032828 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032838 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032848 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032857 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032867 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032876 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032886 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032895 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032905 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032914 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.032934 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a8 ([1000006b2a9~37a], 890 left) 2015-03-31 11:02:22.032936 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.032938 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a8 [2,head] #1000006b2a8 auth v1 s=0 n() (iversion lock) 0x3f4c5b50] 2015-03-31 11:02:22.032942 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178636 2015-03-31 11:02:22.032943 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10018) pre_dirty [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dn xlock x=1 by 0x2876a800) (dversion lock w=1 last_client=708310) pv=178636 v=177618 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.032951 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4c5b50] 2015-03-31 11:02:22.032958 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2876a800 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178636 v=178625 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 6 + 12 2015-03-31 11:02:22.032967 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3b6fdd0 2015-03-31 11:02:22.032968 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178637 2015-03-31 11:02:22.032970 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178625 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.032976 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178625 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.032981 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4c5b50] 2015-03-31 11:02:22.032987 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.032989 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295206 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033003 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295208 2015-03-31 11:02:22.033004 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295196 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.033008 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295208 (current v 3295196) 2015-03-31 11:02:22.033009 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178625 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=20+1584,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.033016 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.033017 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2876a800 on [dir 10000000000 /test_small/ [2,head] auth pv=3295208 v=3295197 cv=3287205/3287205 ap=6+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 6 + 7 2015-03-31 11:02:22.033026 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x3b6caf0 2015-03-31 11:02:22.033028 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295209 2015-03-31 11:02:22.033029 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033040 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033051 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033061 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.033063 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.366432 < 1, stopping 2015-03-31 11:02:22.033067 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033078 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=6 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.033082 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295196 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.033088 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31289} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033101 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4c5b50] 2015-03-31 11:02:22.033108 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.033110 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033118 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.033120 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033127 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033134 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033139 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033146 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033153 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033160 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033166 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033172 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033179 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033185 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033192 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033199 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033205 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033212 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4c5b50] 2015-03-31 11:02:22.033222 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.033223 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.033225 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4c5b50 tracedn 0x676da20 2015-03-31 11:02:22.033228 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2876a800) [dentry #1/test_small/small5/blarg10018 [2,head] auth NULL (dn xlock x=1 by 0x2876a800) (dversion lock w=1 last_client=708310) pv=178636 v=177618 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676da20] 2015-03-31 11:02:22.033234 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407367 create #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.033242 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.033245 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31290 2015-03-31 11:02:22.033247 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31290 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.033252 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.033255 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.033257 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) including xattrs version 0 2015-03-31 11:02:22.033292 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033322 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033338 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033346 7fbe406af700 5 mds.0.log _submit_thread 5419529716~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.033352 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033378 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033390 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033401 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033412 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033423 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033434 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033457 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033468 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033478 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033547 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407368 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.033568 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407368 cr=0x26904d80) 2015-03-31 11:02:22.033570 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407368 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.033574 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407368 cr=0x26904d80) #1000006026a 2015-03-31 11:02:22.033576 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.033577 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.033578 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033593 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407368 cr=0x26904d80) 2015-03-31 11:02:22.033596 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033612 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033623 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033633 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033647 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd3700 on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.033672 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033682 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd3700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.033693 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033703 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd3700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.033714 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033728 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033752 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033763 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033773 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033788 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033808 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033830 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31290} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033846 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407368 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.033851 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407368 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.033861 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.033864 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.033869 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31291 2015-03-31 11:02:22.033871 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31291 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.033884 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407368 cr=0x26904d80) 2015-03-31 11:02:22.033903 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033919 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.033933 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033943 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.033954 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033964 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033986 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.033995 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034006 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd3700 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.034020 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd3700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.034030 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd3700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.034175 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407369 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.034193 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407369 cr=0x9831680) 2015-03-31 11:02:22.034195 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407369 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.034199 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407369 cr=0x9831680) #1000006b2a8 2015-03-31 11:02:22.034201 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a8 snap head 2015-03-31 11:02:22.034202 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.034203 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4c5b50] 2015-03-31 11:02:22.034217 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407369 cr=0x9831680) 2015-03-31 11:02:22.034220 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034237 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034248 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034269 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4c5b50] 2015-03-31 11:02:22.034279 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034293 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd3700 on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.034308 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034318 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd3700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.034329 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034339 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd3700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.034349 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4c5b50] 2015-03-31 11:02:22.034359 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_pin by 0x23dd3700 on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4c5b50] now 1+0 2015-03-31 11:02:22.034369 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034385 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034399 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034410 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034431 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034453 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034462 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.034471 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.034486 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407369 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.034490 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407369 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.034500 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.034504 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.034508 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.034511 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.034523 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407369 cr=0x9831680) 2015-03-31 11:02:22.034542 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034558 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034572 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034583 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034593 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034603 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034624 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.034635 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.034644 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd3700 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.034660 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd3700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.034670 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd3700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.034692 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_unpin by 0x23dd3700 on [inode 1000006b2a8 [2,head] {#1000006b2a8 /test_small/small5/blarg10018} auth v178636 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4c5b50] now 0+0 2015-03-31 11:02:22.034774 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407370 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.034798 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407370 cr=0x940af80) 2015-03-31 11:02:22.034800 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407370 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.034804 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407370 cr=0x940af80) #1000006026a 2015-03-31 11:02:22.034806 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.034807 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.034808 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034824 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407370 cr=0x940af80) 2015-03-31 11:02:22.034827 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034842 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034854 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034864 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034878 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd3700 on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.034892 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034912 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd3700 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.034923 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.034933 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd3700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.034943 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034958 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53467 pv53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.034972 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034982 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.034993 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.035003 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.035014 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.035034 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.035056 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:22.035066 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.035075 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0xb37cf20 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:22.035078 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.058547 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.058554 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.058563 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.058565 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) mark_dirty [inode 1000006b2a3 [2,head] /test_small/small5/blarg10013 auth v178625 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:22.058580 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10013) mark_dirty [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178626 v=177608 ap=2+0 inode=0x3f3cb128 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058589 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178626 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 20=20+0) hs=21+1583,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178626 2015-03-31 11:02:22.058600 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) mark_dirty_parent 2015-03-31 11:02:22.058602 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295196 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 20=20+0) n(v1 rc2015-03-31 11:02:58.000000 21=20+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.058617 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295196 ap=0+9 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.058621 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295198 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382323=382316+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295198 2015-03-31 11:02:22.058633 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178627 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 21=21+0) hs=21+1583,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178627 2015-03-31 11:02:22.058641 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295199 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382324=382317+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295199 2015-03-31 11:02:22.058650 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a3 [2,head] /test_small/small5/blarg10013 auth v178626 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3cb128] 2015-03-31 11:02:22.058660 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.058663 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27494 client_caps(grant ino 1000006b2a3 1851480 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:22.058685 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178626 ap=2+0 inode=0x3f3cb128 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058695 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407317 create #1000006026a/blarg10013 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:22.058708 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a3 2015-03-31 11:02:22.058712 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178626 ap=2+0 inode=0x3f3cb128 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058754 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178626 ap=2+0 inode=0x3f3cb128 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058761 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178626 ap=2+0 inode=0x3f3cb128 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058768 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10013) auth_unpin by 0x676d218 on [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178626 ap=1+0 inode=0x3f3cb128 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] now 1+0 2015-03-31 11:02:22.058776 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178626 ap=1+0 inode=0x3f3cb128 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058789 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.058806 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=6 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295198 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 22=21+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.058829 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295198 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 22=21+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.058840 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295198 pv3295208 ap=8+1 f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 22=21+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.058851 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178626 ap=1+0 inode=0x3f3cb128 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d0c0] 2015-03-31 11:02:22.058868 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407317 cr=0x2645c380) 2015-03-31 11:02:22.058887 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73c00 on [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.058905 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73c00 on [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.058917 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a73c00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295199 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382324=382317+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 9 2015-03-31 11:02:22.058928 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a73c00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178627 cv=170705/170705 ap=5+11+11 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 21=21+0) hs=21+1583,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 11 2015-03-31 11:02:22.058936 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73c00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295198 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 22=21+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.058948 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10013) auth_unpin by 0x29a73c00 on [dentry #1/test_small/small5/blarg10013 [2,head] auth (dn sync l=1) (dversion lock) v=178626 inode=0x3f3cb128 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676d0c0] now 0+0 2015-03-31 11:02:22.058972 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.058974 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.058979 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.058980 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) mark_dirty [inode 1000006b2a4 [2,head] /test_small/small5/blarg10014 auth v178627 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f40b070] 2015-03-31 11:02:22.058992 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10014) mark_dirty [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178628 v=177610 ap=2+0 inode=0x3f40b070 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.058999 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178628 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 21=21+0) hs=22+1582,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178628 2015-03-31 11:02:22.059008 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) mark_dirty_parent 2015-03-31 11:02:22.059010 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295198 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 21=21+0) n(v1 rc2015-03-31 11:02:58.000000 22=21+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059023 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295198 ap=0+8 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.059027 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295200 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382324=382317+7)/n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382315=382308+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295200 2015-03-31 11:02:22.059037 7fbe43ab9700 10 mds.0.cache.ino(10000000000) mark_dirty [inode 10000000000 [...2,head] /test_small/ auth v120408 pv120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:57.000000 b422190090565 382316=382308+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.059049 7fbe43ab9700 10 mds.0.cache.den(1 test_small) mark_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120410 v=120408 ap=0+7 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:22.059052 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120411 v=120410 cv=119911/119911 dir_auth=0 ap=1+6+7 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:57.000000 b422190196760 382332=382323+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120410 2015-03-31 11:02:22.059062 7fbe43ab9700 10 mds.0.cache.ino(1) mark_dirty [inode 1 [...2,head] / auth v53467 pv53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.059079 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178629 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 22=22+0) hs=22+1582,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178629 2015-03-31 11:02:22.059087 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295201 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295201 2015-03-31 11:02:22.059209 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120411 v=120411 cv=119911/119911 dir_auth=0 ap=1+6+7 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:58.000000 b422190196760 382342=382333+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120411 2015-03-31 11:02:22.059220 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a4 [2,head] /test_small/small5/blarg10014 auth v178628 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f40b070] 2015-03-31 11:02:22.059316 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.059319 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27495 client_caps(grant ino 1000006b2a4 1851481 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:22.059337 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178628 ap=2+0 inode=0x3f40b070 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.059357 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407327 create #1000006026a/blarg10014 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:22.059367 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a4 2015-03-31 11:02:22.059371 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178628 ap=2+0 inode=0x3f40b070 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.059379 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178628 ap=2+0 inode=0x3f40b070 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.059384 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178628 ap=2+0 inode=0x3f40b070 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.059389 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10014) auth_unpin by 0x676d3f8 on [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178628 ap=1+0 inode=0x3f40b070 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] now 1+0 2015-03-31 11:02:22.059395 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178628 ap=1+0 inode=0x3f40b070 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.059400 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.059430 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.059445 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.059459 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.059471 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.059482 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295200 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 23=22+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059493 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295200 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 23=22+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059504 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295200 pv3295208 ap=7+1 f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 23=22+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059526 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178628 ap=1+0 inode=0x3f40b070 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d2a0] 2015-03-31 11:02:22.059542 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407327 cr=0x3b9b480) 2015-03-31 11:02:22.059550 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x29a73700 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.059566 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x29a73700 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.059577 7fbe43ab9700 10 mds.0.cache.dir(1) auth_unpin by 0x29a73700 on [dir 1 / [2,head] auth v=120411 cv=119911/119911 dir_auth=0 ap=0+5+6 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:58.000000 b422190196760 382342=382333+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=0 0x4758000] count now 0 + 6 2015-03-31 11:02:22.059588 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x29a73700 on [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295201 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 8 2015-03-31 11:02:22.059596 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x29a73700 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178629 cv=170705/170705 ap=4+9+9 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 22=22+0) hs=22+1582,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 9 2015-03-31 11:02:22.059604 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x29a73700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295200 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 23=22+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.059617 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10014) auth_unpin by 0x29a73700 on [dentry #1/test_small/small5/blarg10014 [2,head] auth (dn sync l=1) (dversion lock) v=178628 inode=0x3f40b070 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676d2a0] now 0+0 2015-03-31 11:02:22.059680 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.059682 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.059688 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.059689 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) mark_dirty [inode 1000006b2a5 [2,head] /test_small/small5/blarg10015 auth v178629 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:22.059701 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10015) mark_dirty [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178630 v=177612 ap=2+0 inode=0x3f47a3a8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059708 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178630 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 22=22+0) hs=23+1581,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178630 2015-03-31 11:02:22.059717 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) mark_dirty_parent 2015-03-31 11:02:22.059719 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295200 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 22=22+0) n(v1 rc2015-03-31 11:02:58.000000 23=22+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059732 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295200 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.059736 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295202 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295202 2015-03-31 11:02:22.059745 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178631 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 23=23+0) hs=23+1581,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178631 2015-03-31 11:02:22.059753 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295203 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382319+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295203 2015-03-31 11:02:22.059762 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a5 [2,head] /test_small/small5/blarg10015 auth v178630 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f47a3a8] 2015-03-31 11:02:22.059772 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.059774 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27496 client_caps(grant ino 1000006b2a5 1851482 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:58.000000) v4 2015-03-31 11:02:22.059797 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178630 ap=2+0 inode=0x3f47a3a8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059806 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407337 create #1000006026a/blarg10015 2015-03-31 11:02:58.000000) v2 2015-03-31 11:02:22.059817 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a5 2015-03-31 11:02:22.059819 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178630 ap=2+0 inode=0x3f47a3a8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059828 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178630 ap=2+0 inode=0x3f47a3a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059834 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178630 ap=2+0 inode=0x3f47a3a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059839 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10015) auth_unpin by 0x676d5d8 on [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178630 ap=1+0 inode=0x3f47a3a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] now 1+0 2015-03-31 11:02:22.059846 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178630 ap=1+0 inode=0x3f47a3a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059851 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.059865 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295202 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 24=23+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059877 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295202 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 24=23+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059889 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295202 pv3295208 ap=6+1 f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 24=23+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.059900 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178630 ap=1+0 inode=0x3f47a3a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d480] 2015-03-31 11:02:22.059914 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407337 cr=0x23fb8a00) 2015-03-31 11:02:22.059922 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2876ad00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.059939 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876ad00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.059951 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2876ad00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295203 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382319+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 7 2015-03-31 11:02:22.059961 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2876ad00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178631 cv=170705/170705 ap=3+7+7 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 23=23+0) hs=23+1581,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 7 2015-03-31 11:02:22.059969 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876ad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295202 pv3295208 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 24=23+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.059982 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10015) auth_unpin by 0x2876ad00 on [dentry #1/test_small/small5/blarg10015 [2,head] auth (dn sync l=1) (dversion lock) v=178630 inode=0x3f47a3a8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676d480] now 0+0 2015-03-31 11:02:22.060077 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.060080 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.060085 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.060086 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) mark_dirty [inode 1000006b2a6 [2,head] /test_small/small5/blarg10016 auth v178631 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:22.060098 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10016) mark_dirty [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178632 v=177614 ap=2+0 inode=0x3f47ed68 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060104 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178632 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 23=23+0) hs=24+1580,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178632 2015-03-31 11:02:22.060113 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) mark_dirty_parent 2015-03-31 11:02:22.060115 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295202 pv3295208 ap=5+1 f(v0 m2015-03-31 11:02:58.000000 23=23+0) n(v1 rc2015-03-31 11:02:58.000000 24=23+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060127 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295202 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.060131 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295204 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382319+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295204 2015-03-31 11:02:22.060141 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178633 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 24=24+0) hs=24+1580,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178633 2015-03-31 11:02:22.060148 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295205 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382327=382320+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295205 2015-03-31 11:02:22.060157 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a6 [2,head] /test_small/small5/blarg10016 auth v178632 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f47ed68] 2015-03-31 11:02:22.060167 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.060169 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27497 client_caps(grant ino 1000006b2a6 1851483 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.060188 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178632 ap=2+0 inode=0x3f47ed68 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060197 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407347 create #1000006026a/blarg10016 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.060207 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a6 2015-03-31 11:02:22.060211 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178632 ap=2+0 inode=0x3f47ed68 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060219 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178632 ap=2+0 inode=0x3f47ed68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060225 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178632 ap=2+0 inode=0x3f47ed68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060230 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10016) auth_unpin by 0x676d7b8 on [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178632 ap=1+0 inode=0x3f47ed68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] now 1+0 2015-03-31 11:02:22.060237 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178632 ap=1+0 inode=0x3f47ed68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060242 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.060266 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295204 pv3295208 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 25=24+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060289 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295204 pv3295208 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 25=24+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060300 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295204 pv3295208 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 25=24+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060311 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178632 ap=1+0 inode=0x3f47ed68 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d660] 2015-03-31 11:02:22.060325 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407347 cr=0x940f800) 2015-03-31 11:02:22.060333 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6e00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.060349 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.060360 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x296a6e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295205 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382327=382320+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:22.060381 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x296a6e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178633 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 24=24+0) hs=24+1580,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:22.060399 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295204 pv3295208 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 25=24+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.060411 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10016) auth_unpin by 0x296a6e00 on [dentry #1/test_small/small5/blarg10016 [2,head] auth (dn sync l=1) (dversion lock) v=178632 inode=0x3f47ed68 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676d660] now 0+0 2015-03-31 11:02:22.060432 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.060434 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.060439 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.060440 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) mark_dirty [inode 1000006b2a7 [2,head] /test_small/small5/blarg10017 auth v178633 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f43a460] 2015-03-31 11:02:22.060450 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10017) mark_dirty [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178634 v=177616 ap=2+0 inode=0x3f43a460 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060457 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178634 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 24=24+0) hs=25+1579,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178634 2015-03-31 11:02:22.060466 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) mark_dirty_parent 2015-03-31 11:02:22.060468 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295204 pv3295208 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 24=24+0) n(v1 rc2015-03-31 11:02:59.000000 25=24+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060480 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295204 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.060484 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295206 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382327=382320+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295206 2015-03-31 11:02:22.060494 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178635 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 25=25+0) hs=25+1579,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178635 2015-03-31 11:02:22.060502 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295207 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382328=382321+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295207 2015-03-31 11:02:22.060511 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a7 [2,head] /test_small/small5/blarg10017 auth v178634 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f43a460] 2015-03-31 11:02:22.060521 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.060523 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27498 client_caps(grant ino 1000006b2a7 1851484 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.060541 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178634 ap=2+0 inode=0x3f43a460 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060549 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407357 create #1000006026a/blarg10017 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.060560 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a7 2015-03-31 11:02:22.060562 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178634 ap=2+0 inode=0x3f43a460 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060570 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178634 ap=2+0 inode=0x3f43a460 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060576 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178634 ap=2+0 inode=0x3f43a460 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060581 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10017) auth_unpin by 0x676d998 on [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178634 ap=1+0 inode=0x3f43a460 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] now 1+0 2015-03-31 11:02:22.060587 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178634 ap=1+0 inode=0x3f43a460 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060593 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.060606 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295206 pv3295208 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 26=25+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060619 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295206 pv3295208 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 26=25+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060630 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295206 pv3295208 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 26=25+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060641 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178634 ap=1+0 inode=0x3f43a460 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676d840] 2015-03-31 11:02:22.060656 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407357 cr=0x9cc2a80) 2015-03-31 11:02:22.060663 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1900 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.060680 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1900 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.060691 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd1900 on [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295207 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382328=382321+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:22.060701 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd1900 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178635 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 25=25+0) hs=25+1579,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:22.060709 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295206 pv3295208 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 26=25+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.060721 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10017) auth_unpin by 0x23dd1900 on [dentry #1/test_small/small5/blarg10017 [2,head] auth (dn sync l=1) (dversion lock) v=178634 inode=0x3f43a460 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676d840] now 0+0 2015-03-31 11:02:22.060742 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.060744 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.060749 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.060750 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) mark_dirty [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178635 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.060761 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10018) mark_dirty [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178636 v=177618 ap=2+0 inode=0x3f4c5b50 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.060767 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178636 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 25=25+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178636 2015-03-31 11:02:22.060775 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) mark_dirty_parent 2015-03-31 11:02:22.060777 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295206 pv3295208 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 25=25+0) n(v1 rc2015-03-31 11:02:59.000000 26=25+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060793 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295208 v=3295206 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.060797 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295208 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382328=382321+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295208 2015-03-31 11:02:22.060807 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178637 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178637 2015-03-31 11:02:22.060815 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295209 v=3295209 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295209 2015-03-31 11:02:22.060824 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.060834 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.060837 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27499 client_caps(grant ino 1000006b2a8 1851485 seq 3 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.060855 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178636 ap=2+0 inode=0x3f4c5b50 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.060863 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407367 create #1000006026a/blarg10018 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.060874 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a8 2015-03-31 11:02:22.060876 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178636 ap=2+0 inode=0x3f4c5b50 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.060883 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178636 ap=2+0 inode=0x3f4c5b50 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.060889 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178636 ap=2+0 inode=0x3f4c5b50 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.060894 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10018) auth_unpin by 0x676db78 on [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178636 ap=1+0 inode=0x3f4c5b50 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] now 1+0 2015-03-31 11:02:22.060900 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178636 ap=1+0 inode=0x3f4c5b50 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.060905 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.060920 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.060931 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060943 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060955 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060966 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:22.060969 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.060979 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.060990 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:22.060991 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407370 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.060995 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407370 cr=0x940af80) #1000006026a 2015-03-31 11:02:22.060997 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.060999 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.061000 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061011 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407370 cr=0x940af80) 2015-03-31 11:02:22.061014 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061030 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061040 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061050 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061064 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061074 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061084 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061098 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061109 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061120 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061130 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061151 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061171 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061181 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061191 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061201 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061211 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31291} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061229 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407370 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.061233 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407370 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.061244 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.061247 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.061251 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31292 2015-03-31 11:02:22.061253 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31292 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.061267 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407370 cr=0x940af80) 2015-03-31 11:02:22.061287 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061312 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061326 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061336 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061346 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061356 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061378 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061388 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061398 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061408 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061419 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061429 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061438 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061447 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061457 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd3700 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.061482 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd3700 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.061492 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd3700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.061519 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061531 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061542 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061553 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178636 ap=1+0 inode=0x3f4c5b50 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676da20] 2015-03-31 11:02:22.061561 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061583 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407367 cr=0x8f0bc00) 2015-03-31 11:02:22.061590 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2876a800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.061606 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2876a800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.061617 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2876a800 on [dir 10000000000 /test_small/ [2,head] auth v=3295209 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:22.061637 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2876a800 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178637 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:22.061645 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2876a800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.061656 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10018) auth_unpin by 0x2876a800 on [dentry #1/test_small/small5/blarg10018 [2,head] auth (dn sync l=1) (dversion lock) v=178636 inode=0x3f4c5b50 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676da20] now 0+0 2015-03-31 11:02:22.061705 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407371 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.061737 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407371 cr=0xa252080) 2015-03-31 11:02:22.061740 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407371 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.061744 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407371 cr=0xa252080) #1000006b2a8 2015-03-31 11:02:22.061746 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a8 snap head 2015-03-31 11:02:22.061747 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.061748 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.061766 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407371 cr=0xa252080) 2015-03-31 11:02:22.061769 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.061793 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.061805 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.061816 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.061826 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.061841 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.061857 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.061867 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.061878 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.061888 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.061900 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.061909 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_pin by 0x242ca800 on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] now 1+0 2015-03-31 11:02:22.061919 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061935 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.061961 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061971 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.061982 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.061992 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062002 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.062012 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.062039 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407371 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.062043 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407371 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.062066 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.062070 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.062074 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.062076 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.062091 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407371 cr=0xa252080) 2015-03-31 11:02:22.062112 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.062129 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.062143 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.062154 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.062164 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062185 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062194 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.062205 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.062214 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.062229 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.062240 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.062250 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_unpin by 0x242ca800 on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] now 0+0 2015-03-31 11:02:22.062301 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407372 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.062320 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407372 cr=0xa254880) 2015-03-31 11:02:22.062322 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407372 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.062326 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407372 cr=0xa254880) #1000006026a 2015-03-31 11:02:22.062328 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.062329 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.062330 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.062343 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407372 cr=0xa254880) 2015-03-31 11:02:22.062345 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.062360 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.062370 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.062380 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.062394 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.062409 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.062428 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.062438 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.062446 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.062467 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.062480 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.062494 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.062504 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.062514 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062523 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062533 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062552 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31292} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062579 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407372 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.062583 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407372 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.062593 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.062597 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.062601 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31293 2015-03-31 11:02:22.062603 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31293 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.062615 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407372 cr=0xa254880) 2015-03-31 11:02:22.062634 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.062649 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.062663 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.062673 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.062684 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062694 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062713 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062722 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.062732 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.062746 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.062756 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.103070 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407373 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.103092 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407373 cr=0x26d3b700) 2015-03-31 11:02:22.103097 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407373 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.103100 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407373 cr=0x26d3b700) #1000006026a 2015-03-31 11:02:22.103103 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.103105 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.103106 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.103123 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407373 cr=0x26d3b700) 2015-03-31 11:02:22.103126 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.103143 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.103154 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.103165 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.103180 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.103195 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.103205 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.103216 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.103226 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.103238 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.103253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.103267 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.103277 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.103288 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103298 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103309 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103319 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31293} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103348 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407373 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.103353 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407373 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.103375 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.103378 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.103382 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31294 2015-03-31 11:02:22.103384 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31294 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.103397 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407373 cr=0x26d3b700) 2015-03-31 11:02:22.103417 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.103433 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.103447 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.103458 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.103468 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103478 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103499 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103508 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103519 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.103533 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.103544 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.103584 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e33 follows 0 op update 2015-03-31 11:02:22.103587 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103595 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.103597 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.103612 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.103613 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103619 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103627 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.103629 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103640 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103660 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103667 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.103668 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103676 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103682 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103685 7fbe406af700 5 mds.0.log _submit_thread 5419531356~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.103688 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103694 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103700 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103706 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103714 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.103734 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.103747 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407374 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.103775 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407374 cr=0x26d3b200) 2015-03-31 11:02:22.103777 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407374 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.103781 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407374 cr=0x26d3b200) #1000006b2a8 2015-03-31 11:02:22.103788 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a8 snap head 2015-03-31 11:02:22.103790 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.103791 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.103803 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407374 cr=0x26d3b200) 2015-03-31 11:02:22.103806 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.103821 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.103831 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.103840 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.103849 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.103863 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.103877 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.103886 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.103896 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.103904 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.103914 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.103923 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_pin by 0x242ca800 on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] now 1+0 2015-03-31 11:02:22.103932 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.103947 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.103960 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.103970 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.103980 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103989 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.103999 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.104009 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.104024 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407374 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.104028 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407374 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.104039 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.104042 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.104047 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.104049 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.104075 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407374 cr=0x26d3b200) 2015-03-31 11:02:22.104083 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.104109 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.104124 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.104134 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.104144 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.104154 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.104174 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.104184 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.104194 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.104208 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.104219 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.104229 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_unpin by 0x242ca800 on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] now 0+0 2015-03-31 11:02:22.104905 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407375 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.104926 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407375 cr=0x51dfd00) 2015-03-31 11:02:22.104929 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407375 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.104933 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407375 cr=0x51dfd00) #1000006026a 2015-03-31 11:02:22.104935 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.104936 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.104937 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.104954 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407375 cr=0x51dfd00) 2015-03-31 11:02:22.104957 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.104974 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.104985 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.104995 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.105009 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.105024 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.105033 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.105045 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.105054 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.105065 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105080 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105094 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105105 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105115 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105125 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105136 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105147 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31294} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105185 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407375 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.105189 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407375 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.105200 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.105203 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.105207 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31295 2015-03-31 11:02:22.105210 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31295 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.105225 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407375 cr=0x51dfd00) 2015-03-31 11:02:22.105244 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105261 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105275 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105285 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105295 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105316 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105326 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105336 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105346 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.105361 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.105383 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.105463 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407376 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.105481 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407376 cr=0xb264600) 2015-03-31 11:02:22.105484 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407376 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.105487 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407376 cr=0xb264600) #1000006026a 2015-03-31 11:02:22.105489 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.105490 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.105492 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.105506 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407376 cr=0xb264600) 2015-03-31 11:02:22.105508 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.105523 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.105534 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.105544 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.105558 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.105573 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.105583 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.105604 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.105614 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.105624 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105639 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105653 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105663 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105673 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105683 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105694 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105704 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31295} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105742 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407376 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.105746 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407376 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.105757 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.105759 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.105763 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31296 2015-03-31 11:02:22.105765 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31296 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.105778 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407376 cr=0xb264600) 2015-03-31 11:02:22.105803 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105819 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.105833 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105843 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.105853 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105874 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105884 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105904 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.105914 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.105929 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.105940 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.105995 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e33 follows 0 op update 2015-03-31 11:02:22.105998 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106007 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.106009 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.106025 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.106026 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106033 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106042 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.106044 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106049 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106057 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106062 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.106064 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106072 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106079 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106084 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106089 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.106091 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.106092 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e33 [2,head] /test_small/small1/blarg10018 auth v136854 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c9608] 2015-03-31 11:02:22.106099 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.106113 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407377 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.106131 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407377 cr=0x6fc8000) 2015-03-31 11:02:22.106133 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407377 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.106136 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407377 cr=0x6fc8000) #1000006b2a8 2015-03-31 11:02:22.106138 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a8 snap head 2015-03-31 11:02:22.106139 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.106140 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.106163 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407377 cr=0x6fc8000) 2015-03-31 11:02:22.106166 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.106181 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.106191 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.106201 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.106210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.106224 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.106239 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.106248 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.106278 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.106299 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.106308 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] 2015-03-31 11:02:22.106317 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_pin by 0x242ca800 on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] now 1+0 2015-03-31 11:02:22.106326 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.106339 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.106352 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.106361 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.106371 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.106380 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.106389 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.106398 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.106411 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407377 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.106415 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407377 getattr Xs #1000006b2a8 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.106425 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.106428 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.106433 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:22.106435 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.106448 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407377 cr=0x6fc8000) 2015-03-31 11:02:22.106468 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.106483 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.106497 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.106508 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.106518 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.106528 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.106549 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.106559 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4c5b50] 2015-03-31 11:02:22.106568 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.106583 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.106605 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.106615 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) auth_unpin by 0x242ca800 on [inode 1000006b2a8 [2,head] /test_small/small5/blarg10018 auth v178636 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4c5b50] now 0+0 2015-03-31 11:02:22.146071 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407378 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146093 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407378 cr=0x37d4b00) 2015-03-31 11:02:22.146098 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407378 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146101 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407378 cr=0x37d4b00) #10000004e3f 2015-03-31 11:02:22.146104 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3f snap head 2015-03-31 11:02:22.146105 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.146106 7fbe462be700 10 mds.0.server ref is [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.146121 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407378 cr=0x37d4b00) 2015-03-31 11:02:22.146125 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.146143 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.146154 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.146164 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.146171 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.146186 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.146201 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.146212 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.146223 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.146232 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242ca800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.146241 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.146247 7fbe462be700 10 mds.0.cache.ino(10000004e3f) auth_pin by 0x242ca800 on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] now 1+0 2015-03-31 11:02:22.146255 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146270 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146285 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.146296 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.146322 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.146342 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.146351 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146357 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146363 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146369 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146383 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407378 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146387 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407378 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146398 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.146402 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.146406 7fbe462be700 10 mds.0.cache.ino(10000004e3f) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.146408 7fbe462be700 10 mds.0.cache.ino(10000004e3f) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.146422 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407378 cr=0x37d4b00) 2015-03-31 11:02:22.146442 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146458 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146472 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.146483 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.146494 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.146503 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.146523 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146531 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146538 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146544 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.146552 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.146567 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.146577 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242ca800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.146586 7fbe462be700 10 mds.0.cache.ino(10000004e3f) auth_unpin by 0x242ca800 on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c8cd0] now 0+0 2015-03-31 11:02:22.146622 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407379 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146641 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407379 cr=0x25f4fa80) 2015-03-31 11:02:22.146643 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407379 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146646 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407379 cr=0x25f4fa80) #1000006026a 2015-03-31 11:02:22.146648 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.146649 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.146651 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.146664 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407379 cr=0x25f4fa80) 2015-03-31 11:02:22.146667 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.146681 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.146691 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.146701 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.146714 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.146728 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.146738 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.146759 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.146768 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.146778 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146809 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146833 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.146843 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.146853 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.146863 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.146873 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.146883 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31296} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.146912 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407379 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146917 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407379 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.146928 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.146932 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.146935 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31297 2015-03-31 11:02:22.146937 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31297 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.146952 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407379 cr=0x25f4fa80) 2015-03-31 11:02:22.146960 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146976 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.146991 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.147002 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.147023 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.147033 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.147044 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.147054 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.147064 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.147079 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.147090 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.147127 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407380 lookup #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.147144 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407380 cr=0xaeea080) 2015-03-31 11:02:22.147147 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407380 lookup #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.147150 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407380 cr=0xaeea080) #1000006026a/blarg10019 2015-03-31 11:02:22.147152 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.147155 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10019 [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock) v=177620 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dc00] 2015-03-31 11:02:22.147173 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.147175 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407380 lookup #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.147184 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.147194 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407380 cr=0xaeea080) 2015-03-31 11:02:22.147615 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407381 lookup #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.147636 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407381 cr=0xaeedc80) 2015-03-31 11:02:22.147638 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407381 lookup #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.147641 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407381 cr=0xaeedc80) #1000006026a/blarg10019 2015-03-31 11:02:22.147643 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.147646 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10019 [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock) v=177620 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dc00] 2015-03-31 11:02:22.147654 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.147656 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407381 lookup #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.147669 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.147681 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407381 cr=0xaeedc80) 2015-03-31 11:02:22.148158 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407382 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.148180 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407382 cr=0x45a2300) 2015-03-31 11:02:22.148184 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407382 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.148188 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407382 cr=0x45a2300) #10000004e3f 2015-03-31 11:02:22.148190 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3f snap head 2015-03-31 11:02:22.148191 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.148192 7fbe462be700 10 mds.0.server ref is [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.148204 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407382 cr=0x45a2300) 2015-03-31 11:02:22.148207 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.148224 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.148236 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.148245 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.148252 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.148267 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.148281 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.148291 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.148302 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.148311 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242ca800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.148320 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.148325 7fbe462be700 10 mds.0.cache.ino(10000004e3f) auth_pin by 0x242ca800 on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] now 1+0 2015-03-31 11:02:22.148333 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.148348 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.148363 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.148384 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.148405 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.148414 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.148422 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148429 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148435 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148440 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148453 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407382 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.148457 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407382 getattr Xs #10000004e3f 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.148468 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.148471 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.148476 7fbe462be700 10 mds.0.cache.ino(10000004e3f) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.148478 7fbe462be700 10 mds.0.cache.ino(10000004e3f) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.148492 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407382 cr=0x45a2300) 2015-03-31 11:02:22.148511 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.148527 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.148542 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.148553 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.148563 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.148583 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.148593 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148599 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148605 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148612 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c8cd0] 2015-03-31 11:02:22.148619 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.148633 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.148655 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242ca800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.148665 7fbe462be700 10 mds.0.cache.ino(10000004e3f) auth_unpin by 0x242ca800 on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c8cd0] now 0+0 2015-03-31 11:02:22.148728 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407383 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.148746 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407383 cr=0xb262800) 2015-03-31 11:02:22.148748 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407383 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.148751 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407383 cr=0xb262800) #1000006026a 2015-03-31 11:02:22.148753 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.148754 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.148755 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.148770 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407383 cr=0xb262800) 2015-03-31 11:02:22.148773 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.148793 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.148803 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.148813 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.148827 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.148842 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.148852 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.148873 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.148882 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.148893 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.148907 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.148921 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.148931 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.148942 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.148951 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.148962 7fbe462be700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.148982 7fbe462be700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149004 7fbe462be700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149013 7fbe462be700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (idft sync r=1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31297} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149027 7fbe462be700 10 mds.0.server frag * offset '' 2015-03-31 11:02:22.149029 7fbe462be700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178637 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.149037 7fbe462be700 10 mds.0.server snapid head 2015-03-31 11:02:22.149042 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.149045 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149048 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.149050 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149053 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.149055 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149058 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.149060 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149063 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.149064 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149067 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.149069 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149071 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149073 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149076 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149077 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149080 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149082 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149085 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149087 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149089 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149091 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149094 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149095 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149098 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.149100 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149102 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149104 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149106 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149108 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149111 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149113 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149115 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149117 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149119 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149121 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149124 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149125 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149128 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.149129 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149132 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.149134 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149136 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.149138 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149141 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.149142 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149145 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.149146 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149149 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.149150 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149153 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.149154 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149202 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407383 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 readdir num=26 bytes=7102 end=1 complete=1 2015-03-31 11:02:22.149208 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407383 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 readdir num=26 end=1 complete=1 2015-03-31 11:02:22.149212 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407383 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.149222 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.149225 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.149229 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31298 2015-03-31 11:02:22.149231 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31298 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149244 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407383 cr=0xb262800) 2015-03-31 11:02:22.149263 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.149280 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.149294 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.149306 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.149316 7fbe462be700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149327 7fbe462be700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149349 7fbe462be700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149359 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149371 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149380 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149391 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.149405 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.149427 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.149507 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407384 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.149526 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407384 cr=0x9d48000) 2015-03-31 11:02:22.149528 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407384 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.149531 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407384 cr=0x9d48000) #1000006026a 2015-03-31 11:02:22.149533 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.149535 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.149536 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.149548 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407384 cr=0x9d48000) 2015-03-31 11:02:22.149551 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.149566 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.149576 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.149585 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.149608 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.149633 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.149642 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.149653 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.149662 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.149672 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.149686 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.149700 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.149711 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.149721 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149731 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149741 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149751 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31298} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149791 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407384 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.149794 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407384 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.149804 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.149807 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.149811 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31299 2015-03-31 11:02:22.149813 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31299 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.149825 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407384 cr=0x9d48000) 2015-03-31 11:02:22.149844 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.149860 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.149874 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.149885 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.149895 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31299} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149905 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31299} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149925 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31299} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149935 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31299} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.149956 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.149971 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.149983 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31299} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.190054 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407385 create #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.190076 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407385 cr=0x968a300) 2015-03-31 11:02:22.190081 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190099 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:22.190100 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190112 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.190113 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190125 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190136 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190146 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190155 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.190157 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407385 create #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.190160 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10019 2015-03-31 11:02:22.190161 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407385 cr=0x968a300) #1000006026a/blarg10019 2015-03-31 11:02:22.190163 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10019 2015-03-31 11:02:22.190165 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.190166 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.190167 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178637 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.190175 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178637 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.190182 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10019 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178637 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.190191 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407385 cr=0x968a300) 2015-03-31 11:02:22.190197 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.190213 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.190224 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190234 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock) v=177620 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190240 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.190255 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.190280 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.190299 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.190322 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.190330 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.190340 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock) v=177620 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190344 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10019) auth_pin by 0x242ca800 on [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock) v=177620 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] now 1+0 2015-03-31 11:02:22.190350 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock) v=177620 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190355 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177620 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190360 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177620 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190365 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177620 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190370 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177620 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190375 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10019) auth_pin by 0x676dd58 on [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177620 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] now 2+0 2015-03-31 11:02:22.190381 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242ca800) [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dn xlock x=1 by 0x242ca800) (dversion lock w=1 last_client=708310) v=177620 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190387 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.190401 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.190415 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.190428 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.190440 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190450 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190460 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190469 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190478 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190487 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190496 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190505 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190515 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190525 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190534 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190544 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190554 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190563 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190573 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190590 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2a9 ([1000006b2aa~379], 889 left) 2015-03-31 11:02:22.190593 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.190594 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2a9 [2,head] #1000006b2a9 auth v1 s=0 n() (iversion lock) 0x3f479138] 2015-03-31 11:02:22.190599 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178638 2015-03-31 11:02:22.190600 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10019) pre_dirty [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dn xlock x=1 by 0x242ca800) (dversion lock w=1 last_client=708310) pv=178638 v=177620 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190609 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f479138] 2015-03-31 11:02:22.190616 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242ca800 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:22.190625 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x69894a0 2015-03-31 11:02:22.190627 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178639 2015-03-31 11:02:22.190628 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178639 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.190635 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178639 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.190641 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f479138] 2015-03-31 11:02:22.190647 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.190649 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190663 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295210 2015-03-31 11:02:22.190664 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295210 v=3295208 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.190668 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295210 (current v 3295208) 2015-03-31 11:02:22.190669 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178639 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.190677 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.190679 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242ca800 on [dir 10000000000 /test_small/ [2,head] auth v=3295209 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:22.190688 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x69896b0 2015-03-31 11:02:22.190689 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295211 2015-03-31 11:02:22.190690 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190701 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190712 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190723 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.190724 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.52409 < 1, stopping 2015-03-31 11:02:22.190729 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.190739 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.190743 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295210 v=3295208 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.190747 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31299} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.190760 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f479138] 2015-03-31 11:02:22.190767 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.190770 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f479138] 2015-03-31 11:02:22.190777 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.190779 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190792 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190799 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190806 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190812 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190818 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190825 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190831 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190838 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190844 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190851 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190857 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190864 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190870 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190876 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f479138] 2015-03-31 11:02:22.190886 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.190887 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.190889 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f479138 tracedn 0x676dc00 2015-03-31 11:02:22.190892 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242ca800) [dentry #1/test_small/small5/blarg10019 [2,head] auth NULL (dn xlock x=1 by 0x242ca800) (dversion lock w=1 last_client=708310) pv=178638 v=177620 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dc00] 2015-03-31 11:02:22.190899 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407385 create #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.190907 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.190910 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31300 2015-03-31 11:02:22.190912 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31300 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.190918 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.190921 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.190923 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) including xattrs version 0 2015-03-31 11:02:22.190961 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.190989 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191004 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191011 7fbe406af700 5 mds.0.log _submit_thread 5419532215~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.191018 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191054 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191064 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191074 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191084 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191096 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191108 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191118 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191129 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191139 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191377 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407386 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.191397 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407386 cr=0x26900500) 2015-03-31 11:02:22.191399 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407386 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.191402 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407386 cr=0x26900500) #1000006b2a9 2015-03-31 11:02:22.191405 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a9 snap head 2015-03-31 11:02:22.191406 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.191407 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f479138] 2015-03-31 11:02:22.191420 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407386 cr=0x26900500) 2015-03-31 11:02:22.191423 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191438 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191449 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191460 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f479138] 2015-03-31 11:02:22.191469 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191483 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.191497 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191506 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.191517 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191527 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.191537 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f479138] 2015-03-31 11:02:22.191546 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_pin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f479138] now 1+0 2015-03-31 11:02:22.191557 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191572 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191587 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191598 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191608 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191629 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191651 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.191660 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.191675 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407386 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.191679 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407386 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.191690 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.191693 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.191697 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.191700 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.191713 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407386 cr=0x26900500) 2015-03-31 11:02:22.191732 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191747 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.191761 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191772 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.191786 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191807 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.191818 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.191828 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.191838 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.191853 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.191863 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.191874 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_unpin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] now 0+0 2015-03-31 11:02:22.192165 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407387 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.192183 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407387 cr=0x9830000) 2015-03-31 11:02:22.192186 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407387 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.192189 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407387 cr=0x9830000) #1000006b2a9 2015-03-31 11:02:22.192191 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a9 snap head 2015-03-31 11:02:22.192192 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.192193 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.192206 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407387 cr=0x9830000) 2015-03-31 11:02:22.192209 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.192224 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.192235 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.192246 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.192255 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.192269 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.192283 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.192292 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.192303 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.192314 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.192325 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.192334 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_pin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] now 1+0 2015-03-31 11:02:22.192344 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.192359 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.192382 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.192393 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.192404 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.192425 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.192435 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.192456 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.192471 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407387 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.192476 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407387 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.192486 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.192488 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.192493 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.192495 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.192508 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407387 cr=0x9830000) 2015-03-31 11:02:22.192527 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.192542 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.192556 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.192567 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.192577 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.192587 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.192608 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.192619 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.192628 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.192643 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.192654 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.192664 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_unpin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] now 0+0 2015-03-31 11:02:22.195818 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3f follows 0 op update 2015-03-31 11:02:22.195821 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195832 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.195834 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.195852 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.195853 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195860 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195868 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.195870 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195881 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195901 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195908 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.195909 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195918 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195924 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195925 7fbe406af700 5 mds.0.log _submit_thread 5419533855~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.195929 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195935 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195941 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195946 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195953 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.195962 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.235047 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407388 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.235069 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407388 cr=0x25f4df00) 2015-03-31 11:02:22.235074 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407388 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.235078 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407388 cr=0x25f4df00) #1000006b2a9 2015-03-31 11:02:22.235080 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a9 snap head 2015-03-31 11:02:22.235081 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.235082 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.235099 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407388 cr=0x25f4df00) 2015-03-31 11:02:22.235102 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.235121 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.235133 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.235146 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.235156 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.235173 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.235187 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.235198 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.235209 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.235219 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.235230 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.235240 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_pin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] now 1+0 2015-03-31 11:02:22.235251 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.235267 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.235282 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.235302 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.235313 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.235324 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.235334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.235344 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.235361 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407388 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.235366 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407388 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.235378 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.235382 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.235387 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.235389 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.235415 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407388 cr=0x25f4df00) 2015-03-31 11:02:22.235435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.235451 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.235466 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.235477 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.235487 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.235508 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.235529 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.235539 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.235549 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.235564 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.235575 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.235586 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_unpin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] now 0+0 2015-03-31 11:02:22.236863 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3f follows 0 op update 2015-03-31 11:02:22.236866 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236878 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.236880 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.236899 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.236900 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236907 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236915 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.236917 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236923 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236931 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236936 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.236937 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236945 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236952 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236958 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236964 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.236966 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.236967 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e3f [2,head] /test_small/small1/blarg10019 auth v136856 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c8cd0] 2015-03-31 11:02:22.236974 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.276057 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407389 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.276076 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407389 cr=0x237c1b80) 2015-03-31 11:02:22.276078 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407389 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.276082 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407389 cr=0x237c1b80) #1000006b2a9 2015-03-31 11:02:22.276084 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2a9 snap head 2015-03-31 11:02:22.276085 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.276086 7fbe462be700 10 mds.0.server ref is [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.276104 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407389 cr=0x237c1b80) 2015-03-31 11:02:22.276107 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276125 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.276137 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.276149 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.276160 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276175 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.276190 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.276201 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.276212 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.276223 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.276244 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.276254 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_pin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] now 1+0 2015-03-31 11:02:22.276265 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276315 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.276325 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.276334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.276344 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.276354 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.276363 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.276378 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407389 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.276383 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407389 getattr Xs #1000006b2a9 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.276394 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.276397 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.276401 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.276404 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.276417 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407389 cr=0x237c1b80) 2015-03-31 11:02:22.276437 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276453 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276467 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.276478 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.276488 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.276509 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.276520 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.276531 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f479138] 2015-03-31 11:02:22.276541 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.276556 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.276567 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.276577 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) auth_unpin by 0x2a623200 on [inode 1000006b2a9 [2,head] {#1000006b2a9 /test_small/small5/blarg10019} auth v178638 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f479138] now 0+0 2015-03-31 11:02:22.276931 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407390 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.276952 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407390 cr=0x6fc9b80) 2015-03-31 11:02:22.276955 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407390 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.276959 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407390 cr=0x6fc9b80) #100000003ee 2015-03-31 11:02:22.276960 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003ee snap head 2015-03-31 11:02:22.276962 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.276963 7fbe462be700 10 mds.0.server ref is [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.276976 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407390 cr=0x6fc9b80) 2015-03-31 11:02:22.276979 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.276996 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.277008 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.277017 7fbe462be700 10 mds.0.locker must authpin [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.277024 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.277039 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.277053 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.277063 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.277074 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.277083 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a623200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.277092 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.277098 7fbe462be700 10 mds.0.cache.ino(100000003ee) auth_pin by 0x2a623200 on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] now 1+0 2015-03-31 11:02:22.277105 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.277120 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.277135 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.277157 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.277166 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.277174 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.277183 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277188 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277194 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277199 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277213 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407390 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.277217 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407390 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.277228 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.277231 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.277236 7fbe462be700 10 mds.0.cache.ino(100000003ee) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.277238 7fbe462be700 10 mds.0.cache.ino(100000003ee) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.277251 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407390 cr=0x6fc9b80) 2015-03-31 11:02:22.277271 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.277287 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.277302 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.277312 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.277323 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.277331 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.277351 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277358 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277365 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277371 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.277377 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.277391 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.277402 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a623200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.277411 7fbe462be700 10 mds.0.cache.ino(100000003ee) auth_unpin by 0x2a623200 on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c1e30] now 0+0 2015-03-31 11:02:22.277793 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407391 lookup #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.277812 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407391 cr=0x49d4880) 2015-03-31 11:02:22.277815 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407391 lookup #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.277818 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407391 cr=0x49d4880) #1000006026a/blarg1002 2015-03-31 11:02:22.277819 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.277822 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1002 [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock) v=177622 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dde0] 2015-03-31 11:02:22.277831 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.277833 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407391 lookup #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.277845 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.277858 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407391 cr=0x49d4880) 2015-03-31 11:02:22.278351 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407392 lookup #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.278371 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407392 cr=0x49d1400) 2015-03-31 11:02:22.278374 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407392 lookup #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.278377 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407392 cr=0x49d1400) #1000006026a/blarg1002 2015-03-31 11:02:22.278379 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.278381 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1002 [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock) v=177622 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dde0] 2015-03-31 11:02:22.278390 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.278391 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407392 lookup #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.278403 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.278417 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407392 cr=0x49d1400) 2015-03-31 11:02:22.278896 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407393 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.278918 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407393 cr=0x49d2800) 2015-03-31 11:02:22.278921 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407393 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.278924 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407393 cr=0x49d2800) #100000003ee 2015-03-31 11:02:22.278926 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003ee snap head 2015-03-31 11:02:22.278928 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.278929 7fbe462be700 10 mds.0.server ref is [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.278941 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407393 cr=0x49d2800) 2015-03-31 11:02:22.278944 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.278962 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.278973 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.278983 7fbe462be700 10 mds.0.locker must authpin [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.278990 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279004 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.279018 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279028 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.279039 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.279048 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a623200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.279058 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.279063 7fbe462be700 10 mds.0.cache.ino(100000003ee) auth_pin by 0x2a623200 on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] now 1+0 2015-03-31 11:02:22.279071 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279086 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279100 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279121 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279143 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.279151 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.279159 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279166 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279172 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279177 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279190 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407393 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.279194 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407393 getattr Xs #100000003ee 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.279205 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.279208 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.279213 7fbe462be700 10 mds.0.cache.ino(100000003ee) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.279215 7fbe462be700 10 mds.0.cache.ino(100000003ee) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.279229 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407393 cr=0x49d2800) 2015-03-31 11:02:22.279248 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279265 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279279 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279290 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279300 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.279308 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.279328 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279335 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279341 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279348 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c1e30] 2015-03-31 11:02:22.279354 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.279378 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.279389 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a623200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.279398 7fbe462be700 10 mds.0.cache.ino(100000003ee) auth_unpin by 0x2a623200 on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c1e30] now 0+0 2015-03-31 11:02:22.279770 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407394 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.279797 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407394 cr=0x49d7300) 2015-03-31 11:02:22.279800 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407394 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.279804 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407394 cr=0x49d7300) #1000006026a 2015-03-31 11:02:22.279806 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.279807 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.279808 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.279827 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407394 cr=0x49d7300) 2015-03-31 11:02:22.279829 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279846 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279857 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.279868 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279882 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.279897 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279906 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.279918 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.279928 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.279939 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279954 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.279968 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279989 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.279999 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280021 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280030 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280041 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31300} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280056 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407394 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.280059 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407394 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.280070 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.280073 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.280078 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31301 2015-03-31 11:02:22.280080 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31301 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.280093 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407394 cr=0x49d7300) 2015-03-31 11:02:22.280113 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280129 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280143 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280154 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280165 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280186 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280197 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280207 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280217 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.280231 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.280242 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.280633 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407395 create #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.280654 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407395 cr=0x25e3f080) 2015-03-31 11:02:22.280658 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407395 create #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.280660 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg1002 2015-03-31 11:02:22.280662 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407395 cr=0x25e3f080) #1000006026a/blarg1002 2015-03-31 11:02:22.280664 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg1002 2015-03-31 11:02:22.280665 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.280667 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.280668 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178639 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.280678 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178639 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.280687 7fbe462be700 10 mds.0.server prepare_null_dentry blarg1002 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178639 v=178637 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.280697 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407395 cr=0x25e3f080) 2015-03-31 11:02:22.280703 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280723 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280734 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280746 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock) v=177622 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280752 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280767 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.280786 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280796 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.280807 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.280817 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.280828 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock) v=177622 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280833 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1002) auth_pin by 0x2a623200 on [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock) v=177622 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] now 1+0 2015-03-31 11:02:22.280840 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock) v=177622 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280855 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177622 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280861 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177622 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280865 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177622 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280883 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177622 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280888 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1002) auth_pin by 0x676df38 on [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177622 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] now 2+0 2015-03-31 11:02:22.280893 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2a623200) [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dn xlock x=1 by 0x2a623200) (dversion lock w=1 last_client=708310) v=177622 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.280899 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280914 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280927 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280940 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.280953 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280963 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280972 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280981 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.280991 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281000 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281010 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281020 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281029 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281039 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281049 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281058 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281068 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281078 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281096 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2aa ([1000006b2ab~378], 888 left) 2015-03-31 11:02:22.281097 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.281099 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2aa [2,head] #1000006b2aa auth v1 s=0 n() (iversion lock) 0x3f3ec7d8] 2015-03-31 11:02:22.281103 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178640 2015-03-31 11:02:22.281104 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1002) pre_dirty [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dn xlock x=1 by 0x2a623200) (dversion lock w=1 last_client=708310) pv=178640 v=177622 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.281112 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ec7d8] 2015-03-31 11:02:22.281118 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2a623200 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178640 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:22.281128 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x924f2d0 2015-03-31 11:02:22.281129 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178641 2015-03-31 11:02:22.281131 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178641 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.281137 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178641 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.281144 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ec7d8] 2015-03-31 11:02:22.281150 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.281152 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295210 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281166 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295212 2015-03-31 11:02:22.281167 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295212 v=3295208 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.281171 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295212 (current v 3295208) 2015-03-31 11:02:22.281172 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178641 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.281178 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.281180 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2a623200 on [dir 10000000000 /test_small/ [2,head] auth pv=3295212 v=3295209 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:22.281189 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x924bb20 2015-03-31 11:02:22.281191 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295213 2015-03-31 11:02:22.281192 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281204 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281214 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281224 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.281225 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.614596 < 1, stopping 2015-03-31 11:02:22.281230 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281240 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.281244 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295212 v=3295208 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.281249 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31301} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281262 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3ec7d8] 2015-03-31 11:02:22.281269 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.281272 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281279 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.281281 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281289 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281296 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281302 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281309 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281316 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281323 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281329 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281336 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281342 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281347 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281354 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281361 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281367 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281374 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281383 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.281384 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.281386 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3ec7d8 tracedn 0x676dde0 2015-03-31 11:02:22.281389 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2a623200) [dentry #1/test_small/small5/blarg1002 [2,head] auth NULL (dn xlock x=1 by 0x2a623200) (dversion lock w=1 last_client=708310) pv=178640 v=177622 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dde0] 2015-03-31 11:02:22.281396 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407395 create #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.281405 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.281408 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31302 2015-03-31 11:02:22.281410 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31302 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.281415 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.281419 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.281421 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) including xattrs version 0 2015-03-31 11:02:22.281456 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.281485 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.281505 7fbe406af700 5 mds.0.log _submit_thread 5419534714~1619 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.281500 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.281523 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.281549 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281560 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281571 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281582 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281593 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281604 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281616 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281626 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281637 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281647 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.281921 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407396 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.281940 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407396 cr=0x25e3c380) 2015-03-31 11:02:22.281942 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407396 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.281945 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407396 cr=0x25e3c380) #1000006b2aa 2015-03-31 11:02:22.281947 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2aa snap head 2015-03-31 11:02:22.281949 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.281950 7fbe462be700 10 mds.0.server ref is [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.281963 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407396 cr=0x25e3c380) 2015-03-31 11:02:22.281965 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.281981 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.281991 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282002 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.282011 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282025 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.282040 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282049 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.282060 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282070 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.282080 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ec7d8] 2015-03-31 11:02:22.282088 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_pin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ec7d8] now 1+0 2015-03-31 11:02:22.282098 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282113 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282127 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282138 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282147 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282158 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282169 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.282189 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.282216 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407396 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.282220 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407396 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.282230 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.282235 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.282238 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.282240 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.282253 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407396 cr=0x25e3c380) 2015-03-31 11:02:22.282272 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282288 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282303 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282322 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282333 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282355 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282365 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.282376 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.282385 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.282401 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.282411 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.282422 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_unpin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] now 0+0 2015-03-31 11:02:22.282717 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407397 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.282735 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407397 cr=0x25e39e00) 2015-03-31 11:02:22.282737 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407397 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.282740 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407397 cr=0x25e39e00) #1000006b2aa 2015-03-31 11:02:22.282743 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2aa snap head 2015-03-31 11:02:22.282744 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.282745 7fbe462be700 10 mds.0.server ref is [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.282758 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407397 cr=0x25e39e00) 2015-03-31 11:02:22.282761 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282776 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282790 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282801 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.282811 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282825 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.282840 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282849 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.282860 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282870 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.282881 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.282890 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_pin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] now 1+0 2015-03-31 11:02:22.282900 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282915 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.282929 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282940 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.282951 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282961 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.282983 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.283004 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.283019 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407397 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.283023 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407397 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.283034 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.283038 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.283041 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.283045 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.283058 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407397 cr=0x25e39e00) 2015-03-31 11:02:22.283077 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.283093 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.283107 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.283117 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.283138 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.283149 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.283159 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.283170 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.283180 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.283195 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.283206 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.283217 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_unpin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] now 0+0 2015-03-31 11:02:22.287840 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003ee follows 0 op update 2015-03-31 11:02:22.287844 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287854 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.287856 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.287872 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.287873 7fbe462be700 10 mds.0.locker cap inode [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287878 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287885 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.287887 7fbe462be700 10 mds.0.locker adding to open file list [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287898 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287918 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287925 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.287926 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287934 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287941 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287941 7fbe406af700 5 mds.0.log _submit_thread 5419536353~838 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.287956 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287962 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287967 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287973 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287980 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.287990 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.327045 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407398 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.327065 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407398 cr=0x25e3d000) 2015-03-31 11:02:22.327067 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407398 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.327070 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407398 cr=0x25e3d000) #1000006b2aa 2015-03-31 11:02:22.327073 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2aa snap head 2015-03-31 11:02:22.327074 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.327075 7fbe462be700 10 mds.0.server ref is [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.327093 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407398 cr=0x25e3d000) 2015-03-31 11:02:22.327096 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.327115 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.327127 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.327139 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.327150 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.327165 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.327180 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.327190 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.327203 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.327214 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.327235 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.327245 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_pin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] now 1+0 2015-03-31 11:02:22.327266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.327293 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.327306 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.327316 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.327325 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.327335 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.327345 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.327354 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.327370 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407398 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.327374 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407398 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.327385 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.327389 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.327393 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.327396 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.327410 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407398 cr=0x25e3d000) 2015-03-31 11:02:22.327430 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.327446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.327460 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.327472 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.327482 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.327493 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.327514 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.327524 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.327534 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.327549 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.327560 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.327570 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_unpin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] now 0+0 2015-03-31 11:02:22.328791 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003ee follows 0 op update 2015-03-31 11:02:22.328794 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328806 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.328808 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.328826 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.328827 7fbe462be700 10 mds.0.locker cap inode [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328834 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328842 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.328844 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328850 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328857 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328864 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.328865 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328872 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328877 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328884 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328889 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.328890 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.328891 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 100000003ee [2,head] /test_small/small1/blarg1002 auth v59066 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c1e30] 2015-03-31 11:02:22.328899 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.368038 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407399 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.368061 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407399 cr=0x25e39680) 2015-03-31 11:02:22.368065 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407399 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.368069 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407399 cr=0x25e39680) #1000006b2aa 2015-03-31 11:02:22.368072 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2aa snap head 2015-03-31 11:02:22.368073 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.368074 7fbe462be700 10 mds.0.server ref is [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.368091 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407399 cr=0x25e39680) 2015-03-31 11:02:22.368094 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368113 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.368138 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.368149 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368164 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.368179 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368189 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.368201 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.368212 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.368223 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.368243 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_pin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] now 1+0 2015-03-31 11:02:22.368254 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368303 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368323 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.368333 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.368343 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.368352 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.368368 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407399 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.368372 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407399 getattr Xs #1000006b2aa 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.368383 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.368387 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.368391 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.368394 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.368407 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407399 cr=0x25e39680) 2015-03-31 11:02:22.368427 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368443 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368468 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.368500 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.368511 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.368522 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ec7d8] 2015-03-31 11:02:22.368532 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.368546 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.368557 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.368568 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) auth_unpin by 0x23dd2300 on [inode 1000006b2aa [2,head] {#1000006b2aa /test_small/small5/blarg1002} auth v178640 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ec7d8] now 0+0 2015-03-31 11:02:22.368886 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407400 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.368904 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407400 cr=0x25e38500) 2015-03-31 11:02:22.368907 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407400 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.368910 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407400 cr=0x25e38500) #10000004e44 2015-03-31 11:02:22.368912 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e44 snap head 2015-03-31 11:02:22.368913 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.368915 7fbe462be700 10 mds.0.server ref is [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.368926 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407400 cr=0x25e38500) 2015-03-31 11:02:22.368929 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368944 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.368954 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.368964 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.368969 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.368983 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.368997 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.369007 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.369018 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.369027 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd2300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.369036 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.369042 7fbe462be700 10 mds.0.cache.ino(10000004e44) auth_pin by 0x23dd2300 on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] now 1+0 2015-03-31 11:02:22.369049 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.369064 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.369078 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.369088 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.369098 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.369107 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.369117 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369124 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369148 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369166 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369178 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407400 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.369183 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407400 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.369193 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.369196 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.369199 7fbe462be700 10 mds.0.cache.ino(10000004e44) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.369201 7fbe462be700 10 mds.0.cache.ino(10000004e44) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.369214 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407400 cr=0x25e38500) 2015-03-31 11:02:22.369233 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.369248 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.369262 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.369273 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.369283 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.369292 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.369312 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369319 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369326 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369332 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.369338 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.369352 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.369363 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd2300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.369372 7fbe462be700 10 mds.0.cache.ino(10000004e44) auth_unpin by 0x23dd2300 on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c7a60] now 0+0 2015-03-31 11:02:22.369749 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407401 lookup #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.369770 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407401 cr=0x25e3b200) 2015-03-31 11:02:22.369772 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407401 lookup #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.369775 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407401 cr=0x25e3b200) #1000006026a/blarg10020 2015-03-31 11:02:22.369777 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.369780 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10020 [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock) v=177624 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.369794 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.369806 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407401 lookup #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.369817 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.369830 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407401 cr=0x25e3b200) 2015-03-31 11:02:22.370317 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407402 lookup #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.370338 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407402 cr=0x25e38280) 2015-03-31 11:02:22.370340 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407402 lookup #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.370343 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407402 cr=0x25e38280) #1000006026a/blarg10020 2015-03-31 11:02:22.370345 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.370347 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10020 [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock) v=177624 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.370355 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.370356 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407402 lookup #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.370366 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.370377 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407402 cr=0x25e38280) 2015-03-31 11:02:22.370865 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407403 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.370886 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407403 cr=0x51d9b80) 2015-03-31 11:02:22.370888 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407403 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.370892 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407403 cr=0x51d9b80) #10000004e44 2015-03-31 11:02:22.370894 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e44 snap head 2015-03-31 11:02:22.370895 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.370896 7fbe462be700 10 mds.0.server ref is [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.370909 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407403 cr=0x51d9b80) 2015-03-31 11:02:22.370912 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.370929 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.370941 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.370950 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.370957 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.370972 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.370986 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.370996 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.371007 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.371016 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd2300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.371025 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.371031 7fbe462be700 10 mds.0.cache.ino(10000004e44) auth_pin by 0x23dd2300 on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] now 1+0 2015-03-31 11:02:22.371039 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371054 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371068 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371089 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371099 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.371119 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.371127 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371134 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371140 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371146 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371159 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407403 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.371163 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407403 getattr Xs #10000004e44 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.371174 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.371177 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.371182 7fbe462be700 10 mds.0.cache.ino(10000004e44) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.371184 7fbe462be700 10 mds.0.cache.ino(10000004e44) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.371198 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407403 cr=0x51d9b80) 2015-03-31 11:02:22.371217 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371234 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371249 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371260 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371270 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.371290 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.371300 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371307 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371314 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371321 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c7a60] 2015-03-31 11:02:22.371326 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.371341 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.371352 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd2300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.371361 7fbe462be700 10 mds.0.cache.ino(10000004e44) auth_unpin by 0x23dd2300 on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c7a60] now 0+0 2015-03-31 11:02:22.371728 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407404 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.371751 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407404 cr=0x51dd280) 2015-03-31 11:02:22.371753 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407404 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.371756 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407404 cr=0x51dd280) #1000006026a 2015-03-31 11:02:22.371758 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.371760 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.371761 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.371779 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407404 cr=0x51dd280) 2015-03-31 11:02:22.371786 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371803 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371814 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.371826 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371839 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.371854 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371863 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.371875 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.371885 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.371896 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371911 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.371935 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371957 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.371965 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.371975 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.371984 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.371994 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31302} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372010 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407404 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.372015 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407404 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.372026 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.372029 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.372034 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31303 2015-03-31 11:02:22.372036 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31303 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.372050 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407404 cr=0x51dd280) 2015-03-31 11:02:22.372069 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372085 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372099 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372110 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372120 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372142 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372153 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372163 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372172 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.372187 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.372197 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.372591 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407405 create #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.372612 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407405 cr=0x51d9e00) 2015-03-31 11:02:22.372614 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407405 create #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.372617 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10020 2015-03-31 11:02:22.372618 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407405 cr=0x51d9e00) #1000006026a/blarg10020 2015-03-31 11:02:22.372620 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10020 2015-03-31 11:02:22.372622 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.372623 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.372625 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178641 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.372634 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178641 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.372643 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10020 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178641 v=178637 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.372653 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407405 cr=0x51d9e00) 2015-03-31 11:02:22.372659 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372678 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372690 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372701 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock) v=177624 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372707 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372721 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.372736 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372746 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.372757 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372768 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.372779 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock) v=177624 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372788 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10020) auth_pin by 0x23dd2300 on [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock) v=177624 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] now 1+0 2015-03-31 11:02:22.372796 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock) v=177624 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372800 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177624 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372815 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177624 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372821 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177624 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372837 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177624 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372843 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10020) auth_pin by 0x676e118 on [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177624 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] now 2+0 2015-03-31 11:02:22.372848 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd2300) [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dn xlock x=1 by 0x23dd2300) (dversion lock w=1 last_client=708310) v=177624 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.372854 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372869 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372882 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372896 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.372909 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372919 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372928 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372937 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.372947 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372956 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372966 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372976 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372985 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.372995 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373004 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373014 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373023 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373033 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373052 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ab ([1000006b2ac~377], 887 left) 2015-03-31 11:02:22.373055 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.373056 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ab [2,head] #1000006b2ab auth v1 s=0 n() (iversion lock) 0x3f485c08] 2015-03-31 11:02:22.373060 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178642 2015-03-31 11:02:22.373061 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10020) pre_dirty [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dn xlock x=1 by 0x23dd2300) (dversion lock w=1 last_client=708310) pv=178642 v=177624 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.373069 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f485c08] 2015-03-31 11:02:22.373076 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd2300 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178642 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:22.373086 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0xa0696b0 2015-03-31 11:02:22.373087 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178643 2015-03-31 11:02:22.373088 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178643 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.373095 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178643 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.373101 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f485c08] 2015-03-31 11:02:22.373107 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.373109 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295212 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373122 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295214 2015-03-31 11:02:22.373123 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295214 v=3295208 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.373127 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295214 (current v 3295208) 2015-03-31 11:02:22.373129 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178643 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.373136 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.373139 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd2300 on [dir 10000000000 /test_small/ [2,head] auth pv=3295214 v=3295209 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:22.373149 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x924d490 2015-03-31 11:02:22.373150 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295215 2015-03-31 11:02:22.373151 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373163 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373173 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373184 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.373185 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.706551 < 1, stopping 2015-03-31 11:02:22.373189 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373200 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.373203 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295214 v=3295208 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.373209 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31303} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373222 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f485c08] 2015-03-31 11:02:22.373229 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.373231 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f485c08] 2015-03-31 11:02:22.373239 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.373240 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373248 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373255 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373261 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373268 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373275 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373282 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373289 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373295 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373301 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373308 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373315 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373321 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373327 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373334 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f485c08] 2015-03-31 11:02:22.373344 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.373345 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.373347 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f485c08 tracedn 0x676dfc0 2015-03-31 11:02:22.373350 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd2300) [dentry #1/test_small/small5/blarg10020 [2,head] auth NULL (dn xlock x=1 by 0x23dd2300) (dversion lock w=1 last_client=708310) pv=178642 v=177624 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676dfc0] 2015-03-31 11:02:22.373356 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407405 create #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.373364 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.373367 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31304 2015-03-31 11:02:22.373369 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31304 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.373375 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.373378 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.373380 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) including xattrs version 0 2015-03-31 11:02:22.373417 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.373446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.373465 7fbe406af700 5 mds.0.log _submit_thread 5419537211~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.373461 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.373484 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.373510 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373522 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373534 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373544 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373554 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373567 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373578 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373588 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373599 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373609 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.373910 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407406 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.373929 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407406 cr=0x51da300) 2015-03-31 11:02:22.373931 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407406 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.373934 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407406 cr=0x51da300) #1000006b2ab 2015-03-31 11:02:22.373936 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ab snap head 2015-03-31 11:02:22.373938 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.373939 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f485c08] 2015-03-31 11:02:22.373952 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407406 cr=0x51da300) 2015-03-31 11:02:22.373955 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.373971 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.373981 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374001 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f485c08] 2015-03-31 11:02:22.374022 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374037 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.374052 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374062 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.374073 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374083 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.374094 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f485c08] 2015-03-31 11:02:22.374104 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_pin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f485c08] now 1+0 2015-03-31 11:02:22.374114 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374130 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374146 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374157 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374168 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374179 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374190 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.374201 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.374218 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407406 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.374223 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407406 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.374234 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.374239 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.374243 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.374247 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.374263 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407406 cr=0x51da300) 2015-03-31 11:02:22.374272 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374289 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374304 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374315 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374326 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374337 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374348 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.374359 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.374369 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.374384 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.374405 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.374416 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_unpin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] now 0+0 2015-03-31 11:02:22.374708 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407407 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.374725 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407407 cr=0x929a300) 2015-03-31 11:02:22.374727 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407407 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.374730 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407407 cr=0x929a300) #1000006b2ab 2015-03-31 11:02:22.374732 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ab snap head 2015-03-31 11:02:22.374733 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.374734 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.374747 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407407 cr=0x929a300) 2015-03-31 11:02:22.374750 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374765 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374775 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374792 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.374802 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374816 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.374831 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374840 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.374851 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374861 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.374872 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.374881 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_pin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] now 1+0 2015-03-31 11:02:22.374890 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374905 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.374919 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374930 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.374940 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374951 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.374976 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.374997 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.375011 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407407 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.375016 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407407 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.375026 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.375030 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.375033 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.375036 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.375050 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407407 cr=0x929a300) 2015-03-31 11:02:22.375068 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.375085 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.375099 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.375109 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.375119 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.375129 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.375151 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.375161 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.375170 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.375186 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.375197 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.375207 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_unpin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] now 0+0 2015-03-31 11:02:22.379085 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e44 follows 0 op update 2015-03-31 11:02:22.379087 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379095 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.379097 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.379113 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.379114 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379120 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379128 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.379129 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379140 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379160 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379167 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.379170 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379178 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379184 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379183 7fbe406af700 5 mds.0.log _submit_thread 5419538851~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.379189 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379195 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379200 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379207 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379214 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.379223 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.419060 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407408 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.419085 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407408 cr=0x929cd80) 2015-03-31 11:02:22.419090 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407408 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.419094 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407408 cr=0x929cd80) #1000006b2ab 2015-03-31 11:02:22.419096 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ab snap head 2015-03-31 11:02:22.419097 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.419098 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.419114 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407408 cr=0x929cd80) 2015-03-31 11:02:22.419117 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.419135 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.419148 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.419160 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.419171 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.419186 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.419201 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.419212 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.419223 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.419234 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.419245 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.419266 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_pin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] now 1+0 2015-03-31 11:02:22.419276 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.419312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.419325 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.419335 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.419344 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.419355 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.419364 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.419373 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.419389 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407408 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.419393 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407408 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.419404 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.419407 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.419412 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.419415 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.419429 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407408 cr=0x929cd80) 2015-03-31 11:02:22.419448 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.419464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.419478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.419489 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.419500 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.419510 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.419532 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.419542 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.419552 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.419567 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.419578 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.419588 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_unpin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] now 0+0 2015-03-31 11:02:22.420833 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e44 follows 0 op update 2015-03-31 11:02:22.420837 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420848 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.420850 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.420868 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.420869 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420876 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420884 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.420887 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420892 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420900 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420906 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.420908 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420916 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420923 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420928 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420935 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.420936 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.420937 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e44 [2,head] /test_small/small1/blarg10020 auth v136858 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7a60] 2015-03-31 11:02:22.420945 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.460007 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407409 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.460034 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407409 cr=0x9299400) 2015-03-31 11:02:22.460037 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407409 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.460040 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407409 cr=0x9299400) #1000006b2ab 2015-03-31 11:02:22.460042 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ab snap head 2015-03-31 11:02:22.460043 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.460044 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.460061 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407409 cr=0x9299400) 2015-03-31 11:02:22.460064 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460083 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460095 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.460107 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.460118 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460133 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.460148 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460158 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.460170 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.460181 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.460191 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.460202 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_pin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] now 1+0 2015-03-31 11:02:22.460212 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460228 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460244 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460255 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.460278 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.460289 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.460309 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.460326 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407409 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.460331 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407409 getattr Xs #1000006b2ab 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.460343 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.460347 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.460351 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.460355 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.460370 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407409 cr=0x9299400) 2015-03-31 11:02:22.460380 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460397 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460423 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460445 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.460456 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.460467 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.460478 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f485c08] 2015-03-31 11:02:22.460489 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.460504 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.460515 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.460526 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) auth_unpin by 0x242cdf00 on [inode 1000006b2ab [2,head] {#1000006b2ab /test_small/small5/blarg10020} auth v178642 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f485c08] now 0+0 2015-03-31 11:02:22.460771 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407410 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.460796 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407410 cr=0x929e680) 2015-03-31 11:02:22.460798 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407410 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.460801 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407410 cr=0x929e680) #10000004e3e 2015-03-31 11:02:22.460803 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3e snap head 2015-03-31 11:02:22.460805 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.460806 7fbe462be700 10 mds.0.server ref is [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.460816 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407410 cr=0x929e680) 2015-03-31 11:02:22.460819 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460844 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460855 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.460864 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.460870 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460884 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.460898 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460907 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.460919 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.460927 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cdf00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.460937 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.460942 7fbe462be700 10 mds.0.cache.ino(10000004e3e) auth_pin by 0x242cdf00 on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] now 1+0 2015-03-31 11:02:22.460949 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460963 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.460977 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460988 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.460998 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.461007 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.461027 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461046 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461052 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461058 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461071 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407410 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.461075 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407410 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.461085 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.461088 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.461092 7fbe462be700 10 mds.0.cache.ino(10000004e3e) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.461095 7fbe462be700 10 mds.0.cache.ino(10000004e3e) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.461108 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407410 cr=0x929e680) 2015-03-31 11:02:22.461127 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.461143 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.461158 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.461168 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.461189 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.461198 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.461208 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461215 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461222 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461228 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.461234 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.461248 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.461259 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cdf00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.461268 7fbe462be700 10 mds.0.cache.ino(10000004e3e) auth_unpin by 0x242cdf00 on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c7128] now 0+0 2015-03-31 11:02:22.461547 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407411 lookup #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.461564 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407411 cr=0x9298a00) 2015-03-31 11:02:22.461566 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407411 lookup #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.461569 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407411 cr=0x9298a00) #1000006026a/blarg10021 2015-03-31 11:02:22.461570 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.461573 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10021 [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock) v=177626 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.461582 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.461584 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407411 lookup #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.461593 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.461605 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407411 cr=0x9298a00) 2015-03-31 11:02:22.462077 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407412 lookup #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462096 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407412 cr=0x929da00) 2015-03-31 11:02:22.462099 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407412 lookup #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462101 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407412 cr=0x929da00) #1000006026a/blarg10021 2015-03-31 11:02:22.462104 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.462106 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10021 [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock) v=177626 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.462114 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.462116 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407412 lookup #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462129 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.462141 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407412 cr=0x929da00) 2015-03-31 11:02:22.462585 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407413 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462606 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407413 cr=0x9299900) 2015-03-31 11:02:22.462609 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407413 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462612 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407413 cr=0x9299900) #10000004e3e 2015-03-31 11:02:22.462614 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3e snap head 2015-03-31 11:02:22.462615 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.462616 7fbe462be700 10 mds.0.server ref is [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.462627 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407413 cr=0x9299900) 2015-03-31 11:02:22.462630 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.462648 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.462660 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.462670 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.462677 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.462691 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.462705 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.462715 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.462726 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.462735 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cdf00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.462744 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.462750 7fbe462be700 10 mds.0.cache.ino(10000004e3e) auth_pin by 0x242cdf00 on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] now 1+0 2015-03-31 11:02:22.462757 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.462772 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.462804 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.462827 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.462837 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.462857 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.462866 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.462873 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.462878 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.462884 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.462898 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407413 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462903 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407413 getattr Xs #10000004e3e 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.462915 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.462919 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.462922 7fbe462be700 10 mds.0.cache.ino(10000004e3e) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.462925 7fbe462be700 10 mds.0.cache.ino(10000004e3e) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.462941 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407413 cr=0x9299900) 2015-03-31 11:02:22.462961 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.462978 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.462992 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463004 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463025 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.463035 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.463045 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.463052 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.463059 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.463065 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c7128] 2015-03-31 11:02:22.463071 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.463086 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.463097 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cdf00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.463107 7fbe462be700 10 mds.0.cache.ino(10000004e3e) auth_unpin by 0x242cdf00 on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c7128] now 0+0 2015-03-31 11:02:22.463392 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407414 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.463410 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407414 cr=0x9298280) 2015-03-31 11:02:22.463412 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407414 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.463415 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407414 cr=0x9298280) #1000006026a 2015-03-31 11:02:22.463417 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.463418 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.463419 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463435 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407414 cr=0x9298280) 2015-03-31 11:02:22.463438 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.463452 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463462 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463473 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.463486 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.463501 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463510 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.463521 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463531 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.463542 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.463556 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.463570 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463580 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463591 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463602 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463613 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463623 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31304} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463650 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407414 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.463655 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407414 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.463677 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.463681 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.463685 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31305 2015-03-31 11:02:22.463687 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31305 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.463698 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407414 cr=0x9298280) 2015-03-31 11:02:22.463717 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.463733 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.463747 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463757 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.463778 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463805 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463816 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463826 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.463836 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.463850 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.463861 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.464117 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407415 create #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.464134 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407415 cr=0x929a080) 2015-03-31 11:02:22.464137 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407415 create #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.464139 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10021 2015-03-31 11:02:22.464142 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407415 cr=0x929a080) #1000006026a/blarg10021 2015-03-31 11:02:22.464145 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10021 2015-03-31 11:02:22.464146 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.464147 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.464149 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178643 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.464158 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178643 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.464165 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10021 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178643 v=178637 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.464175 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407415 cr=0x929a080) 2015-03-31 11:02:22.464182 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.464199 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464210 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464221 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock) v=177626 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464228 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.464242 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.464257 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464267 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.464278 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464288 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.464299 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock) v=177626 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464305 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10021) auth_pin by 0x242cdf00 on [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock) v=177626 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] now 1+0 2015-03-31 11:02:22.464311 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock) v=177626 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464316 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177626 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464323 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177626 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464328 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177626 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464334 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177626 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464339 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10021) auth_pin by 0x676e2f8 on [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177626 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] now 2+0 2015-03-31 11:02:22.464346 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cdf00) [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dn xlock x=1 by 0x242cdf00) (dversion lock w=1 last_client=708310) v=177626 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464352 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.464379 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.464393 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.464407 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.464422 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464432 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464443 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464453 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464463 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464474 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464485 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464496 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464506 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464516 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464526 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464536 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464547 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464557 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464577 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ac ([1000006b2ad~376], 886 left) 2015-03-31 11:02:22.464580 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.464582 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ac [2,head] #1000006b2ac auth v1 s=0 n() (iversion lock) 0x3f4e68c8] 2015-03-31 11:02:22.464586 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178644 2015-03-31 11:02:22.464588 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10021) pre_dirty [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dn xlock x=1 by 0x242cdf00) (dversion lock w=1 last_client=708310) pv=178644 v=177626 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464596 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4e68c8] 2015-03-31 11:02:22.464604 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cdf00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178644 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 8 2015-03-31 11:02:22.464614 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0xa06e040 2015-03-31 11:02:22.464616 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178645 2015-03-31 11:02:22.464617 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178645 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.464624 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178645 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.464632 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4e68c8] 2015-03-31 11:02:22.464638 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.464640 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295214 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464655 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295216 2015-03-31 11:02:22.464656 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295216 v=3295208 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.464660 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295216 (current v 3295208) 2015-03-31 11:02:22.464662 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178645 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.464669 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.464670 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cdf00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295216 v=3295209 cv=3287205/3287205 ap=4+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 5 2015-03-31 11:02:22.464681 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0xa068bb0 2015-03-31 11:02:22.464682 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295217 2015-03-31 11:02:22.464683 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464696 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464707 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464719 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.464720 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.798076 < 1, stopping 2015-03-31 11:02:22.464725 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.464736 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=4 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.464740 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295216 v=3295208 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.464745 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31305} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.464760 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4e68c8] 2015-03-31 11:02:22.464767 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.464770 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464779 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.464780 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464794 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464801 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464809 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464816 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464824 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464831 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464838 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464845 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464851 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464858 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464866 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464873 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464880 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464887 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e68c8] 2015-03-31 11:02:22.464897 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.464899 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.464901 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4e68c8 tracedn 0x676e1a0 2015-03-31 11:02:22.464904 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cdf00) [dentry #1/test_small/small5/blarg10021 [2,head] auth NULL (dn xlock x=1 by 0x242cdf00) (dversion lock w=1 last_client=708310) pv=178644 v=177626 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e1a0] 2015-03-31 11:02:22.464911 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407415 create #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.464920 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.464924 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31306 2015-03-31 11:02:22.464926 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31306 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.464932 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.464936 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.464938 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) including xattrs version 0 2015-03-31 11:02:22.464965 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465004 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465014 7fbe406af700 5 mds.0.log _submit_thread 5419539710~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.465020 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465034 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465048 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465060 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465071 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465081 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465092 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465103 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465115 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465125 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465136 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465146 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465389 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407416 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.465410 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407416 cr=0x9299e00) 2015-03-31 11:02:22.465412 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407416 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.465416 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407416 cr=0x9299e00) #1000006b2ac 2015-03-31 11:02:22.465417 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ac snap head 2015-03-31 11:02:22.465419 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.465420 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4e68c8] 2015-03-31 11:02:22.465434 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407416 cr=0x9299e00) 2015-03-31 11:02:22.465437 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465452 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465463 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465475 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4e68c8] 2015-03-31 11:02:22.465485 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465499 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.465514 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465524 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.465535 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465546 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.465557 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4e68c8] 2015-03-31 11:02:22.465567 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_pin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4e68c8] now 1+0 2015-03-31 11:02:22.465577 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465593 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465608 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465619 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465629 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465640 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465651 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.465662 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.465689 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407416 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.465694 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407416 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.465705 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.465709 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.465713 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.465716 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.465731 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407416 cr=0x9299e00) 2015-03-31 11:02:22.465750 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465777 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.465796 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465807 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.465827 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465837 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.465848 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.465858 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.465879 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.465894 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.465904 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.465914 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_unpin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] now 0+0 2015-03-31 11:02:22.466292 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407417 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.466313 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407417 cr=0x9298500) 2015-03-31 11:02:22.466316 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407417 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.466319 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407417 cr=0x9298500) #1000006b2ac 2015-03-31 11:02:22.466321 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ac snap head 2015-03-31 11:02:22.466323 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.466324 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.466340 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407417 cr=0x9298500) 2015-03-31 11:02:22.466344 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.466361 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.466373 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.466385 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.466395 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.466409 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.466424 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.466433 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.466445 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.466455 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.466465 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.466475 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_pin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] now 1+0 2015-03-31 11:02:22.466486 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.466501 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.466525 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.466547 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.466556 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.466566 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.466576 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.466585 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.466600 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407417 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.466605 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407417 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.466616 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.466620 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.466623 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.466627 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.466641 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407417 cr=0x9298500) 2015-03-31 11:02:22.466660 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.466676 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.466690 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.466701 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.466712 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.466723 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.466733 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.466754 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.466764 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.466779 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.466795 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.466806 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_unpin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] now 0+0 2015-03-31 11:02:22.471099 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3e follows 0 op update 2015-03-31 11:02:22.471103 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471113 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.471115 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.471133 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.471134 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471140 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471148 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.471150 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471161 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471170 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471177 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.471178 7fbe406af700 5 mds.0.log _submit_thread 5419541350~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.471179 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471197 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471205 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471211 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471218 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471224 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471230 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471236 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.471245 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.511065 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407418 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.511088 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407418 cr=0x929cb00) 2015-03-31 11:02:22.511092 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407418 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.511096 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407418 cr=0x929cb00) #1000006b2ac 2015-03-31 11:02:22.511098 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ac snap head 2015-03-31 11:02:22.511100 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.511101 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.511118 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407418 cr=0x929cb00) 2015-03-31 11:02:22.511121 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.511139 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.511151 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.511163 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.511174 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.511189 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.511204 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.511215 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.511226 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.511247 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.511257 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.511267 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_pin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] now 1+0 2015-03-31 11:02:22.511288 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.511315 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.511328 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.511338 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.511348 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.511357 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.511366 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.511376 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.511391 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407418 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.511395 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407418 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.511406 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.511409 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.511414 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.511416 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.511430 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407418 cr=0x929cb00) 2015-03-31 11:02:22.511449 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.511466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.511480 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.511491 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.511501 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.511511 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.511532 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.511542 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.511552 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.511567 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.511578 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.511588 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_unpin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] now 0+0 2015-03-31 11:02:22.512868 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3e follows 0 op update 2015-03-31 11:02:22.512871 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512883 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.512885 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.512903 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.512904 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512911 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512919 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.512921 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512926 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512934 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512940 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.512942 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512949 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512956 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512963 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512969 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.512970 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.512971 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e3e [2,head] /test_small/small1/blarg10021 auth v136860 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c7128] 2015-03-31 11:02:22.512978 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.552048 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407419 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.552074 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407419 cr=0x9f78f00) 2015-03-31 11:02:22.552076 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407419 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.552080 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407419 cr=0x9f78f00) #1000006b2ac 2015-03-31 11:02:22.552082 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ac snap head 2015-03-31 11:02:22.552083 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.552085 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.552102 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407419 cr=0x9f78f00) 2015-03-31 11:02:22.552105 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552123 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552135 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.552148 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.552158 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552173 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.552188 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552199 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.552211 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.552231 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.552242 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.552252 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_pin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] now 1+0 2015-03-31 11:02:22.552273 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552299 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552321 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552331 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552340 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.552351 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.552360 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.552370 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.552384 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407419 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.552388 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407419 getattr Xs #1000006b2ac 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.552399 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.552402 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.552406 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.552409 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.552423 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407419 cr=0x9f78f00) 2015-03-31 11:02:22.552442 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552458 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552473 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552483 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552494 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.552504 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.552525 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.552536 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e68c8] 2015-03-31 11:02:22.552546 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.552561 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.552571 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.552582 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) auth_unpin by 0x2b0c2800 on [inode 1000006b2ac [2,head] {#1000006b2ac /test_small/small5/blarg10021} auth v178644 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e68c8] now 0+0 2015-03-31 11:02:22.552866 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407420 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.552884 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407420 cr=0x9f79b80) 2015-03-31 11:02:22.552887 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407420 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.552890 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407420 cr=0x9f79b80) #10000004e3a 2015-03-31 11:02:22.552892 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3a snap head 2015-03-31 11:02:22.552894 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.552895 7fbe462be700 10 mds.0.server ref is [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.552907 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407420 cr=0x9f79b80) 2015-03-31 11:02:22.552909 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552925 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552935 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.552944 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.552950 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.552963 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.552978 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.552987 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.552998 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.553007 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c2800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.553016 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.553022 7fbe462be700 10 mds.0.cache.ino(10000004e3a) auth_pin by 0x2b0c2800 on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] now 1+0 2015-03-31 11:02:22.553030 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.553044 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.553058 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.553069 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.553080 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.553089 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.553098 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553105 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553121 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553127 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553150 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407420 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.553153 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407420 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.553163 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.553166 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.553170 7fbe462be700 10 mds.0.cache.ino(10000004e3a) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.553172 7fbe462be700 10 mds.0.cache.ino(10000004e3a) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.553184 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407420 cr=0x9f79b80) 2015-03-31 11:02:22.553203 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.553219 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.553233 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.553243 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.553254 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.553263 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.553272 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553289 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553295 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553302 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.553309 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.553323 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.553333 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c2800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.553343 7fbe462be700 10 mds.0.cache.ino(10000004e3a) auth_unpin by 0x2b0c2800 on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c67f0] now 0+0 2015-03-31 11:02:22.553710 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407421 lookup #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.553730 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407421 cr=0x9f7c600) 2015-03-31 11:02:22.553732 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407421 lookup #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.553735 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407421 cr=0x9f7c600) #1000006026a/blarg10022 2015-03-31 11:02:22.553737 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.553740 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10022 [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock) v=177628 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e380] 2015-03-31 11:02:22.553748 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.553750 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407421 lookup #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.553762 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.553775 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407421 cr=0x9f7c600) 2015-03-31 11:02:22.554222 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407422 lookup #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.554243 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407422 cr=0x9f7e400) 2015-03-31 11:02:22.554245 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407422 lookup #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.554248 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407422 cr=0x9f7e400) #1000006026a/blarg10022 2015-03-31 11:02:22.554250 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.554253 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10022 [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock) v=177628 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e380] 2015-03-31 11:02:22.554261 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.554263 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407422 lookup #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.554275 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.554288 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407422 cr=0x9f7e400) 2015-03-31 11:02:22.554795 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407423 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.554816 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407423 cr=0x9f7af80) 2015-03-31 11:02:22.554820 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407423 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.554823 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407423 cr=0x9f7af80) #10000004e3a 2015-03-31 11:02:22.554825 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3a snap head 2015-03-31 11:02:22.554826 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.554827 7fbe462be700 10 mds.0.server ref is [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.554839 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407423 cr=0x9f7af80) 2015-03-31 11:02:22.554842 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.554860 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.554871 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.554881 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.554888 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.554902 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.554917 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.554927 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.554938 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.554947 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c2800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.554957 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.554963 7fbe462be700 10 mds.0.cache.ino(10000004e3a) auth_pin by 0x2b0c2800 on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] now 1+0 2015-03-31 11:02:22.554970 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.554986 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555000 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555022 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555043 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.555052 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.555060 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555067 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555073 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555078 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555091 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407423 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.555096 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407423 getattr Xs #10000004e3a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.555107 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.555111 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.555114 7fbe462be700 10 mds.0.cache.ino(10000004e3a) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.555118 7fbe462be700 10 mds.0.cache.ino(10000004e3a) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.555131 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407423 cr=0x9f7af80) 2015-03-31 11:02:22.555151 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555166 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555181 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555192 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555202 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.555211 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.555220 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555227 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555245 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555251 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c67f0] 2015-03-31 11:02:22.555259 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.555274 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.555285 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c2800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.555294 7fbe462be700 10 mds.0.cache.ino(10000004e3a) auth_unpin by 0x2b0c2800 on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c67f0] now 0+0 2015-03-31 11:02:22.555589 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407424 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.555607 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407424 cr=0x9f7a300) 2015-03-31 11:02:22.555609 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407424 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.555612 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407424 cr=0x9f7a300) #1000006026a 2015-03-31 11:02:22.555614 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.555616 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.555617 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555632 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407424 cr=0x9f7a300) 2015-03-31 11:02:22.555635 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555649 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555659 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555670 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555683 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.555697 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555707 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.555717 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555727 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.555739 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555753 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555767 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555776 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555790 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555801 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555811 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555822 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (ixattr sync r=1) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31306} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555849 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407424 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.555853 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407424 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.555874 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.555877 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.555881 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31307 2015-03-31 11:02:22.555883 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31307 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.555896 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407424 cr=0x9f7a300) 2015-03-31 11:02:22.555914 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555930 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.555945 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555955 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.555965 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555976 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.555986 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556007 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556018 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.556032 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.556042 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.556433 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407425 create #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.556453 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407425 cr=0x9f7d280) 2015-03-31 11:02:22.556456 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407425 create #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.556459 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10022 2015-03-31 11:02:22.556460 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407425 cr=0x9f7d280) #1000006026a/blarg10022 2015-03-31 11:02:22.556462 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10022 2015-03-31 11:02:22.556464 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.556465 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.556467 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178645 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.556477 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178645 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.556485 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10022 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178645 v=178637 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.556496 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407425 cr=0x9f7d280) 2015-03-31 11:02:22.556502 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.556521 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.556533 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556544 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock) v=177628 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e380] 2015-03-31 11:02:22.556551 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.556566 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.556580 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.556601 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.556613 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556624 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.556635 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock) v=177628 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e380] 2015-03-31 11:02:22.556641 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10022) auth_pin by 0x2b0c2800 on [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock) v=177628 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] now 1+0 2015-03-31 11:02:22.556647 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock) v=177628 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556653 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177628 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556659 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177628 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556664 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177628 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556671 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177628 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556677 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10022) auth_pin by 0x676e4d8 on [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177628 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] now 2+0 2015-03-31 11:02:22.556683 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2b0c2800) [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dn xlock x=1 by 0x2b0c2800) (dversion lock w=1 last_client=708310) v=177628 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556689 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.556706 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.556722 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.556736 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.556751 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.556762 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.556772 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.556790 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.556801 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556812 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556823 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556834 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556854 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556865 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556877 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556887 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556898 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556909 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.556939 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ad ([1000006b2ae~375], 885 left) 2015-03-31 11:02:22.556953 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.556955 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ad [2,head] #1000006b2ad auth v1 s=0 n() (iversion lock) 0x3f3ae438] 2015-03-31 11:02:22.556959 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178646 2015-03-31 11:02:22.556972 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10022) pre_dirty [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dn xlock x=1 by 0x2b0c2800) (dversion lock w=1 last_client=708310) pv=178646 v=177628 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.556980 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ae438] 2015-03-31 11:02:22.556987 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2b0c2800 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178646 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 10 2015-03-31 11:02:22.556996 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0xa06a050 2015-03-31 11:02:22.556997 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178647 2015-03-31 11:02:22.556998 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178647 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.557005 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178647 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.557012 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ae438] 2015-03-31 11:02:22.557018 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.557020 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295216 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557034 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295218 2015-03-31 11:02:22.557035 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295218 v=3295208 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.557039 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295218 (current v 3295208) 2015-03-31 11:02:22.557042 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178647 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.557048 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.557050 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2b0c2800 on [dir 10000000000 /test_small/ [2,head] auth pv=3295218 v=3295209 cv=3287205/3287205 ap=5+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 6 2015-03-31 11:02:22.557060 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0xa06eca0 2015-03-31 11:02:22.557062 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295219 2015-03-31 11:02:22.557063 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557075 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557085 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557095 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.557097 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.890428 < 1, stopping 2015-03-31 11:02:22.557101 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557111 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=5 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.557115 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295218 v=3295208 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.557120 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31307} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557133 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3ae438] 2015-03-31 11:02:22.557140 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.557142 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557150 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.557152 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557159 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557166 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557172 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557179 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557186 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557193 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557199 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557206 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557212 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557219 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557225 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557232 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557238 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557244 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ae438] 2015-03-31 11:02:22.557253 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.557254 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.557257 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3ae438 tracedn 0x676e380 2015-03-31 11:02:22.557259 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2b0c2800) [dentry #1/test_small/small5/blarg10022 [2,head] auth NULL (dn xlock x=1 by 0x2b0c2800) (dversion lock w=1 last_client=708310) pv=178646 v=177628 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e380] 2015-03-31 11:02:22.557268 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407425 create #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.557276 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.557279 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31308 2015-03-31 11:02:22.557281 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31308 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.557287 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.557290 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.557293 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) including xattrs version 0 2015-03-31 11:02:22.557330 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557358 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557372 7fbe406af700 5 mds.0.log _submit_thread 5419542209~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.557374 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557398 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557424 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557435 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557445 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557456 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557468 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557480 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557490 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557501 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557512 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557729 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407426 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.557750 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407426 cr=0x9f7d780) 2015-03-31 11:02:22.557752 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407426 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.557756 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407426 cr=0x9f7d780) #1000006b2ad 2015-03-31 11:02:22.557758 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ad snap head 2015-03-31 11:02:22.557759 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.557760 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3ae438] 2015-03-31 11:02:22.557773 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407426 cr=0x9f7d780) 2015-03-31 11:02:22.557776 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557797 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557808 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557819 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ae438] 2015-03-31 11:02:22.557828 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557842 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.557857 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557867 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.557878 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557888 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.557898 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ae438] 2015-03-31 11:02:22.557907 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_pin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ae438] now 1+0 2015-03-31 11:02:22.557918 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557932 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.557947 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557957 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.557967 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.557988 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558009 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558018 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558033 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407426 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.558037 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407426 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.558048 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.558051 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.558055 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.558057 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.558070 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407426 cr=0x9f7d780) 2015-03-31 11:02:22.558089 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558105 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558119 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558130 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558140 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558161 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558171 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558182 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558192 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.558206 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.558217 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.558228 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_unpin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] now 0+0 2015-03-31 11:02:22.558438 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407427 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.558457 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407427 cr=0x9f7c380) 2015-03-31 11:02:22.558460 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407427 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.558463 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407427 cr=0x9f7c380) #1000006b2ad 2015-03-31 11:02:22.558465 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ad snap head 2015-03-31 11:02:22.558466 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.558467 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.558480 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407427 cr=0x9f7c380) 2015-03-31 11:02:22.558483 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558498 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558508 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558519 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.558529 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558542 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.558556 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558566 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.558576 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558586 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.558596 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.558606 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_pin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] now 1+0 2015-03-31 11:02:22.558615 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558630 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558643 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558653 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558664 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558674 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558685 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558704 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558729 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407427 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.558733 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407427 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.558743 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.558746 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.558749 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.558751 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.558764 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407427 cr=0x9f7c380) 2015-03-31 11:02:22.558786 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558802 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.558816 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558827 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.558837 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558858 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.558868 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558879 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.558889 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.558903 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.558914 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.558925 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_unpin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] now 0+0 2015-03-31 11:02:22.562330 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3a follows 0 op update 2015-03-31 11:02:22.562333 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562344 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.562345 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.562364 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.562364 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562371 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562379 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.562381 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562392 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562413 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562420 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.562422 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562431 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562431 7fbe406af700 5 mds.0.log _submit_thread 5419543849~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.562438 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562444 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562450 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562457 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562464 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562471 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.562481 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.602039 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407428 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.602061 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407428 cr=0x9f7c100) 2015-03-31 11:02:22.602066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407428 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.602070 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407428 cr=0x9f7c100) #1000006b2ad 2015-03-31 11:02:22.602071 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ad snap head 2015-03-31 11:02:22.602073 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.602074 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.602091 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407428 cr=0x9f7c100) 2015-03-31 11:02:22.602094 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.602111 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.602123 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.602135 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.602145 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.602160 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.602175 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.602185 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.602196 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.602206 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.602217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.602227 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_pin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] now 1+0 2015-03-31 11:02:22.602237 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.602253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.602279 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.602300 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.602310 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.602320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.602329 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.602339 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.602354 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407428 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.602358 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407428 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.602369 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.602373 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.602377 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.602380 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.602393 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407428 cr=0x9f7c100) 2015-03-31 11:02:22.602412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.602429 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.602443 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.602454 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.602473 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.602484 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.602505 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.602516 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.602527 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.602542 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.602553 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.602564 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_unpin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] now 0+0 2015-03-31 11:02:22.603850 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3a follows 0 op update 2015-03-31 11:02:22.603854 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603866 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.603867 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.603885 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.603886 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603893 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603902 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.603904 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603909 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603917 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603924 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.603925 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603932 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603939 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603946 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603951 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.603953 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.603954 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e3a [2,head] /test_small/small1/blarg10022 auth v136862 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c67f0] 2015-03-31 11:02:22.603961 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.643014 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407429 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.643036 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407429 cr=0x9ae3e80) 2015-03-31 11:02:22.643038 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407429 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.643042 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407429 cr=0x9ae3e80) #1000006b2ad 2015-03-31 11:02:22.643043 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ad snap head 2015-03-31 11:02:22.643045 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.643046 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.643063 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407429 cr=0x9ae3e80) 2015-03-31 11:02:22.643066 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643083 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643095 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.643107 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.643117 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643132 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.643147 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643156 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.643168 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.643178 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.643189 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.643198 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_pin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] now 1+0 2015-03-31 11:02:22.643208 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643224 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643238 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643270 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643280 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.643290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.643299 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.643308 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.643324 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407429 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.643328 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407429 getattr Xs #1000006b2ad 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.643338 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.643342 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.643346 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.643349 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.643362 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407429 cr=0x9ae3e80) 2015-03-31 11:02:22.643381 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643398 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643423 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643433 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.643443 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.643453 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.643475 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ae438] 2015-03-31 11:02:22.643485 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.643500 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.643510 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.643521 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) auth_unpin by 0x2a626e00 on [inode 1000006b2ad [2,head] {#1000006b2ad /test_small/small5/blarg10022} auth v178646 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ae438] now 0+0 2015-03-31 11:02:22.643813 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407430 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.643831 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407430 cr=0x9ae7300) 2015-03-31 11:02:22.643833 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407430 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.643836 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407430 cr=0x9ae7300) #10000004e39 2015-03-31 11:02:22.643838 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e39 snap head 2015-03-31 11:02:22.643840 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.643841 7fbe462be700 10 mds.0.server ref is [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.643853 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407430 cr=0x9ae7300) 2015-03-31 11:02:22.643856 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643872 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643883 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.643892 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.643898 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643911 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.643926 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.643935 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.643946 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.643955 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a626e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.643964 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.643970 7fbe462be700 10 mds.0.cache.ino(10000004e39) auth_pin by 0x2a626e00 on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] now 1+0 2015-03-31 11:02:22.643977 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.643991 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.644005 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.644015 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.644026 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.644034 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.644044 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644051 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644068 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644075 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644100 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407430 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.644105 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407430 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.644115 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.644118 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.644123 7fbe462be700 10 mds.0.cache.ino(10000004e39) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.644125 7fbe462be700 10 mds.0.cache.ino(10000004e39) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.644138 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407430 cr=0x9ae7300) 2015-03-31 11:02:22.644157 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.644173 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.644187 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.644198 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.644208 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.644216 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.644225 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644232 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644249 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644255 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.644261 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.644276 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.644286 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a626e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.644296 7fbe462be700 10 mds.0.cache.ino(10000004e39) auth_unpin by 0x2a626e00 on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c5eb8] now 0+0 2015-03-31 11:02:22.644594 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407431 lookup #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.644612 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407431 cr=0x9ae3200) 2015-03-31 11:02:22.644614 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407431 lookup #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.644616 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407431 cr=0x9ae3200) #1000006026a/blarg10023 2015-03-31 11:02:22.644618 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.644621 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10023 [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock) v=177630 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e560] 2015-03-31 11:02:22.644629 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.644631 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407431 lookup #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.644640 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.644652 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407431 cr=0x9ae3200) 2015-03-31 11:02:22.645123 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407432 lookup #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645143 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407432 cr=0x9ae1680) 2015-03-31 11:02:22.645145 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407432 lookup #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645148 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407432 cr=0x9ae1680) #1000006026a/blarg10023 2015-03-31 11:02:22.645150 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.645153 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10023 [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock) v=177630 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e560] 2015-03-31 11:02:22.645161 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.645163 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407432 lookup #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645174 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.645187 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407432 cr=0x9ae1680) 2015-03-31 11:02:22.645660 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407433 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645681 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407433 cr=0x9ae4d80) 2015-03-31 11:02:22.645684 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407433 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645687 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407433 cr=0x9ae4d80) #10000004e39 2015-03-31 11:02:22.645689 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e39 snap head 2015-03-31 11:02:22.645691 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.645692 7fbe462be700 10 mds.0.server ref is [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.645703 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407433 cr=0x9ae4d80) 2015-03-31 11:02:22.645706 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.645724 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.645735 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.645744 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.645751 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.645765 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.645780 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.645794 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.645805 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.645813 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a626e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.645823 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.645828 7fbe462be700 10 mds.0.cache.ino(10000004e39) auth_pin by 0x2a626e00 on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] now 1+0 2015-03-31 11:02:22.645836 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.645850 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.645865 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.645885 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.645896 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.645916 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.645925 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.645930 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.645936 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.645943 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.645956 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407433 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645960 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407433 getattr Xs #10000004e39 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.645971 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.645975 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.645979 7fbe462be700 10 mds.0.cache.ino(10000004e39) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.645981 7fbe462be700 10 mds.0.cache.ino(10000004e39) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.645995 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407433 cr=0x9ae4d80) 2015-03-31 11:02:22.646014 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646031 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646045 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646056 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646066 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.646075 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.646085 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.646091 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.646110 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.646116 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c5eb8] 2015-03-31 11:02:22.646122 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.646136 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.646147 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a626e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.646156 7fbe462be700 10 mds.0.cache.ino(10000004e39) auth_unpin by 0x2a626e00 on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c5eb8] now 0+0 2015-03-31 11:02:22.646453 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407434 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.646470 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407434 cr=0x9ae4b00) 2015-03-31 11:02:22.646473 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407434 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.646476 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407434 cr=0x9ae4b00) #1000006026a 2015-03-31 11:02:22.646478 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.646480 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.646481 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646496 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407434 cr=0x9ae4b00) 2015-03-31 11:02:22.646499 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646513 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646523 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646534 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646547 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.646561 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646571 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.646581 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646591 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.646603 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646616 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646630 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646640 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646650 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646661 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646671 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646682 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (ixattr sync r=1) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31308} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646699 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407434 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.646713 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407434 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.646735 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.646738 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.646742 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31309 2015-03-31 11:02:22.646744 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31309 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.646757 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407434 cr=0x9ae4b00) 2015-03-31 11:02:22.646775 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646796 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.646810 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646821 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.646831 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646842 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646852 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646874 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.646884 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.646898 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.646908 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.647252 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407435 create #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.647273 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407435 cr=0x9ae4100) 2015-03-31 11:02:22.647275 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407435 create #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.647278 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10023 2015-03-31 11:02:22.647279 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407435 cr=0x9ae4100) #1000006026a/blarg10023 2015-03-31 11:02:22.647281 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10023 2015-03-31 11:02:22.647283 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.647284 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.647285 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178647 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.647295 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178647 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.647302 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10023 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178647 v=178637 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.647312 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407435 cr=0x9ae4100) 2015-03-31 11:02:22.647318 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.647337 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647348 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647360 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock) v=177630 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e560] 2015-03-31 11:02:22.647367 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.647382 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.647405 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647415 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.647426 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647437 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.647448 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock) v=177630 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e560] 2015-03-31 11:02:22.647453 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10023) auth_pin by 0x2a626e00 on [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock) v=177630 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] now 1+0 2015-03-31 11:02:22.647470 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock) v=177630 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647474 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177630 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647480 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177630 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647498 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177630 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647502 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177630 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647506 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10023) auth_pin by 0x676e6b8 on [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177630 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] now 2+0 2015-03-31 11:02:22.647511 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2a626e00) [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dn xlock x=1 by 0x2a626e00) (dversion lock w=1 last_client=708310) v=177630 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647516 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.647530 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.647543 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.647556 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.647569 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647578 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647588 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647597 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647606 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647616 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647626 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647635 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647645 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647655 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647664 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647674 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647683 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647692 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647710 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ae ([1000006b2af~374], 884 left) 2015-03-31 11:02:22.647713 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.647715 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ae [2,head] #1000006b2ae auth v1 s=0 n() (iversion lock) 0x3f3aed70] 2015-03-31 11:02:22.647719 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178648 2015-03-31 11:02:22.647720 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10023) pre_dirty [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dn xlock x=1 by 0x2a626e00) (dversion lock w=1 last_client=708310) pv=178648 v=177630 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.647727 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3aed70] 2015-03-31 11:02:22.647734 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2a626e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178648 v=178637 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 6 + 12 2015-03-31 11:02:22.647744 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0xa06ef60 2015-03-31 11:02:22.647745 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178649 2015-03-31 11:02:22.647746 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178637 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.647753 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178637 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.647760 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3aed70] 2015-03-31 11:02:22.647765 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.647767 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295218 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647780 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295220 2015-03-31 11:02:22.647781 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295208 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.647790 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295220 (current v 3295208) 2015-03-31 11:02:22.647791 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178637 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=26+1578,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.647798 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.647800 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2a626e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295220 v=3295209 cv=3287205/3287205 ap=6+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 6 + 7 2015-03-31 11:02:22.647809 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0xa068420 2015-03-31 11:02:22.647811 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295221 2015-03-31 11:02:22.647812 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647823 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647834 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647845 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.647846 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.98121 < 1, stopping 2015-03-31 11:02:22.647850 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.647861 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=6 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.647864 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295208 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.647869 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31309} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.647883 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3aed70] 2015-03-31 11:02:22.647889 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.647892 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647899 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.647901 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647909 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647916 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647922 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647930 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647936 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647943 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647949 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647955 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647961 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647968 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647975 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647982 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647988 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.647995 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3aed70] 2015-03-31 11:02:22.648005 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.648006 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.648008 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3aed70 tracedn 0x676e560 2015-03-31 11:02:22.648011 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2a626e00) [dentry #1/test_small/small5/blarg10023 [2,head] auth NULL (dn xlock x=1 by 0x2a626e00) (dversion lock w=1 last_client=708310) pv=178648 v=177630 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e560] 2015-03-31 11:02:22.648017 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407435 create #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.648026 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.648029 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31310 2015-03-31 11:02:22.648031 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31310 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.648037 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.648039 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.648041 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) including xattrs version 0 2015-03-31 11:02:22.648079 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648107 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648121 7fbe406af700 5 mds.0.log _submit_thread 5419544708~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.648122 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648148 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648162 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648174 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648185 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648196 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648206 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648218 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648229 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648240 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648251 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648261 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648458 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407436 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.648478 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407436 cr=0x9ae1e00) 2015-03-31 11:02:22.648481 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407436 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.648484 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407436 cr=0x9ae1e00) #1000006b2ae 2015-03-31 11:02:22.648486 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ae snap head 2015-03-31 11:02:22.648487 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.648488 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3aed70] 2015-03-31 11:02:22.648501 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407436 cr=0x9ae1e00) 2015-03-31 11:02:22.648504 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648519 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648529 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648540 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3aed70] 2015-03-31 11:02:22.648550 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648564 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.648578 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648587 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.648598 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648608 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.648618 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3aed70] 2015-03-31 11:02:22.648628 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_pin by 0x2b0c2300 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3aed70] now 1+0 2015-03-31 11:02:22.648638 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648653 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648667 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648678 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648688 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648699 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648719 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.648739 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.648755 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407436 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.648759 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407436 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.648769 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.648772 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.648777 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.648779 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.648796 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407436 cr=0x9ae1e00) 2015-03-31 11:02:22.648815 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648831 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.648845 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648855 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.648865 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648875 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.648886 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.648907 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.648917 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.648932 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.648942 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.648952 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_unpin by 0x2b0c2300 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] now 0+0 2015-03-31 11:02:22.649175 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407437 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.649191 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407437 cr=0x9ae3c00) 2015-03-31 11:02:22.649193 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407437 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.649196 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407437 cr=0x9ae3c00) #1000006b2ae 2015-03-31 11:02:22.649198 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ae snap head 2015-03-31 11:02:22.649199 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.649200 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.649213 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407437 cr=0x9ae3c00) 2015-03-31 11:02:22.649216 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.649231 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.649241 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.649252 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.649261 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.649275 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.649289 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.649299 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.649310 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.649320 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.649330 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.649339 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_pin by 0x2b0c2300 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] now 1+0 2015-03-31 11:02:22.649349 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.649364 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.649378 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.649389 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.649400 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.649410 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.649421 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.649440 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.649466 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407437 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.649471 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407437 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.649481 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.649483 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.649488 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.649490 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.649503 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407437 cr=0x9ae3c00) 2015-03-31 11:02:22.649522 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.649538 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.649551 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.649562 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.649572 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.649593 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.649603 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.649614 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.649623 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.649638 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.649648 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.649659 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_unpin by 0x2b0c2300 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] now 0+0 2015-03-31 11:02:22.653126 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e39 follows 0 op update 2015-03-31 11:02:22.653130 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653140 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.653142 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.653161 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.653162 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653168 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653176 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.653178 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653189 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653209 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653215 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.653216 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653225 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653228 7fbe406af700 5 mds.0.log _submit_thread 5419546348~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.653232 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653238 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653243 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653249 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653255 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653263 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.653272 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.693044 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407438 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693066 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407438 cr=0x9ae4380) 2015-03-31 11:02:22.693070 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407438 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693073 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407438 cr=0x9ae4380) #1000006b2ae 2015-03-31 11:02:22.693076 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ae snap head 2015-03-31 11:02:22.693078 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.693079 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.693096 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407438 cr=0x9ae4380) 2015-03-31 11:02:22.693099 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693116 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693128 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693141 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.693151 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693166 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.693181 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693191 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.693202 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693213 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.693223 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.693233 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_pin by 0x2b0c2300 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] now 1+0 2015-03-31 11:02:22.693244 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693259 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693273 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693284 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693295 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693315 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693337 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.693346 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.693361 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407438 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693365 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407438 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693375 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.693378 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.693382 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.693384 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.693398 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407438 cr=0x9ae4380) 2015-03-31 11:02:22.693417 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693433 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693447 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693457 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693468 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693478 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693488 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.693509 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.693519 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.693534 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.693544 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.693555 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_unpin by 0x2b0c2300 on [inode 1000006b2ae [2,head] {#1000006b2ae /test_small/small5/blarg10023} auth v178648 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3aed70] now 0+0 2015-03-31 11:02:22.693593 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407439 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693610 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407439 cr=0x9ae5000) 2015-03-31 11:02:22.693613 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407439 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693616 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407439 cr=0x9ae5000) #1000006026a 2015-03-31 11:02:22.693618 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.693619 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.693620 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693634 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407439 cr=0x9ae5000) 2015-03-31 11:02:22.693636 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693651 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693661 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693672 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693686 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.693700 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693709 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.693720 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693730 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.693750 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693764 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693777 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693793 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693803 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693814 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693824 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693834 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31310} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693851 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407439 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693855 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407439 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.693866 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.693870 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.693873 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31311 2015-03-31 11:02:22.693875 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31311 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.693900 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407439 cr=0x9ae5000) 2015-03-31 11:02:22.693919 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693935 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.693949 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693959 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.693969 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693980 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.693991 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694011 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694021 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.694035 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.694046 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.694330 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407440 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.694351 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407440 cr=0x9ae2f80) 2015-03-31 11:02:22.694353 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407440 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.694357 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407440 cr=0x9ae2f80) #1000006026a 2015-03-31 11:02:22.694358 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.694360 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.694361 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694375 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407440 cr=0x9ae2f80) 2015-03-31 11:02:22.694378 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.694393 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.694403 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694414 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.694427 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:22.694441 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.694450 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:22.694461 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694471 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.694482 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.694496 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.694510 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.694521 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.694531 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694541 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694552 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694563 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694574 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:22.694594 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.694616 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x4e46060 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:22.694618 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709347 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.709353 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.709362 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.709364 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) mark_dirty [inode 1000006b2a9 [2,head] /test_small/small5/blarg10019 auth v178637 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.709380 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10019) mark_dirty [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178638 v=177620 ap=2+0 inode=0x3f479138 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709389 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178638 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 26=26+0) hs=27+1577,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178638 2015-03-31 11:02:22.709400 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) mark_dirty_parent 2015-03-31 11:02:22.709401 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295208 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 26=26+0) n(v1 rc2015-03-31 11:02:59.000000 27=26+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709416 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295208 ap=0+9 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.709421 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295210 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382329=382322+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295210 2015-03-31 11:02:22.709432 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178639 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 27=27+0) hs=27+1577,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178639 2015-03-31 11:02:22.709440 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295211 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382330=382323+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295211 2015-03-31 11:02:22.709450 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2a9 [2,head] /test_small/small5/blarg10019 auth v178638 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f479138] 2015-03-31 11:02:22.709461 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.709463 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27500 client_caps(grant ino 1000006b2a9 1851486 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.709486 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178638 ap=2+0 inode=0x3f479138 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709496 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407385 create #1000006026a/blarg10019 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.709508 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2a9 2015-03-31 11:02:22.709512 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178638 ap=2+0 inode=0x3f479138 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709522 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178638 ap=2+0 inode=0x3f479138 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709528 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178638 ap=2+0 inode=0x3f479138 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709533 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10019) auth_unpin by 0x676dd58 on [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178638 ap=1+0 inode=0x3f479138 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] now 1+0 2015-03-31 11:02:22.709541 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178638 ap=1+0 inode=0x3f479138 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709547 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.709563 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=6 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295210 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 28=27+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709598 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295210 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 28=27+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709620 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295210 pv3295220 ap=8+1 f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 28=27+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709630 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178638 ap=1+0 inode=0x3f479138 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dc00] 2015-03-31 11:02:22.709646 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407385 cr=0x968a300) 2015-03-31 11:02:22.709654 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca800 on [inode 1 [...2,head] / auth v53468 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:22.709671 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:22.709682 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242ca800 on [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295211 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382330=382323+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 9 2015-03-31 11:02:22.709692 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242ca800 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178639 cv=170705/170705 ap=5+11+11 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 27=27+0) hs=27+1577,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 11 2015-03-31 11:02:22.709700 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295210 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 28=27+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:22.709712 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10019) auth_unpin by 0x242ca800 on [dentry #1/test_small/small5/blarg10019 [2,head] auth (dn sync l=1) (dversion lock) v=178638 inode=0x3f479138 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676dc00] now 0+0 2015-03-31 11:02:22.709734 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.709736 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.709740 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.709741 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) mark_dirty [inode 1000006b2aa [2,head] /test_small/small5/blarg1002 auth v178639 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.709752 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1002) mark_dirty [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178640 v=177622 ap=2+0 inode=0x3f3ec7d8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709771 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178640 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 27=27+0) hs=28+1576,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178640 2015-03-31 11:02:22.709780 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) mark_dirty_parent 2015-03-31 11:02:22.709781 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295210 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 27=27+0) n(v1 rc2015-03-31 11:02:59.000000 28=27+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709812 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295210 ap=0+8 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.709816 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295212 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382330=382323+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295212 2015-03-31 11:02:22.709826 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178641 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 28=28+0) hs=28+1576,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178641 2015-03-31 11:02:22.709834 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295213 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382331=382324+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295213 2015-03-31 11:02:22.709843 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2aa [2,head] /test_small/small5/blarg1002 auth v178640 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3ec7d8] 2015-03-31 11:02:22.709853 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.709856 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27501 client_caps(grant ino 1000006b2aa 1851487 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.709875 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178640 ap=2+0 inode=0x3f3ec7d8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709884 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407395 create #1000006026a/blarg1002 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.709895 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2aa 2015-03-31 11:02:22.709898 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178640 ap=2+0 inode=0x3f3ec7d8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709906 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178640 ap=2+0 inode=0x3f3ec7d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709912 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178640 ap=2+0 inode=0x3f3ec7d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709917 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1002) auth_unpin by 0x676df38 on [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178640 ap=1+0 inode=0x3f3ec7d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] now 1+0 2015-03-31 11:02:22.709924 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178640 ap=1+0 inode=0x3f3ec7d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709929 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.709943 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295212 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 29=28+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709957 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295212 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 29=28+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709969 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295212 pv3295220 ap=7+1 f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 29=28+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.709980 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178640 ap=1+0 inode=0x3f3ec7d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dde0] 2015-03-31 11:02:22.709994 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407395 cr=0x25e3f080) 2015-03-31 11:02:22.710002 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2a623200 on [inode 1 [...2,head] / auth v53468 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:22.710019 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a623200 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:22.710031 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2a623200 on [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295213 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382331=382324+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 8 2015-03-31 11:02:22.710041 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2a623200 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178641 cv=170705/170705 ap=4+9+9 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 28=28+0) hs=28+1576,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 9 2015-03-31 11:02:22.710049 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a623200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295212 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 29=28+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:22.710061 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1002) auth_unpin by 0x2a623200 on [dentry #1/test_small/small5/blarg1002 [2,head] auth (dn sync l=1) (dversion lock) v=178640 inode=0x3f3ec7d8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676dde0] now 0+0 2015-03-31 11:02:22.710094 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.710096 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.710112 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.710113 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) mark_dirty [inode 1000006b2ab [2,head] /test_small/small5/blarg10020 auth v178641 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.710125 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10020) mark_dirty [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178642 v=177624 ap=2+0 inode=0x3f485c08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710132 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178642 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 28=28+0) hs=29+1575,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178642 2015-03-31 11:02:22.710141 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) mark_dirty_parent 2015-03-31 11:02:22.710142 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295212 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 28=28+0) n(v1 rc2015-03-31 11:02:59.000000 29=28+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710155 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295212 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.710159 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295214 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382331=382324+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295214 2015-03-31 11:02:22.710169 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178643 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 29=29+0) hs=29+1575,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178643 2015-03-31 11:02:22.710177 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295215 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382332=382325+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295215 2015-03-31 11:02:22.710186 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ab [2,head] /test_small/small5/blarg10020 auth v178642 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f485c08] 2015-03-31 11:02:22.710196 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.710198 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27502 client_caps(grant ino 1000006b2ab 1851488 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.710216 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178642 ap=2+0 inode=0x3f485c08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710225 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407405 create #1000006026a/blarg10020 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.710234 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ab 2015-03-31 11:02:22.710237 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178642 ap=2+0 inode=0x3f485c08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710246 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178642 ap=2+0 inode=0x3f485c08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710252 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178642 ap=2+0 inode=0x3f485c08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710257 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10020) auth_unpin by 0x676e118 on [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178642 ap=1+0 inode=0x3f485c08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] now 1+0 2015-03-31 11:02:22.710264 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178642 ap=1+0 inode=0x3f485c08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710268 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.710282 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295214 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 30=29+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710295 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295214 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 30=29+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710307 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295214 pv3295220 ap=6+1 f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 30=29+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710317 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178642 ap=1+0 inode=0x3f485c08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676dfc0] 2015-03-31 11:02:22.710332 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407405 cr=0x51d9e00) 2015-03-31 11:02:22.710340 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2300 on [inode 1 [...2,head] / auth v53468 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:22.710357 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:22.710368 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd2300 on [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295215 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382332=382325+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 7 2015-03-31 11:02:22.710378 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd2300 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178643 cv=170705/170705 ap=3+7+7 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 29=29+0) hs=29+1575,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 7 2015-03-31 11:02:22.710396 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295214 pv3295220 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 30=29+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:22.710408 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10020) auth_unpin by 0x23dd2300 on [dentry #1/test_small/small5/blarg10020 [2,head] auth (dn sync l=1) (dversion lock) v=178642 inode=0x3f485c08 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676dfc0] now 0+0 2015-03-31 11:02:22.710428 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.710430 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.710446 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.710447 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) mark_dirty [inode 1000006b2ac [2,head] /test_small/small5/blarg10021 auth v178643 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.710458 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10021) mark_dirty [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178644 v=177626 ap=2+0 inode=0x3f4e68c8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710465 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178644 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 29=29+0) hs=30+1574,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178644 2015-03-31 11:02:22.710474 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) mark_dirty_parent 2015-03-31 11:02:22.710475 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295214 pv3295220 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 29=29+0) n(v1 rc2015-03-31 11:02:59.000000 30=29+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710487 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295214 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.710491 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295216 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382332=382325+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295216 2015-03-31 11:02:22.710501 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178645 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 30=30+0) hs=30+1574,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178645 2015-03-31 11:02:22.710509 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295217 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382333=382326+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295217 2015-03-31 11:02:22.710518 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ac [2,head] /test_small/small5/blarg10021 auth v178644 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4e68c8] 2015-03-31 11:02:22.710528 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.710530 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27503 client_caps(grant ino 1000006b2ac 1851489 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.710549 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178644 ap=2+0 inode=0x3f4e68c8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710557 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407415 create #1000006026a/blarg10021 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.710568 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ac 2015-03-31 11:02:22.710570 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178644 ap=2+0 inode=0x3f4e68c8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710578 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178644 ap=2+0 inode=0x3f4e68c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710585 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178644 ap=2+0 inode=0x3f4e68c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710590 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10021) auth_unpin by 0x676e2f8 on [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178644 ap=1+0 inode=0x3f4e68c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] now 1+0 2015-03-31 11:02:22.710597 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178644 ap=1+0 inode=0x3f4e68c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710602 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.710615 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295216 pv3295220 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 31=30+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710628 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295216 pv3295220 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 31=30+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710640 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295216 pv3295220 ap=5+1 f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 31=30+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710651 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178644 ap=1+0 inode=0x3f4e68c8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e1a0] 2015-03-31 11:02:22.710665 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407415 cr=0x929a080) 2015-03-31 11:02:22.710673 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cdf00 on [inode 1 [...2,head] / auth v53468 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.710689 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cdf00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.710700 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cdf00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295217 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382333=382326+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:22.710711 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cdf00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178645 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 30=30+0) hs=30+1574,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:22.710729 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cdf00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295216 pv3295220 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 31=30+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:22.710740 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10021) auth_unpin by 0x242cdf00 on [dentry #1/test_small/small5/blarg10021 [2,head] auth (dn sync l=1) (dversion lock) v=178644 inode=0x3f4e68c8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676e1a0] now 0+0 2015-03-31 11:02:22.710761 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.710763 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.710778 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.710780 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) mark_dirty [inode 1000006b2ad [2,head] /test_small/small5/blarg10022 auth v178645 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.710795 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10022) mark_dirty [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178646 v=177628 ap=2+0 inode=0x3f3ae438 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.710802 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178646 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 30=30+0) hs=31+1573,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178646 2015-03-31 11:02:22.710811 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) mark_dirty_parent 2015-03-31 11:02:22.710813 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295216 pv3295220 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 30=30+0) n(v1 rc2015-03-31 11:02:59.000000 31=30+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710825 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295216 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.710829 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295218 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382333=382326+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295218 2015-03-31 11:02:22.710839 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178647 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 31=31+0) hs=31+1573,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178647 2015-03-31 11:02:22.710847 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295219 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382334=382327+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295219 2015-03-31 11:02:22.710856 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ad [2,head] /test_small/small5/blarg10022 auth v178646 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3ae438] 2015-03-31 11:02:22.710865 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.710868 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27504 client_caps(grant ino 1000006b2ad 1851490 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.710887 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178646 ap=2+0 inode=0x3f3ae438 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.710895 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407425 create #1000006026a/blarg10022 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.710906 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ad 2015-03-31 11:02:22.710908 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178646 ap=2+0 inode=0x3f3ae438 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.710916 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178646 ap=2+0 inode=0x3f3ae438 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.710922 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178646 ap=2+0 inode=0x3f3ae438 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.710927 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10022) auth_unpin by 0x676e4d8 on [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178646 ap=1+0 inode=0x3f3ae438 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] now 1+0 2015-03-31 11:02:22.710933 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178646 ap=1+0 inode=0x3f3ae438 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.710939 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.710952 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295218 pv3295220 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 32=31+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710965 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295218 pv3295220 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 32=31+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710976 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295218 pv3295220 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 32=31+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.710987 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178646 ap=1+0 inode=0x3f3ae438 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e380] 2015-03-31 11:02:22.711001 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407425 cr=0x9f7d280) 2015-03-31 11:02:22.711009 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2800 on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.711025 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2800 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.711036 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2b0c2800 on [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295219 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382334=382327+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:22.711047 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2b0c2800 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178647 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 31=31+0) hs=31+1573,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:22.711065 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295218 pv3295220 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 32=31+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.711076 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10022) auth_unpin by 0x2b0c2800 on [dentry #1/test_small/small5/blarg10022 [2,head] auth (dn sync l=1) (dversion lock) v=178646 inode=0x3f3ae438 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676e380] now 0+0 2015-03-31 11:02:22.711097 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.711099 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.711114 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.711115 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) mark_dirty [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178647 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.711126 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10023) mark_dirty [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178648 v=177630 ap=2+0 inode=0x3f3aed70 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711133 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178648 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 31=31+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178648 2015-03-31 11:02:22.711142 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) mark_dirty_parent 2015-03-31 11:02:22.711143 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295218 pv3295220 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 31=31+0) n(v1 rc2015-03-31 11:02:59.000000 32=31+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.711156 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295220 v=3295218 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.711160 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295220 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382334=382327+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295220 2015-03-31 11:02:22.711170 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178649 v=178649 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178649 2015-03-31 11:02:22.711176 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295221 v=3295221 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382335=382328+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295221 2015-03-31 11:02:22.711184 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.711194 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.711197 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27505 client_caps(grant ino 1000006b2ae 1851491 seq 5 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.711216 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178648 ap=2+0 inode=0x3f3aed70 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711224 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407435 create #1000006026a/blarg10023 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.711235 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ae 2015-03-31 11:02:22.711236 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178648 ap=2+0 inode=0x3f3aed70 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711244 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178648 ap=2+0 inode=0x3f3aed70 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711250 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178648 ap=2+0 inode=0x3f3aed70 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711255 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10023) auth_unpin by 0x676e6b8 on [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178648 ap=1+0 inode=0x3f3aed70 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] now 1+0 2015-03-31 11:02:22.711262 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178648 ap=1+0 inode=0x3f3aed70 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711266 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711280 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711292 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.711305 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.711316 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.711327 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:22.711329 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.711340 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.711351 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:22.711352 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407440 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.711356 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407440 cr=0x9ae2f80) #1000006026a 2015-03-31 11:02:22.711358 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.711360 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.711361 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711372 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407440 cr=0x9ae2f80) 2015-03-31 11:02:22.711375 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.711400 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711410 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711419 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.711433 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711443 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711453 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.711467 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711477 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711487 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711497 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711519 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711542 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711551 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711560 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711569 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711579 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31311} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711595 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407440 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.711600 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407440 getattr pAsLsXsFs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.711609 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.711612 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.711616 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31312 2015-03-31 11:02:22.711618 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31312 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.711630 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407440 cr=0x9ae2f80) 2015-03-31 11:02:22.711649 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.711664 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.711678 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711689 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.711699 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711710 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711720 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711741 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711751 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711761 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711773 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711787 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711797 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711806 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711816 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c2300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.711830 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c2300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.711840 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c2300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.711866 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711878 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711888 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711897 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178648 ap=1+0 inode=0x3f3aed70 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e560] 2015-03-31 11:02:22.711906 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.711928 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407435 cr=0x9ae4100) 2015-03-31 11:02:22.711936 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2a626e00 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.711951 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a626e00 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.711961 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2a626e00 on [dir 10000000000 /test_small/ [2,head] auth v=3295221 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382335=382328+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:22.711972 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2a626e00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178649 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:22.711979 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a626e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.711990 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10023) auth_unpin by 0x2a626e00 on [dentry #1/test_small/small5/blarg10023 [2,head] auth (dn sync l=1) (dversion lock) v=178648 inode=0x3f3aed70 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676e560] now 0+0 2015-03-31 11:02:22.712039 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e39 follows 0 op update 2015-03-31 11:02:22.712048 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712063 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.712065 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.712085 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.712086 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712094 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712102 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.712105 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712110 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712118 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712125 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.712126 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712133 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712140 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712145 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712151 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.712153 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.712154 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e39 [2,head] /test_small/small1/blarg10023 auth v136864 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5eb8] 2015-03-31 11:02:22.712161 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.712180 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407441 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712201 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407441 cr=0x9ae2a80) 2015-03-31 11:02:22.712203 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407441 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712207 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407441 cr=0x9ae2a80) #1000006b2ae 2015-03-31 11:02:22.712209 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ae snap head 2015-03-31 11:02:22.712210 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.712211 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.712225 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407441 cr=0x9ae2a80) 2015-03-31 11:02:22.712228 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.712244 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.712255 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.712266 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.712276 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.712301 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.712316 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.712326 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.712337 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.712346 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.712368 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3aed70] 2015-03-31 11:02:22.712376 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_pin by 0x24afa300 on [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3aed70] now 1+0 2015-03-31 11:02:22.712385 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.712398 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.712411 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.712421 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.712431 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712440 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712449 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.712458 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.712474 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407441 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712478 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407441 getattr Xs #1000006b2ae 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712489 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.712493 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.712497 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:22.712500 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.712514 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407441 cr=0x9ae2a80) 2015-03-31 11:02:22.712533 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.712550 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.712564 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.712575 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.712585 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712595 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712605 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.712625 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3aed70] 2015-03-31 11:02:22.712634 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.712650 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.712661 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.712671 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) auth_unpin by 0x24afa300 on [inode 1000006b2ae [2,head] /test_small/small5/blarg10023 auth v178648 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3aed70] now 0+0 2015-03-31 11:02:22.712708 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407442 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712727 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407442 cr=0x9ae5f00) 2015-03-31 11:02:22.712730 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407442 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712734 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407442 cr=0x9ae5f00) #1000006026a 2015-03-31 11:02:22.712736 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.712737 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.712738 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.712750 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407442 cr=0x9ae5f00) 2015-03-31 11:02:22.712752 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.712767 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.712777 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.712791 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.712805 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.712819 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.712829 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.712840 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.712849 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.712869 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.712883 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.712896 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.712906 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.712916 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712926 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712935 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712945 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31312} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.712961 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407442 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712965 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407442 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.712976 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.712979 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.712983 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31313 2015-03-31 11:02:22.712985 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31313 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.713011 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407442 cr=0x9ae5f00) 2015-03-31 11:02:22.713018 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713044 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713058 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.713068 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.713077 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.713088 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.713098 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.713107 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.713128 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.713141 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.713151 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.713290 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407443 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.713309 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407443 cr=0xa250c80) 2015-03-31 11:02:22.713312 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407443 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.713316 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407443 cr=0xa250c80) #10000004e3c 2015-03-31 11:02:22.713318 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3c snap head 2015-03-31 11:02:22.713320 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.713321 7fbe462be700 10 mds.0.server ref is [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.713331 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407443 cr=0xa250c80) 2015-03-31 11:02:22.713333 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.713348 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.713359 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.713368 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.713374 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.713388 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.713402 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.713412 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.713422 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.713431 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x24afa300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.713440 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.713445 7fbe462be700 10 mds.0.cache.ino(10000004e3c) auth_pin by 0x24afa300 on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] now 1+0 2015-03-31 11:02:22.713453 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713467 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713481 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.713491 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.713502 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.713511 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.713520 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713527 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713534 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713551 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713576 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407443 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.713580 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407443 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.713590 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.713593 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.713596 7fbe462be700 10 mds.0.cache.ino(10000004e3c) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.713598 7fbe462be700 10 mds.0.cache.ino(10000004e3c) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.713611 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407443 cr=0xa250c80) 2015-03-31 11:02:22.713630 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713646 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713660 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.713670 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.713680 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.713689 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.713698 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713704 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713723 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713729 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.713735 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.713749 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.713760 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x24afa300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.713769 7fbe462be700 10 mds.0.cache.ino(10000004e3c) auth_unpin by 0x24afa300 on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c5580] now 0+0 2015-03-31 11:02:22.713835 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407444 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.713853 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407444 cr=0xa253700) 2015-03-31 11:02:22.713855 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407444 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.713858 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407444 cr=0xa253700) #1000006026a 2015-03-31 11:02:22.713860 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.713861 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.713863 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.713876 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407444 cr=0xa253700) 2015-03-31 11:02:22.713878 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.713893 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.713903 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.713912 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.713925 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.713940 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.713949 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.713960 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.713969 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.713980 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.713993 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.714007 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.714016 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.714026 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714036 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714046 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714056 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31313} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714073 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407444 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.714076 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407444 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.714097 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.714100 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.714103 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31314 2015-03-31 11:02:22.714107 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31314 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.714120 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407444 cr=0xa253700) 2015-03-31 11:02:22.714139 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.714155 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.714170 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.714181 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.714191 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714201 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714211 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714221 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.714231 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.714245 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.714255 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.714370 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407445 lookup #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.714386 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407445 cr=0xa251180) 2015-03-31 11:02:22.714389 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407445 lookup #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.714392 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407445 cr=0xa251180) #1000006026a/blarg10024 2015-03-31 11:02:22.714394 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.714396 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10024 [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock) v=177632 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e740] 2015-03-31 11:02:22.714405 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.714406 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407445 lookup #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.714415 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.714428 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407445 cr=0xa251180) 2015-03-31 11:02:22.754041 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407446 lookup #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754061 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407446 cr=0xa256900) 2015-03-31 11:02:22.754066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407446 lookup #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754069 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407446 cr=0xa256900) #1000006026a/blarg10024 2015-03-31 11:02:22.754071 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.754074 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10024 [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock) v=177632 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e740] 2015-03-31 11:02:22.754083 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.754085 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407446 lookup #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754098 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.754112 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407446 cr=0xa256900) 2015-03-31 11:02:22.754145 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407447 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754161 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407447 cr=0x3b08f00) 2015-03-31 11:02:22.754162 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407447 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754165 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407447 cr=0x3b08f00) #1000006026a 2015-03-31 11:02:22.754167 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.754168 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.754169 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.754186 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407447 cr=0x3b08f00) 2015-03-31 11:02:22.754189 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.754206 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.754217 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.754227 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.754241 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.754256 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.754266 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.754277 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.754286 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.754297 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754326 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754336 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754347 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754357 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754367 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754378 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31314} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754394 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407447 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754398 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407447 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754409 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.754412 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.754417 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31315 2015-03-31 11:02:22.754419 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31315 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.754459 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407447 cr=0x3b08f00) 2015-03-31 11:02:22.754478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754505 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754520 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754531 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754542 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754552 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754562 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754572 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754582 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.754596 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.754607 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.754642 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407448 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754660 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407448 cr=0x3b0e180) 2015-03-31 11:02:22.754662 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407448 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754665 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407448 cr=0x3b0e180) #1000006026a 2015-03-31 11:02:22.754667 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.754668 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.754669 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.754682 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407448 cr=0x3b0e180) 2015-03-31 11:02:22.754684 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.754698 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.754708 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.754717 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.754731 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.754745 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.754755 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.754765 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.754774 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.754792 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754806 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754820 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754830 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754853 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754861 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754871 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754880 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31315} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.754894 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407448 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754898 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407448 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.754908 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.754911 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.754914 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31316 2015-03-31 11:02:22.754916 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31316 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.754929 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407448 cr=0x3b0e180) 2015-03-31 11:02:22.754948 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754964 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.754978 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754989 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.754999 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.755020 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.755031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.755040 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.755050 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.755064 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.755074 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.755110 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407449 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.755127 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407449 cr=0x3b0be80) 2015-03-31 11:02:22.755130 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407449 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.755133 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407449 cr=0x3b0be80) #10000004e3c 2015-03-31 11:02:22.755135 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3c snap head 2015-03-31 11:02:22.755136 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.755137 7fbe462be700 10 mds.0.server ref is [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.755145 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407449 cr=0x3b0be80) 2015-03-31 11:02:22.755148 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.755163 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.755173 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.755182 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.755187 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.755200 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.755215 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.755224 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.755235 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.755255 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x24afa300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.755264 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.755269 7fbe462be700 10 mds.0.cache.ino(10000004e3c) auth_pin by 0x24afa300 on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] now 1+0 2015-03-31 11:02:22.755276 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.755290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.755303 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.755313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.755323 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.755332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.755341 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755348 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755366 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755372 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755384 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407449 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.755388 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407449 getattr Xs #10000004e3c 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.755396 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.755399 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.755402 7fbe462be700 10 mds.0.cache.ino(10000004e3c) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.755404 7fbe462be700 10 mds.0.cache.ino(10000004e3c) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.755416 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407449 cr=0x3b0be80) 2015-03-31 11:02:22.755435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.755451 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.755465 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.755475 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.755485 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.755505 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.755515 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755522 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755529 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755536 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c5580] 2015-03-31 11:02:22.755541 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.755555 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.755566 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x24afa300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.755575 7fbe462be700 10 mds.0.cache.ino(10000004e3c) auth_unpin by 0x24afa300 on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c5580] now 0+0 2015-03-31 11:02:22.755833 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407450 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.755850 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407450 cr=0x236ba580) 2015-03-31 11:02:22.755852 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407450 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.755855 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407450 cr=0x236ba580) #1000006026a 2015-03-31 11:02:22.755857 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.755859 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.755860 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.755874 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407450 cr=0x236ba580) 2015-03-31 11:02:22.755876 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.755890 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.755900 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.755909 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.755923 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.755937 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.755946 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.755957 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.755966 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.755976 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.755990 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756004 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756014 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756024 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756033 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756043 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756053 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31316} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756069 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407450 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.756073 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407450 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.756094 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.756097 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.756113 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31317 2015-03-31 11:02:22.756115 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31317 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.756128 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407450 cr=0x236ba580) 2015-03-31 11:02:22.756147 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756162 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756176 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756186 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756207 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31317} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756217 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31317} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756227 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31317} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31317} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756246 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.756260 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.756270 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31317} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.756584 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407451 create #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.756601 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407451 cr=0x237c6b80) 2015-03-31 11:02:22.756604 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756618 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:22.756619 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756629 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.756630 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756641 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756651 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756660 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756669 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.756670 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407451 create #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.756673 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10024 2015-03-31 11:02:22.756675 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407451 cr=0x237c6b80) #1000006026a/blarg10024 2015-03-31 11:02:22.756677 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10024 2015-03-31 11:02:22.756678 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.756679 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.756681 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178649 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.756689 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178649 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.756695 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10024 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178649 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.756704 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407451 cr=0x237c6b80) 2015-03-31 11:02:22.756709 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.756724 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.756734 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756744 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock) v=177632 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e740] 2015-03-31 11:02:22.756751 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.756764 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x24afa300 on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.756778 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.756792 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.756803 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.756812 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.756831 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock) v=177632 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e740] 2015-03-31 11:02:22.756837 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10024) auth_pin by 0x24afa300 on [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock) v=177632 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] now 1+0 2015-03-31 11:02:22.756856 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock) v=177632 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.756860 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177632 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.756866 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177632 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.756870 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177632 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.756876 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177632 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.756881 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10024) auth_pin by 0x676e898 on [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177632 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] now 2+0 2015-03-31 11:02:22.756887 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x24afa300) [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dn xlock x=1 by 0x24afa300) (dversion lock w=1 last_client=708310) v=177632 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.756892 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756907 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756920 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756933 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.756946 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756955 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756964 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756973 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.756983 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.756992 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757000 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757009 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757019 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757029 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757038 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757047 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757056 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757065 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757074 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757093 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2af ([1000006b2b0~373], 883 left) 2015-03-31 11:02:22.757096 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.757097 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2af [2,head] #1000006b2af auth v1 s=0 n() (iversion lock) 0x3f38bb18] 2015-03-31 11:02:22.757101 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178650 2015-03-31 11:02:22.757103 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10024) pre_dirty [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dn xlock x=1 by 0x24afa300) (dversion lock w=1 last_client=708310) pv=178650 v=177632 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.757110 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f38bb18] 2015-03-31 11:02:22.757117 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x24afa300 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178649 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:22.757126 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x28ed67d0 2015-03-31 11:02:22.757128 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178651 2015-03-31 11:02:22.757129 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178651 v=178649 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.757136 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178651 v=178649 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.757143 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f38bb18] 2015-03-31 11:02:22.757148 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.757150 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757163 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295222 2015-03-31 11:02:22.757164 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295222 v=3295220 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.757168 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295222 (current v 3295220) 2015-03-31 11:02:22.757169 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178651 v=178649 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=32+1572,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.757175 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.757177 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x24afa300 on [dir 10000000000 /test_small/ [2,head] auth v=3295221 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382335=382328+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:22.757185 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x47feeb0 2015-03-31 11:02:22.757187 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295223 2015-03-31 11:02:22.757188 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757199 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757209 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757220 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.757221 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.09059 ago, continuing 2015-03-31 11:02:22.757225 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 10000000000 [...2,head] /test_small/ auth v120410 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757236 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120412 2015-03-31 11:02:22.757237 7fbe462be700 10 mds.0.cache.den(1 test_small) pre_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120412 v=120410 ap=0+2 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:22.757241 7fbe462be700 10 mds.0.cache.ino(10000000000) pre_dirty 120412 (current v 120410) 2015-03-31 11:02:22.757242 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 10000000000 /test_small/ [2,head] auth pv=3295223 v=3295221 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382335=382328+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] 2015-03-31 11:02:22.757249 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.757251 7fbe462be700 10 mds.0.cache.dir(1) auth_pin by 0x24afa300 on [dir 1 / [2,head] auth v=120411 cv=119911/119911 dir_auth=0 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:58.000000 b422190196760 382342=382333+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] count now 1 + 2 2015-03-31 11:02:22.757261 7fbe462be700 10 mds.0.cache.dir(1) project_fnode 0x3b6c830 2015-03-31 11:02:22.757262 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120413 2015-03-31 11:02:22.757263 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757278 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757291 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757301 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.757302 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.09059 ago, continuing 2015-03-31 11:02:22.757304 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1 [...2,head] / auth v53468 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757323 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small [2,head] auth (dversion lock) pv=120412 v=120410 ap=0+2 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:22.757328 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757339 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295222 v=3295220 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.757342 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31317} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757355 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f38bb18] 2015-03-31 11:02:22.757362 7fbe462be700 10 mds.0.cache.ino(1000006b2af) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.757365 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757372 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.757374 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757382 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757389 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757396 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757403 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757409 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757416 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757422 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757428 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757434 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757441 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757447 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757453 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757459 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757466 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38bb18] 2015-03-31 11:02:22.757475 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.757476 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.757478 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f38bb18 tracedn 0x676e740 2015-03-31 11:02:22.757480 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x24afa300) [dentry #1/test_small/small5/blarg10024 [2,head] auth NULL (dn xlock x=1 by 0x24afa300) (dversion lock w=1 last_client=708310) pv=178650 v=177632 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e740] 2015-03-31 11:02:22.757487 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407451 create #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.757495 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.757498 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31318 2015-03-31 11:02:22.757500 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31318 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.757506 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.757508 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.757511 7fbe462be700 10 mds.0.cache.ino(1000006b2af) including xattrs version 0 2015-03-31 11:02:22.757547 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757576 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757607 7fbe406af700 5 mds.0.log _submit_thread 5419547207~2770 : EUpdate openc [metablob 1, 3 dirs] 2015-03-31 11:02:22.757591 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757626 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757641 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757653 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757664 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757675 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757686 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757698 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757709 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757720 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757731 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757741 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757807 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407452 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.757826 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407452 cr=0x237c1400) 2015-03-31 11:02:22.757829 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407452 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.757833 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407452 cr=0x237c1400) #1000006026a 2015-03-31 11:02:22.757835 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.757836 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.757837 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757850 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407452 cr=0x237c1400) 2015-03-31 11:02:22.757853 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757868 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757879 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757889 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757912 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.757927 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.757936 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.757947 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.757957 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.757967 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757982 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.757996 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758006 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758017 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758027 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758037 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758048 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31318} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758087 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407452 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.758091 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407452 getattr Xs #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.758101 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.758104 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.758109 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31319 2015-03-31 11:02:22.758111 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31319 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.758123 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407452 cr=0x237c1400) 2015-03-31 11:02:22.758143 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758158 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758172 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758183 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758204 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758214 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758225 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758234 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758244 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.758258 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.758268 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.758340 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407453 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.758358 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407453 cr=0x237c5780) 2015-03-31 11:02:22.758360 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407453 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.758363 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407453 cr=0x237c5780) #1000006b2af 2015-03-31 11:02:22.758365 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2af snap head 2015-03-31 11:02:22.758366 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.758367 7fbe462be700 10 mds.0.server ref is [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f38bb18] 2015-03-31 11:02:22.758381 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407453 cr=0x237c5780) 2015-03-31 11:02:22.758384 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758399 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758410 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758421 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f38bb18] 2015-03-31 11:02:22.758430 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758444 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.758459 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758469 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.758480 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758490 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.758500 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f38bb18] 2015-03-31 11:02:22.758509 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_pin by 0x28ebe400 on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f38bb18] now 1+0 2015-03-31 11:02:22.758519 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758534 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758549 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758560 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758570 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758581 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758601 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.758623 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.758638 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407453 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.758642 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407453 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.758651 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.758654 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.758657 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.758660 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.758673 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407453 cr=0x237c5780) 2015-03-31 11:02:22.758692 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758708 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.758722 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758733 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.758755 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758765 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.758776 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.758791 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.758801 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.758817 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.758828 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.758838 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_unpin by 0x28ebe400 on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38bb18] now 0+0 2015-03-31 11:02:22.799049 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407454 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.799070 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407454 cr=0x237c4880) 2015-03-31 11:02:22.799074 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407454 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.799078 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407454 cr=0x237c4880) #1000006b2af 2015-03-31 11:02:22.799080 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2af snap head 2015-03-31 11:02:22.799081 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.799082 7fbe462be700 10 mds.0.server ref is [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.799099 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407454 cr=0x237c4880) 2015-03-31 11:02:22.799102 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799121 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799133 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799144 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.799155 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799170 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.799185 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799195 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.799207 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799217 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.799228 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.799237 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_pin by 0x28ebe400 on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38bb18] now 1+0 2015-03-31 11:02:22.799248 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799264 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799279 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799300 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799341 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.799351 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.799366 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407454 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.799370 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407454 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.799381 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.799384 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.799389 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.799391 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.799405 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407454 cr=0x237c4880) 2015-03-31 11:02:22.799424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799440 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799455 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799476 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799487 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799497 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.799518 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.799528 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.799544 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.799555 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.799565 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_unpin by 0x28ebe400 on [inode 1000006b2af [2,head] {#1000006b2af /test_small/small5/blarg10024} auth v178650 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38bb18] now 0+0 2015-03-31 11:02:22.799603 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407455 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.799620 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407455 cr=0x237c5280) 2015-03-31 11:02:22.799622 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407455 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.799625 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407455 cr=0x237c5280) #1000006026a 2015-03-31 11:02:22.799627 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.799628 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.799629 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799644 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407455 cr=0x237c5280) 2015-03-31 11:02:22.799647 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799662 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799673 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799683 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53468 pv53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799697 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebe400 on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.799711 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799721 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.799732 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799742 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.799762 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799794 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.799807 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799816 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.799824 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799833 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799842 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799852 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799862 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.799871 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.799881 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x9393300 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:22.799883 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.803905 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3c follows 0 op update 2015-03-31 11:02:22.803909 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.803919 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.803921 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.803940 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.803941 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.803948 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.803957 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.803959 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.803970 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.803990 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.803996 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.803998 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804006 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804009 7fbe406af700 5 mds.0.log _submit_thread 5419549997~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.804013 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804019 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804024 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804030 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804037 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804044 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.804054 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.815012 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:22.815018 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:22.815027 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:22.815032 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) mark_dirty [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178649 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.815047 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10024) mark_dirty [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178650 v=177632 ap=2+0 inode=0x3f38bb18 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.815056 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178651 v=178650 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 32=32+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178650 2015-03-31 11:02:22.815067 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) mark_dirty_parent 2015-03-31 11:02:22.815069 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295220 pv3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 32=32+0) n(v1 rc2015-03-31 11:02:59.000000 33=32+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.815084 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295222 v=3295220 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.815088 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295223 v=3295222 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382335=382328+7)/n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382325=382318+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295222 2015-03-31 11:02:22.815099 7fbe43ab9700 10 mds.0.cache.ino(10000000000) mark_dirty [inode 10000000000 [...2,head] /test_small/ auth v120410 pv120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:58.000000 b422190090565 382326=382318+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815112 7fbe43ab9700 10 mds.0.cache.den(1 test_small) mark_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120412 v=120410 ap=0+3 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:22.815115 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120413 v=120412 cv=119911/119911 dir_auth=0 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:58.000000 b422190196760 382342=382333+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120412 2015-03-31 11:02:22.815126 7fbe43ab9700 10 mds.0.cache.ino(1) mark_dirty [inode 1 [...2,head] / auth v53468 pv53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815142 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178651 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178651 2015-03-31 11:02:22.815150 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295223 v=3295223 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295223 2015-03-31 11:02:22.815158 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120413 v=120413 cv=119911/119911 dir_auth=0 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:59.000000 b422190196760 382353=382344+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120413 2015-03-31 11:02:22.815168 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.815179 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:22.815182 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27506 client_caps(grant ino 1000006b2af 1851492 seq 4 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:02:59.000000) v4 2015-03-31 11:02:22.815212 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178650 ap=2+0 inode=0x3f38bb18 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.815233 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407451 create #1000006026a/blarg10024 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.815256 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2af 2015-03-31 11:02:22.815259 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178650 ap=2+0 inode=0x3f38bb18 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.815278 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178650 ap=2+0 inode=0x3f38bb18 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.815283 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178650 ap=2+0 inode=0x3f38bb18 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.815288 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10024) auth_unpin by 0x676e898 on [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178650 ap=1+0 inode=0x3f38bb18 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] now 1+0 2015-03-31 11:02:22.815295 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178650 ap=1+0 inode=0x3f38bb18 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.815301 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815331 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815346 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815360 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815373 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815384 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815394 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.815406 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.815417 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.815427 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:22.815430 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:22.815440 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.815451 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:22.815453 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407455 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.815456 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407455 cr=0x237c5280) #1000006026a 2015-03-31 11:02:22.815458 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.815459 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.815460 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815470 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407455 cr=0x237c5280) 2015-03-31 11:02:22.815484 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815499 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815510 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815520 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815534 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815545 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815555 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815570 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.815580 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815590 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815600 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815611 7fbe43ab9700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815621 7fbe43ab9700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (idft sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31319} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.815637 7fbe43ab9700 10 mds.0.server frag * offset '' 2015-03-31 11:02:22.815640 7fbe43ab9700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178651 cv=170705/170705 ap=1+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.815648 7fbe43ab9700 10 mds.0.server snapid head 2015-03-31 11:02:22.815653 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:22.815656 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815661 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:22.815663 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815667 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:22.815670 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815674 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:22.815676 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815679 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:22.815681 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815685 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:22.815686 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815689 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815691 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815694 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815696 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815699 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815701 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815704 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815706 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815709 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815711 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815714 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815715 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815719 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:22.815720 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815724 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815725 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815729 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815730 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815747 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815748 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815751 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815763 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815766 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815768 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815771 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815773 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815775 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:22.815777 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815797 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.815799 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815808 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.815810 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815813 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.815814 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815817 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.815819 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815821 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.815823 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815825 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:22.815827 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815830 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.815831 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815834 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.815835 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815838 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.815839 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815842 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.815843 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815846 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.815848 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815850 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.815852 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815854 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.815856 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815903 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407455 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 readdir num=33 bytes=9012 end=1 complete=1 2015-03-31 11:02:22.815909 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407455 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 readdir num=33 end=1 complete=1 2015-03-31 11:02:22.815912 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407455 readdir #1000006026a 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.815922 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.815925 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.815928 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31320 2015-03-31 11:02:22.815930 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31320 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.815942 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407455 cr=0x237c5280) 2015-03-31 11:02:22.815961 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815977 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.815991 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.816001 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.816011 7fbe43ab9700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816022 7fbe43ab9700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816032 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816041 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816063 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816072 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816082 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebe400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.816096 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebe400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.816106 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebe400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.816130 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816141 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816151 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816161 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178650 ap=1+0 inode=0x3f38bb18 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e740] 2015-03-31 11:02:22.816170 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816192 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407451 cr=0x237c6b80) 2015-03-31 11:02:22.816200 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x24afa300 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.816214 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x24afa300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.816225 7fbe43ab9700 10 mds.0.cache.dir(1) auth_unpin by 0x24afa300 on [dir 1 / [2,head] auth v=120413 cv=119911/119911 dir_auth=0 ap=0+0+1 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:59.000000 b422190196760 382353=382344+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=0 0x4758000] count now 0 + 1 2015-03-31 11:02:22.816235 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x24afa300 on [dir 10000000000 /test_small/ [2,head] auth v=3295223 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:22.816243 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x24afa300 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178651 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:22.816251 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x24afa300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.816261 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10024) auth_unpin by 0x24afa300 on [dentry #1/test_small/small5/blarg10024 [2,head] auth (dn sync l=1) (dversion lock) v=178650 inode=0x3f38bb18 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676e740] now 0+0 2015-03-31 11:02:22.816309 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407456 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.816341 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407456 cr=0x237c3480) 2015-03-31 11:02:22.816343 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407456 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.816347 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407456 cr=0x237c3480) #1000006b2af 2015-03-31 11:02:22.816349 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2af snap head 2015-03-31 11:02:22.816350 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.816352 7fbe462be700 10 mds.0.server ref is [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.816368 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407456 cr=0x237c3480) 2015-03-31 11:02:22.816372 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.816390 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.816402 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.816413 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.816423 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.816438 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.816454 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.816464 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.816476 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.816486 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.816507 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.816516 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_pin by 0x2367d000 on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] now 1+0 2015-03-31 11:02:22.816527 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.816542 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.816556 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.816577 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.816586 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816596 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816617 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.816626 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.816641 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407456 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.816645 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407456 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.816656 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.816660 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.816664 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:22.816667 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.816682 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407456 cr=0x237c3480) 2015-03-31 11:02:22.816701 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.816717 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.816731 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.816741 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.816751 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816761 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.816770 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.816797 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.816807 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.816822 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.816832 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.816843 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_unpin by 0x2367d000 on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] now 0+0 2015-03-31 11:02:22.818117 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3c follows 0 op update 2015-03-31 11:02:22.818121 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818132 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.818134 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.818152 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.818153 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818159 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818167 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.818170 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818175 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818182 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818187 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.818188 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818196 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818203 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818208 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818213 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.818214 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.818215 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e3c [2,head] /test_small/small1/blarg10024 auth v136866 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c5580] 2015-03-31 11:02:22.818222 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.858038 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407457 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.858060 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407457 cr=0x237c7a80) 2015-03-31 11:02:22.858064 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407457 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.858067 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407457 cr=0x237c7a80) #1000006b2af 2015-03-31 11:02:22.858069 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2af snap head 2015-03-31 11:02:22.858070 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.858071 7fbe462be700 10 mds.0.server ref is [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.858087 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407457 cr=0x237c7a80) 2015-03-31 11:02:22.858090 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.858107 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.858119 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.858129 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.858139 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.858153 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.858168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.858178 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.858190 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.858199 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.858210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] 2015-03-31 11:02:22.858219 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_pin by 0x2367d000 on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] now 1+0 2015-03-31 11:02:22.858229 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.858244 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.858259 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.858278 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.858300 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.858309 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.858318 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.858327 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.858342 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407457 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.858346 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407457 getattr Xs #1000006b2af 2015-03-31 11:02:59.000000) v2 2015-03-31 11:02:22.858357 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.858361 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.858365 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:22.858368 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.858382 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407457 cr=0x237c7a80) 2015-03-31 11:02:22.858401 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.858417 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.858432 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.858442 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.858452 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.858462 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.858472 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.858493 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38bb18] 2015-03-31 11:02:22.858503 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.858518 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.858530 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=0+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:22.858540 7fbe462be700 10 mds.0.cache.ino(1000006b2af) auth_unpin by 0x2367d000 on [inode 1000006b2af [2,head] /test_small/small5/blarg10024 auth v178650 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38bb18] now 0+0 2015-03-31 11:02:22.858894 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407458 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.858915 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407458 cr=0x237c5500) 2015-03-31 11:02:22.858917 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407458 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.858921 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407458 cr=0x237c5500) #10000004e42 2015-03-31 11:02:22.858922 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e42 snap head 2015-03-31 11:02:22.858924 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.858925 7fbe462be700 10 mds.0.server ref is [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.858939 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407458 cr=0x237c5500) 2015-03-31 11:02:22.858943 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.858960 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.858971 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.858981 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.858987 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.859001 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.859015 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.859025 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.859036 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.859045 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367d000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.859055 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.859061 7fbe462be700 10 mds.0.cache.ino(10000004e42) auth_pin by 0x2367d000 on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] now 1+0 2015-03-31 11:02:22.859069 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.859083 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.859097 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.859118 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.859128 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.859137 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.859157 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859164 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859169 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859174 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859188 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407458 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.859192 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407458 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.859203 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.859206 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.859210 7fbe462be700 10 mds.0.cache.ino(10000004e42) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.859213 7fbe462be700 10 mds.0.cache.ino(10000004e42) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.859226 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407458 cr=0x237c5500) 2015-03-31 11:02:22.859245 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.859262 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.859276 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.859286 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.859296 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.859306 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.859315 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859332 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859339 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859346 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.859351 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.859366 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.859377 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367d000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.859386 7fbe462be700 10 mds.0.cache.ino(10000004e42) auth_unpin by 0x2367d000 on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c4c48] now 0+0 2015-03-31 11:02:22.859769 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407459 lookup #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.859796 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407459 cr=0x237c5f00) 2015-03-31 11:02:22.859798 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407459 lookup #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.859801 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407459 cr=0x237c5f00) #1000006026a/blarg10025 2015-03-31 11:02:22.859804 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.859806 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10025 [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock) v=177634 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e920] 2015-03-31 11:02:22.859815 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.859817 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407459 lookup #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.859829 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.859842 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407459 cr=0x237c5f00) 2015-03-31 11:02:22.860313 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407460 lookup #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.860334 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407460 cr=0x237c2300) 2015-03-31 11:02:22.860336 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407460 lookup #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.860339 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407460 cr=0x237c2300) #1000006026a/blarg10025 2015-03-31 11:02:22.860341 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.860344 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10025 [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock) v=177634 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e920] 2015-03-31 11:02:22.860352 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.860354 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407460 lookup #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.860364 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.860376 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407460 cr=0x237c2300) 2015-03-31 11:02:22.860869 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407461 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.860891 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407461 cr=0x237c6400) 2015-03-31 11:02:22.860893 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407461 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.860897 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407461 cr=0x237c6400) #10000004e42 2015-03-31 11:02:22.860899 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e42 snap head 2015-03-31 11:02:22.860900 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.860901 7fbe462be700 10 mds.0.server ref is [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.860914 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407461 cr=0x237c6400) 2015-03-31 11:02:22.860917 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.860934 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.860945 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.860955 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.860961 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.860976 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.860990 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.861000 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.861011 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.861020 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367d000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.861030 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.861037 7fbe462be700 10 mds.0.cache.ino(10000004e42) auth_pin by 0x2367d000 on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] now 1+0 2015-03-31 11:02:22.861044 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.861059 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.861074 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.861094 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.861104 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.861124 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.861133 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861139 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861145 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861151 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861164 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407461 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.861168 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407461 getattr Xs #10000004e42 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.861178 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.861182 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.861186 7fbe462be700 10 mds.0.cache.ino(10000004e42) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.861188 7fbe462be700 10 mds.0.cache.ino(10000004e42) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.861202 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407461 cr=0x237c6400) 2015-03-31 11:02:22.861221 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.861237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.861252 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.861262 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.861272 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.861281 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.861290 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861308 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861315 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861321 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c4c48] 2015-03-31 11:02:22.861327 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.861341 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.861352 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367d000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.861361 7fbe462be700 10 mds.0.cache.ino(10000004e42) auth_unpin by 0x2367d000 on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c4c48] now 0+0 2015-03-31 11:02:22.861739 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407462 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.861762 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407462 cr=0x4a0c100) 2015-03-31 11:02:22.861766 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407462 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.861769 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407462 cr=0x4a0c100) #1000006026a 2015-03-31 11:02:22.861771 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.861773 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.861774 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.861796 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407462 cr=0x4a0c100) 2015-03-31 11:02:22.861799 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.861815 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.861826 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.861836 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.861850 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.861864 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.861874 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.861885 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.861895 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.861906 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.861920 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.861935 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.861946 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.861966 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.861987 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.861996 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.862006 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31320} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.862022 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407462 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.862026 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407462 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.862036 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.862040 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.862044 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31321 2015-03-31 11:02:22.862046 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31321 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.862061 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407462 cr=0x4a0c100) 2015-03-31 11:02:22.862080 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.862107 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.862122 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.862133 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.862143 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31321} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.862154 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31321} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.862175 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31321} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.862184 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31321} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.862195 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:22.862209 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:22.862220 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31321} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:22.862609 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407463 create #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.862630 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407463 cr=0x4a0a080) 2015-03-31 11:02:22.862634 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862651 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:22.862653 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862665 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.862666 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862678 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862688 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862698 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862707 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.862709 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407463 create #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.862712 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10025 2015-03-31 11:02:22.862713 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407463 cr=0x4a0a080) #1000006026a/blarg10025 2015-03-31 11:02:22.862715 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10025 2015-03-31 11:02:22.862717 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.862718 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.862719 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178651 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.862727 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178651 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.862734 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10025 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178651 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:22.862743 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407463 cr=0x4a0a080) 2015-03-31 11:02:22.862750 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.862766 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.862776 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862792 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock) v=177634 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e920] 2015-03-31 11:02:22.862798 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:22.862812 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.862836 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:22.862857 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:22.862868 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:22.862876 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+0 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:22.862885 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock) v=177634 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676e920] 2015-03-31 11:02:22.862890 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10025) auth_pin by 0x2367d000 on [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock) v=177634 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] now 1+0 2015-03-31 11:02:22.862895 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock) v=177634 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.862901 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177634 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.862907 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177634 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.862911 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177634 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.862916 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177634 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.862922 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10025) auth_pin by 0x676ea78 on [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177634 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] now 2+0 2015-03-31 11:02:22.862927 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2367d000) [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dn xlock x=1 by 0x2367d000) (dversion lock w=1 last_client=708310) v=177634 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.862932 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.862947 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.862960 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.862973 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.862986 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.862996 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863005 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863014 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863024 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863033 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863042 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863051 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863061 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863071 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863080 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863090 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863099 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863109 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863118 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863136 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b0 ([1000006b2b1~372], 882 left) 2015-03-31 11:02:22.863139 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.863141 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b0 [2,head] #1000006b2b0 auth v1 s=0 n() (iversion lock) 0x3f3c54f8] 2015-03-31 11:02:22.863145 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178652 2015-03-31 11:02:22.863146 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10025) pre_dirty [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dn xlock x=1 by 0x2367d000) (dversion lock w=1 last_client=708310) pv=178652 v=177634 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.863154 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3c54f8] 2015-03-31 11:02:22.863161 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2367d000 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:22.863170 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x2cc68bb0 2015-03-31 11:02:22.863172 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178653 2015-03-31 11:02:22.863173 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178653 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.863179 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178653 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.863185 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3c54f8] 2015-03-31 11:02:22.863190 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.863191 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863205 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295224 2015-03-31 11:02:22.863206 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295224 v=3295222 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.863210 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295224 (current v 3295222) 2015-03-31 11:02:22.863211 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178653 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.863218 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.863220 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2367d000 on [dir 10000000000 /test_small/ [2,head] auth v=3295223 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:22.863228 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9a32100 2015-03-31 11:02:22.863229 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295225 2015-03-31 11:02:22.863230 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863241 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863252 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863263 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.863264 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.106044 < 1, stopping 2015-03-31 11:02:22.863268 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863279 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.863282 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295224 v=3295222 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.863288 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31321} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863302 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3c54f8] 2015-03-31 11:02:22.863308 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.863311 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863319 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.863321 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863328 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863334 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863341 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863348 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863354 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863361 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863367 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863374 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863380 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863386 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863393 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863400 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863406 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863412 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863421 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.863422 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.863424 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3c54f8 tracedn 0x676e920 2015-03-31 11:02:22.863426 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2367d000) [dentry #1/test_small/small5/blarg10025 [2,head] auth NULL (dn xlock x=1 by 0x2367d000) (dversion lock w=1 last_client=708310) pv=178652 v=177634 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676e920] 2015-03-31 11:02:22.863433 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407463 create #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.863441 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.863444 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31322 2015-03-31 11:02:22.863447 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31322 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.863452 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.863455 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.863458 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) including xattrs version 0 2015-03-31 11:02:22.863495 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.863524 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.863538 7fbe406af700 5 mds.0.log _submit_thread 5419550856~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.863539 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.863551 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.863565 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863586 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863598 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863608 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.863618 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863630 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863642 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863653 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863664 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863674 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.863935 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407464 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.863954 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407464 cr=0x968b480) 2015-03-31 11:02:22.863957 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407464 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.863960 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407464 cr=0x968b480) #1000006b2b0 2015-03-31 11:02:22.863962 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b0 snap head 2015-03-31 11:02:22.863964 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.863965 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3c54f8] 2015-03-31 11:02:22.863978 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407464 cr=0x968b480) 2015-03-31 11:02:22.863981 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.863996 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864006 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864016 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3c54f8] 2015-03-31 11:02:22.864026 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864039 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.864054 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864063 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.864074 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864084 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.864094 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3c54f8] 2015-03-31 11:02:22.864104 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_pin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3c54f8] now 1+0 2015-03-31 11:02:22.864113 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864128 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864143 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864154 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864164 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864175 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864195 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.864216 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.864230 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407464 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.864235 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407464 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.864245 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.864249 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.864253 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.864255 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.864269 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407464 cr=0x968b480) 2015-03-31 11:02:22.864287 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864304 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864317 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864328 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864338 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864348 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864358 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.864379 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.864389 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.864404 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.864414 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.864425 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_unpin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] now 0+0 2015-03-31 11:02:22.864811 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407465 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.864831 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407465 cr=0x6883200) 2015-03-31 11:02:22.864834 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407465 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.864837 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407465 cr=0x6883200) #1000006b2b0 2015-03-31 11:02:22.864839 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b0 snap head 2015-03-31 11:02:22.864840 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.864842 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.864858 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407465 cr=0x6883200) 2015-03-31 11:02:22.864861 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864879 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864890 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864902 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.864912 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.864926 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.864941 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.864951 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.864962 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.864972 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.864982 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.864992 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_pin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] now 1+0 2015-03-31 11:02:22.865002 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.865028 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.865054 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.865063 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.865073 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.865083 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.865092 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.865101 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.865117 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407465 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.865121 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407465 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.865132 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.865135 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.865141 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.865144 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.865158 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407465 cr=0x6883200) 2015-03-31 11:02:22.865177 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.865194 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.865208 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.865219 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.865241 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.865252 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.865262 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.865273 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.865283 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.865298 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.865308 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.865319 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_unpin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] now 0+0 2015-03-31 11:02:22.868550 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e42 follows 0 op update 2015-03-31 11:02:22.868553 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868562 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.868564 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.868580 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.868581 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868587 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868594 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.868596 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868608 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868627 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868633 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.868635 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868643 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868647 7fbe406af700 5 mds.0.log _submit_thread 5419552496~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.868650 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868656 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868661 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868668 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868675 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868682 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.868691 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.908031 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407466 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.908052 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407466 cr=0x6883980) 2015-03-31 11:02:22.908057 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407466 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.908060 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407466 cr=0x6883980) #1000006b2b0 2015-03-31 11:02:22.908063 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b0 snap head 2015-03-31 11:02:22.908064 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.908065 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.908082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407466 cr=0x6883980) 2015-03-31 11:02:22.908085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.908103 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.908115 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.908127 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.908138 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.908152 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.908167 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.908177 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.908188 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.908198 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.908209 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.908219 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_pin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] now 1+0 2015-03-31 11:02:22.908229 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.908244 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.908270 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.908292 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.908302 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.908312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.908321 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.908331 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.908347 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407466 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.908351 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407466 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.908361 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.908365 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.908370 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:22.908372 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.908386 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407466 cr=0x6883980) 2015-03-31 11:02:22.908405 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.908421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.908435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.908445 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.908455 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.908466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.908476 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.908497 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.908507 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.908522 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.908533 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.908544 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_unpin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] now 0+0 2015-03-31 11:02:22.909738 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e42 follows 0 op update 2015-03-31 11:02:22.909742 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909753 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.909755 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.909773 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.909774 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909788 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909798 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:22.909799 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909805 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909812 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909818 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:22.909819 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909827 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909833 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909839 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909845 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:22.909847 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:22.909848 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e42 [2,head] /test_small/small1/blarg10025 auth v136868 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4c48] 2015-03-31 11:02:22.909855 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.949055 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407467 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.949072 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407467 cr=0x6884880) 2015-03-31 11:02:22.949075 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407467 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.949078 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407467 cr=0x6884880) #1000006b2b0 2015-03-31 11:02:22.949080 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b0 snap head 2015-03-31 11:02:22.949082 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.949083 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.949099 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407467 cr=0x6884880) 2015-03-31 11:02:22.949102 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949121 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949133 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.949145 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.949156 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949170 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.949185 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949195 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.949206 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.949217 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.949228 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:22.949238 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_pin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] now 1+0 2015-03-31 11:02:22.949249 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949264 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949279 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949300 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.949310 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.949321 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.949331 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.949348 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407467 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.949353 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407467 getattr Xs #1000006b2b0 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.949365 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.949370 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.949374 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:22.949378 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.949393 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407467 cr=0x6884880) 2015-03-31 11:02:22.949403 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949436 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949447 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949459 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.949470 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.949480 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.949492 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3c54f8] 2015-03-31 11:02:22.949502 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.949517 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.949528 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.949539 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) auth_unpin by 0x242c9400 on [inode 1000006b2b0 [2,head] {#1000006b2b0 /test_small/small5/blarg10025} auth v178652 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3c54f8] now 0+0 2015-03-31 11:02:22.949832 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407468 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.949850 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407468 cr=0x37d2580) 2015-03-31 11:02:22.949853 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407468 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.949856 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407468 cr=0x37d2580) #10000004e43 2015-03-31 11:02:22.949858 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e43 snap head 2015-03-31 11:02:22.949860 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.949861 7fbe462be700 10 mds.0.server ref is [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.949873 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407468 cr=0x37d2580) 2015-03-31 11:02:22.949876 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949892 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949902 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.949912 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.949918 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.949933 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.949947 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.949957 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.949968 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.949977 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242c9400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.949987 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.949993 7fbe462be700 10 mds.0.cache.ino(10000004e43) auth_pin by 0x242c9400 on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] now 1+0 2015-03-31 11:02:22.950001 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.950015 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.950030 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.950040 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.950051 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.950060 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.950070 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950077 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950084 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950091 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950106 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407468 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.950111 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407468 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.950122 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.950125 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.950130 7fbe462be700 10 mds.0.cache.ino(10000004e43) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:22.950132 7fbe462be700 10 mds.0.cache.ino(10000004e43) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.950147 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407468 cr=0x37d2580) 2015-03-31 11:02:22.950155 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.950172 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.950187 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.950199 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.950210 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.950219 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.950229 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950236 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950243 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950249 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.950255 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.950270 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.950281 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242c9400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.950290 7fbe462be700 10 mds.0.cache.ino(10000004e43) auth_unpin by 0x242c9400 on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c4310] now 0+0 2015-03-31 11:02:22.950567 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407469 lookup #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.950585 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407469 cr=0x37d7580) 2015-03-31 11:02:22.950586 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407469 lookup #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.950589 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407469 cr=0x37d7580) #1000006026a/blarg10026 2015-03-31 11:02:22.950591 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.950594 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10026 [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock) v=177636 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eb00] 2015-03-31 11:02:22.950602 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.950604 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407469 lookup #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.950614 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.950626 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407469 cr=0x37d7580) 2015-03-31 11:02:22.951039 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407470 lookup #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951059 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407470 cr=0x37d5500) 2015-03-31 11:02:22.951062 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407470 lookup #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951065 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407470 cr=0x37d5500) #1000006026a/blarg10026 2015-03-31 11:02:22.951067 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.951070 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10026 [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock) v=177636 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eb00] 2015-03-31 11:02:22.951078 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:22.951080 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407470 lookup #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951092 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.951104 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407470 cr=0x37d5500) 2015-03-31 11:02:22.951512 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407471 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951533 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407471 cr=0x2a508c80) 2015-03-31 11:02:22.951536 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407471 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951540 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407471 cr=0x2a508c80) #10000004e43 2015-03-31 11:02:22.951542 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e43 snap head 2015-03-31 11:02:22.951543 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.951544 7fbe462be700 10 mds.0.server ref is [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.951556 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407471 cr=0x2a508c80) 2015-03-31 11:02:22.951559 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.951577 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.951589 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.951599 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.951606 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.951620 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.951635 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.951645 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.951656 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:22.951666 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242c9400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:22.951675 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.951682 7fbe462be700 10 mds.0.cache.ino(10000004e43) auth_pin by 0x242c9400 on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] now 1+0 2015-03-31 11:02:22.951690 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.951705 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.951720 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.951732 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.951743 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.951752 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.951762 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951769 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951776 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951789 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951805 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407471 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951810 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407471 getattr Xs #10000004e43 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.951822 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.951826 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.951831 7fbe462be700 10 mds.0.cache.ino(10000004e43) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:22.951834 7fbe462be700 10 mds.0.cache.ino(10000004e43) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.951849 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407471 cr=0x2a508c80) 2015-03-31 11:02:22.951859 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.951876 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.951892 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.951903 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.951914 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.951923 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:22.951933 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951940 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951948 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951954 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c4310] 2015-03-31 11:02:22.951960 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.951975 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.951986 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242c9400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:22.951996 7fbe462be700 10 mds.0.cache.ino(10000004e43) auth_unpin by 0x242c9400 on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c4310] now 0+0 2015-03-31 11:02:22.952357 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407472 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.952379 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407472 cr=0x2a509900) 2015-03-31 11:02:22.952382 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407472 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.952385 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407472 cr=0x2a509900) #1000006026a 2015-03-31 11:02:22.952387 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.952389 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.952390 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952409 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407472 cr=0x2a509900) 2015-03-31 11:02:22.952412 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.952429 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.952440 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952452 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.952466 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.952482 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.952492 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.952503 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952514 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.952526 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.952541 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.952556 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.952567 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.952577 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952588 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952599 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952610 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31322} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952628 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407472 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.952633 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407472 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.952645 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.952648 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.952652 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31323 2015-03-31 11:02:22.952654 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31323 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.952669 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407472 cr=0x2a509900) 2015-03-31 11:02:22.952679 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.952696 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.952711 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.952722 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.952733 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952745 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952756 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952767 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.952777 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:22.952796 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:22.952807 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:22.953178 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407473 create #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.953198 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407473 cr=0xaeed500) 2015-03-31 11:02:22.953201 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407473 create #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.953204 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10026 2015-03-31 11:02:22.953205 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407473 cr=0xaeed500) #1000006026a/blarg10026 2015-03-31 11:02:22.953208 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10026 2015-03-31 11:02:22.953209 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:22.953210 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.953212 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178653 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.953222 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178653 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.953229 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10026 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178653 v=178651 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.953240 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407473 cr=0xaeed500) 2015-03-31 11:02:22.953246 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.953265 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953277 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953289 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock) v=177636 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953296 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.953311 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.953325 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953336 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.953347 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=1+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953358 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.953368 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock) v=177636 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953374 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10026) auth_pin by 0x242c9400 on [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock) v=177636 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] now 1+0 2015-03-31 11:02:22.953381 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock) v=177636 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953385 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177636 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953392 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177636 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953398 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177636 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953404 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177636 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953410 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10026) auth_pin by 0x676ec58 on [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177636 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] now 2+0 2015-03-31 11:02:22.953416 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242c9400) [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dn xlock x=1 by 0x242c9400) (dversion lock w=1 last_client=708310) v=177636 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953423 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.953439 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.953455 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.953469 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.953484 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953495 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953506 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953516 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953527 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953538 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953549 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953560 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953571 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953581 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953592 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953603 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953614 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953624 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953646 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b1 ([1000006b2b2~371], 881 left) 2015-03-31 11:02:22.953649 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:22.953651 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b1 [2,head] #1000006b2b1 auth v1 s=0 n() (iversion lock) 0x3f3f1ad0] 2015-03-31 11:02:22.953656 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178654 2015-03-31 11:02:22.953657 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10026) pre_dirty [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dn xlock x=1 by 0x242c9400) (dversion lock w=1 last_client=708310) pv=178654 v=177636 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953666 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3f1ad0] 2015-03-31 11:02:22.953673 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242c9400 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178654 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:22.953684 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x91d13f0 2015-03-31 11:02:22.953686 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178655 2015-03-31 11:02:22.953687 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178655 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.953694 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178655 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.953702 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3f1ad0] 2015-03-31 11:02:22.953707 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.953709 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295224 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953724 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295226 2015-03-31 11:02:22.953725 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295226 v=3295222 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.953729 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295226 (current v 3295222) 2015-03-31 11:02:22.953731 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178655 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:22.953740 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:22.953743 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242c9400 on [dir 10000000000 /test_small/ [2,head] auth pv=3295226 v=3295223 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:22.953751 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x6ff72d0 2015-03-31 11:02:22.953752 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295227 2015-03-31 11:02:22.953753 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953764 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953776 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953793 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:22.953795 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.196552 < 1, stopping 2015-03-31 11:02:22.953799 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.953811 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:22.953815 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295226 v=3295222 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:22.953822 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31323} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.953836 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3f1ad0] 2015-03-31 11:02:22.953844 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:22.953847 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953856 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.953857 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953866 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953873 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953881 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953888 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953896 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953904 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953910 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953916 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953922 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953930 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953938 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953946 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953952 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953960 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.953971 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:22.953972 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:22.953975 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3f1ad0 tracedn 0x676eb00 2015-03-31 11:02:22.953978 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242c9400) [dentry #1/test_small/small5/blarg10026 [2,head] auth NULL (dn xlock x=1 by 0x242c9400) (dversion lock w=1 last_client=708310) pv=178654 v=177636 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eb00] 2015-03-31 11:02:22.953985 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407473 create #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.953995 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.953999 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31324 2015-03-31 11:02:22.954001 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31324 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.954007 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:22.954010 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:22.954013 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) including xattrs version 0 2015-03-31 11:02:22.954041 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954059 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954081 7fbe406af700 5 mds.0.log _submit_thread 5419553355~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:22.954075 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954098 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954114 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954125 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954137 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954147 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954157 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954169 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954181 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954191 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954201 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954211 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954445 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407474 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.954465 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407474 cr=0xaee8c80) 2015-03-31 11:02:22.954468 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407474 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.954472 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407474 cr=0xaee8c80) #1000006b2b1 2015-03-31 11:02:22.954473 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b1 snap head 2015-03-31 11:02:22.954475 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.954476 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.954490 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407474 cr=0xaee8c80) 2015-03-31 11:02:22.954493 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954509 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954519 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954530 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.954540 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954554 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.954569 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954579 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.954590 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954600 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.954611 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3f1ad0] 2015-03-31 11:02:22.954621 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_pin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3f1ad0] now 1+0 2015-03-31 11:02:22.954631 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954647 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954661 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954672 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954683 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954693 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954704 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.954715 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.954732 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407474 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.954736 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407474 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.954747 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.954751 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.954756 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:22.954759 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.954773 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407474 cr=0xaee8c80) 2015-03-31 11:02:22.954786 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954803 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.954818 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954829 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.954840 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954850 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.954861 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.954872 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.954882 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.954897 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.954908 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.954919 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_unpin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] now 0+0 2015-03-31 11:02:22.955185 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407475 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.955203 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407475 cr=0x26d3df00) 2015-03-31 11:02:22.955206 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407475 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.955209 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407475 cr=0x26d3df00) #1000006b2b1 2015-03-31 11:02:22.955211 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b1 snap head 2015-03-31 11:02:22.955212 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:22.955213 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:22.955227 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407475 cr=0x26d3df00) 2015-03-31 11:02:22.955229 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.955245 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.955256 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.955267 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:22.955277 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.955291 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:22.955306 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.955316 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:22.955327 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.955338 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:22.955349 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:22.955358 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_pin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] now 1+0 2015-03-31 11:02:22.955369 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.955384 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.955399 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.955410 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.955421 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.955431 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.955441 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.955452 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.955469 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407475 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.955473 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407475 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:22.955485 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:22.955489 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:22.955493 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:22.955495 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:22.955510 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407475 cr=0x26d3df00) 2015-03-31 11:02:22.955518 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.955535 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.955550 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.955561 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:22.955572 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.955583 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:22.955594 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.955605 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:22.955615 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:22.955631 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:22.955642 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:22.955653 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_unpin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] now 0+0 2015-03-31 11:02:22.959974 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e43 follows 0 op update 2015-03-31 11:02:22.959979 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.959987 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:22.959989 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:22.960005 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:22.960006 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960012 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960020 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:22.960022 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960033 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960041 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960048 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:22.960050 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960058 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960065 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960068 7fbe406af700 5 mds.0.log _submit_thread 5419554995~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:22.960070 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960076 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960081 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960086 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960093 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:22.960103 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.000052 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407476 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.000074 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407476 cr=0x26d3af80) 2015-03-31 11:02:23.000078 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407476 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.000082 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407476 cr=0x26d3af80) #1000006b2b1 2015-03-31 11:02:23.000084 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b1 snap head 2015-03-31 11:02:23.000086 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.000087 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.000104 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407476 cr=0x26d3af80) 2015-03-31 11:02:23.000107 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.000125 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.000137 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.000150 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.000161 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.000175 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.000190 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.000200 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.000211 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.000222 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.000233 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.000243 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_pin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] now 1+0 2015-03-31 11:02:23.000254 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.000270 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.000285 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.000296 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.000307 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.000318 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.000328 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.000339 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.000357 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407476 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.000361 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407476 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.000374 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.000377 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.000383 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.000385 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.000400 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407476 cr=0x26d3af80) 2015-03-31 11:02:23.000410 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.000427 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.000443 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.000454 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.000465 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.000477 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.000488 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.000499 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.000510 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.000525 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.000537 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.000548 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_unpin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] now 0+0 2015-03-31 11:02:23.001868 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e43 follows 0 op update 2015-03-31 11:02:23.001872 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001884 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.001886 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.001904 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.001905 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001912 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001921 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.001923 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001928 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001935 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001941 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.001943 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001949 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001957 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001963 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001969 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.001970 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.001971 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e43 [2,head] /test_small/small1/blarg10026 auth v136870 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c4310] 2015-03-31 11:02:23.001979 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.041035 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407477 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.041057 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407477 cr=0x26d39900) 2015-03-31 11:02:23.041062 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407477 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.041065 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407477 cr=0x26d39900) #1000006b2b1 2015-03-31 11:02:23.041067 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b1 snap head 2015-03-31 11:02:23.041069 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.041070 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.041087 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407477 cr=0x26d39900) 2015-03-31 11:02:23.041090 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041109 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041121 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.041133 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.041144 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041158 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.041173 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041183 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.041195 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.041206 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.041217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.041227 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_pin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] now 1+0 2015-03-31 11:02:23.041238 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041278 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041289 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041300 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.041311 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.041321 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.041332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.041349 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407477 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.041353 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407477 getattr Xs #1000006b2b1 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.041365 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.041369 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.041373 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.041377 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.041392 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407477 cr=0x26d39900) 2015-03-31 11:02:23.041412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041429 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041444 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041456 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041467 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.041478 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.041489 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.041500 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3f1ad0] 2015-03-31 11:02:23.041510 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.041526 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.041537 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.041548 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) auth_unpin by 0x25c25500 on [inode 1000006b2b1 [2,head] {#1000006b2b1 /test_small/small5/blarg10026} auth v178654 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3f1ad0] now 0+0 2015-03-31 11:02:23.041834 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407478 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.041852 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407478 cr=0x26d3e180) 2015-03-31 11:02:23.041854 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407478 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.041857 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407478 cr=0x26d3e180) #10000004e37 2015-03-31 11:02:23.041859 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e37 snap head 2015-03-31 11:02:23.041861 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.041862 7fbe462be700 10 mds.0.server ref is [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.041874 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407478 cr=0x26d3e180) 2015-03-31 11:02:23.041877 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041893 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041903 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.041913 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.041919 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.041934 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.041948 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.041958 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.041969 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.041978 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.041987 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.041993 7fbe462be700 10 mds.0.cache.ino(10000004e37) auth_pin by 0x25c25500 on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] now 1+0 2015-03-31 11:02:23.042000 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.042015 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.042030 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.042040 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.042051 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.042060 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.042070 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042077 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042084 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042089 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042104 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407478 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.042119 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407478 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.042130 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.042133 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.042138 7fbe462be700 10 mds.0.cache.ino(10000004e37) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.042140 7fbe462be700 10 mds.0.cache.ino(10000004e37) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.042154 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407478 cr=0x26d3e180) 2015-03-31 11:02:23.042174 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.042191 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.042206 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.042217 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.042227 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.042237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.042246 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042254 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042261 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042267 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.042273 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.042288 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.042299 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.042308 7fbe462be700 10 mds.0.cache.ino(10000004e37) auth_unpin by 0x25c25500 on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c39d8] now 0+0 2015-03-31 11:02:23.042587 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407479 lookup #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.042604 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407479 cr=0x9cc4880) 2015-03-31 11:02:23.042606 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407479 lookup #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.042609 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407479 cr=0x9cc4880) #1000006026a/blarg10027 2015-03-31 11:02:23.042611 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.042613 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10027 [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock) v=177638 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ece0] 2015-03-31 11:02:23.042622 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.042623 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407479 lookup #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.042633 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.042644 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407479 cr=0x9cc4880) 2015-03-31 11:02:23.043129 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407480 lookup #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043151 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407480 cr=0x43d2800) 2015-03-31 11:02:23.043154 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407480 lookup #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043157 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407480 cr=0x43d2800) #1000006026a/blarg10027 2015-03-31 11:02:23.043159 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.043162 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10027 [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock) v=177638 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ece0] 2015-03-31 11:02:23.043170 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.043172 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407480 lookup #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043184 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.043198 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407480 cr=0x43d2800) 2015-03-31 11:02:23.043600 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407481 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043623 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407481 cr=0x60afa80) 2015-03-31 11:02:23.043625 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407481 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043628 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407481 cr=0x60afa80) #10000004e37 2015-03-31 11:02:23.043630 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e37 snap head 2015-03-31 11:02:23.043632 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.043633 7fbe462be700 10 mds.0.server ref is [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.043646 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407481 cr=0x60afa80) 2015-03-31 11:02:23.043649 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.043667 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.043679 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.043689 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.043695 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.043709 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.043724 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.043734 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.043745 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.043754 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.043764 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.043770 7fbe462be700 10 mds.0.cache.ino(10000004e37) auth_pin by 0x25c25500 on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] now 1+0 2015-03-31 11:02:23.043778 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.043799 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.043815 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.043827 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.043848 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.043857 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.043867 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.043874 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.043881 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.043886 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.043901 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407481 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043906 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407481 getattr Xs #10000004e37 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.043918 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.043921 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.043925 7fbe462be700 10 mds.0.cache.ino(10000004e37) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.043927 7fbe462be700 10 mds.0.cache.ino(10000004e37) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.043943 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407481 cr=0x60afa80) 2015-03-31 11:02:23.043963 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.043981 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.043996 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044008 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044019 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.044029 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.044039 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.044046 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.044054 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.044059 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c39d8] 2015-03-31 11:02:23.044066 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.044081 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.044092 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.044102 7fbe462be700 10 mds.0.cache.ino(10000004e37) auth_unpin by 0x25c25500 on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c39d8] now 0+0 2015-03-31 11:02:23.044316 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407482 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.044334 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407482 cr=0x60aa300) 2015-03-31 11:02:23.044336 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407482 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.044340 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407482 cr=0x60aa300) #1000006026a 2015-03-31 11:02:23.044342 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.044343 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.044344 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044360 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407482 cr=0x60aa300) 2015-03-31 11:02:23.044363 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.044378 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044387 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044398 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.044412 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.044427 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044436 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.044447 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044458 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.044469 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.044484 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.044499 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044510 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044521 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044532 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044543 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044553 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31324} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044572 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407482 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.044576 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407482 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.044598 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.044601 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.044604 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31325 2015-03-31 11:02:23.044606 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31325 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.044620 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407482 cr=0x60aa300) 2015-03-31 11:02:23.044640 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.044656 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.044671 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044682 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.044693 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044704 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044715 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044725 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.044735 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.044750 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.044760 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.045153 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407483 create #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.045173 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407483 cr=0x60ada00) 2015-03-31 11:02:23.045175 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407483 create #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.045178 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10027 2015-03-31 11:02:23.045180 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407483 cr=0x60ada00) #1000006026a/blarg10027 2015-03-31 11:02:23.045182 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10027 2015-03-31 11:02:23.045184 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.045185 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.045187 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178655 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.045198 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178655 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.045206 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10027 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178655 v=178651 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.045218 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407483 cr=0x60ada00) 2015-03-31 11:02:23.045223 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.045243 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045255 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045267 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock) v=177638 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045274 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.045289 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.045304 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045314 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.045325 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=2+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045336 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.045346 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock) v=177638 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045352 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10027) auth_pin by 0x25c25500 on [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock) v=177638 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] now 1+0 2015-03-31 11:02:23.045359 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock) v=177638 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045364 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177638 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045370 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177638 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045375 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177638 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045381 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177638 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045387 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10027) auth_pin by 0x676ee38 on [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177638 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] now 2+0 2015-03-31 11:02:23.045403 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x25c25500) [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dn xlock x=1 by 0x25c25500) (dversion lock w=1 last_client=708310) v=177638 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045409 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.045425 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.045440 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.045454 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.045469 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045480 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045490 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045500 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045511 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045522 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045532 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045543 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045554 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045564 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045575 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045586 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045596 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045607 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045626 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b2 ([1000006b2b3~370], 880 left) 2015-03-31 11:02:23.045629 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.045631 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b2 [2,head] #1000006b2b2 auth v1 s=0 n() (iversion lock) 0x3f3e3d90] 2015-03-31 11:02:23.045636 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178656 2015-03-31 11:02:23.045637 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10027) pre_dirty [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dn xlock x=1 by 0x25c25500) (dversion lock w=1 last_client=708310) pv=178656 v=177638 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045646 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3e3d90] 2015-03-31 11:02:23.045653 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x25c25500 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178656 v=178651 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:23.045663 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x265ae5c0 2015-03-31 11:02:23.045665 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178657 2015-03-31 11:02:23.045667 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178651 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.045674 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178651 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.045681 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3e3d90] 2015-03-31 11:02:23.045688 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.045690 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295226 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045705 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295228 2015-03-31 11:02:23.045706 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295228 v=3295222 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.045710 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295228 (current v 3295222) 2015-03-31 11:02:23.045711 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178651 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=33+1571,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.045720 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.045722 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x25c25500 on [dir 10000000000 /test_small/ [2,head] auth pv=3295228 v=3295223 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:23.045729 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x4a89810 2015-03-31 11:02:23.045731 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295229 2015-03-31 11:02:23.045732 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045743 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045754 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045766 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.045767 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.288533 < 1, stopping 2015-03-31 11:02:23.045772 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.045788 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.045793 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295228 v=3295222 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.045798 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31325} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.045812 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3e3d90] 2015-03-31 11:02:23.045819 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.045822 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045829 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.045830 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045840 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045847 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045855 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045862 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045870 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045877 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045884 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045891 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045898 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045905 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045913 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045919 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045924 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045931 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e3d90] 2015-03-31 11:02:23.045942 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.045943 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.045946 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3e3d90 tracedn 0x676ece0 2015-03-31 11:02:23.045948 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x25c25500) [dentry #1/test_small/small5/blarg10027 [2,head] auth NULL (dn xlock x=1 by 0x25c25500) (dversion lock w=1 last_client=708310) pv=178656 v=177638 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ece0] 2015-03-31 11:02:23.045956 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407483 create #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.045965 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.045969 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31326 2015-03-31 11:02:23.045971 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31326 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.045977 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.045981 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.045984 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) including xattrs version 0 2015-03-31 11:02:23.046023 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046042 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046059 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046066 7fbe406af700 5 mds.0.log _submit_thread 5419555854~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.046079 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046094 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046105 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046117 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046127 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046138 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046149 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046161 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046171 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046182 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046192 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046381 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407484 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.046402 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407484 cr=0x60ab480) 2015-03-31 11:02:23.046405 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407484 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.046409 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407484 cr=0x60ab480) #1000006b2b2 2015-03-31 11:02:23.046410 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b2 snap head 2015-03-31 11:02:23.046412 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.046413 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3e3d90] 2015-03-31 11:02:23.046427 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407484 cr=0x60ab480) 2015-03-31 11:02:23.046430 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046446 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046457 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046468 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3e3d90] 2015-03-31 11:02:23.046478 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046492 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.046506 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046516 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.046527 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046537 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.046548 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3e3d90] 2015-03-31 11:02:23.046557 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_pin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3e3d90] now 1+0 2015-03-31 11:02:23.046568 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046583 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046597 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046608 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046619 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046629 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046640 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.046650 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.046676 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407484 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.046680 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407484 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.046690 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.046695 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.046698 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.046701 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.046715 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407484 cr=0x60ab480) 2015-03-31 11:02:23.046735 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046752 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.046767 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046779 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.046794 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046805 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.046816 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.046828 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.046838 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.046853 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.046864 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.046874 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_unpin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] now 0+0 2015-03-31 11:02:23.047104 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407485 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.047123 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407485 cr=0x26459b80) 2015-03-31 11:02:23.047125 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407485 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.047128 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407485 cr=0x26459b80) #1000006b2b2 2015-03-31 11:02:23.047131 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b2 snap head 2015-03-31 11:02:23.047132 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.047133 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.047146 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407485 cr=0x26459b80) 2015-03-31 11:02:23.047149 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.047165 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.047175 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.047186 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.047196 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.047210 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.047225 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.047235 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.047246 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.047256 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.047267 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.047277 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_pin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] now 1+0 2015-03-31 11:02:23.047288 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.047303 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.047318 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.047329 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.047339 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.047350 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.047371 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.047381 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.047397 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407485 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.047401 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407485 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.047412 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.047417 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.047421 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.047425 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.047439 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407485 cr=0x26459b80) 2015-03-31 11:02:23.047459 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.047476 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.047490 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.047502 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.047513 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.047524 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.047534 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.047545 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.047555 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.047571 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.047581 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.047592 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_unpin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] now 0+0 2015-03-31 11:02:23.052116 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e37 follows 0 op update 2015-03-31 11:02:23.052120 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052131 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.052133 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.052152 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.052153 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052160 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052169 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.052170 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052182 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052191 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052198 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.052199 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052208 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052215 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052217 7fbe406af700 5 mds.0.log _submit_thread 5419557494~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.052222 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052227 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052233 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052239 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052244 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.052254 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.092037 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407486 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.092060 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407486 cr=0xb267080) 2015-03-31 11:02:23.092064 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407486 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.092068 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407486 cr=0xb267080) #1000006b2b2 2015-03-31 11:02:23.092070 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b2 snap head 2015-03-31 11:02:23.092071 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.092073 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.092090 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407486 cr=0xb267080) 2015-03-31 11:02:23.092093 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.092111 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.092123 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.092135 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.092146 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.092161 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.092177 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.092187 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.092198 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.092209 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.092220 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.092230 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_pin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] now 1+0 2015-03-31 11:02:23.092241 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.092257 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.092271 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.092282 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.092293 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.092304 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.092315 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.092326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.092344 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407486 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.092349 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407486 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.092361 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.092364 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.092370 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.092372 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.092388 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407486 cr=0xb267080) 2015-03-31 11:02:23.092397 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.092414 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.092430 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.092442 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.092453 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.092464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.092475 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.092486 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.092496 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.092512 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.092523 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.092534 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_unpin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] now 0+0 2015-03-31 11:02:23.093791 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e37 follows 0 op update 2015-03-31 11:02:23.093794 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093806 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.093808 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.093828 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.093829 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093836 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093844 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.093847 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093852 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093860 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093866 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.093867 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093875 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093883 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093888 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093893 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.093895 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.093896 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e37 [2,head] /test_small/small1/blarg10027 auth v136872 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c39d8] 2015-03-31 11:02:23.093903 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.120193 7fbe42eb4700 10 MDSInternalContextBase::complete: N3MDS10C_MDS_TickE 2015-03-31 11:02:23.120299 7fbe42eb4700 7 mds.0.cache trim max=10000000 cur=213230 2015-03-31 11:02:23.120312 7fbe42eb4700 10 mds.0.cache trim_client_leases 2015-03-31 11:02:23.120319 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10327 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178304 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d09f40] 2015-03-31 11:02:23.120339 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10328 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178306 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0a120] 2015-03-31 11:02:23.120351 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10329 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178308 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0a300] 2015-03-31 11:02:23.120359 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1033 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178310 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0a4e0] 2015-03-31 11:02:23.120369 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10330 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178312 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0a6c0] 2015-03-31 11:02:23.120378 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10331 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178314 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0a8a0] 2015-03-31 11:02:23.120387 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10332 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178316 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0aa80] 2015-03-31 11:02:23.120397 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10333 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178318 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ac60] 2015-03-31 11:02:23.120405 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10334 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178320 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ae40] 2015-03-31 11:02:23.120419 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10335 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178322 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0b020] 2015-03-31 11:02:23.120428 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10336 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178324 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0b200] 2015-03-31 11:02:23.120438 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10337 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178326 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0b3e0] 2015-03-31 11:02:23.120453 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10338 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178328 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0b5c0] 2015-03-31 11:02:23.120460 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10339 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178330 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0b7a0] 2015-03-31 11:02:23.120469 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1034 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178332 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0b980] 2015-03-31 11:02:23.120478 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10340 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178334 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0bb60] 2015-03-31 11:02:23.120486 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10341 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178336 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0bd40] 2015-03-31 11:02:23.120495 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10342 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178338 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0bf20] 2015-03-31 11:02:23.120503 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10343 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178340 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0c100] 2015-03-31 11:02:23.120512 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10344 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178342 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0c2e0] 2015-03-31 11:02:23.120522 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10345 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178344 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0c4c0] 2015-03-31 11:02:23.120529 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10346 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178346 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0c6a0] 2015-03-31 11:02:23.120539 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10347 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178348 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0c880] 2015-03-31 11:02:23.120547 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10348 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178350 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ca60] 2015-03-31 11:02:23.120556 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10349 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178352 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0cc40] 2015-03-31 11:02:23.120563 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1035 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178354 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ce20] 2015-03-31 11:02:23.120572 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10350 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178356 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0d000] 2015-03-31 11:02:23.120580 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10351 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178358 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0d1e0] 2015-03-31 11:02:23.120589 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10352 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178360 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0d3c0] 2015-03-31 11:02:23.120596 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10353 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178362 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0d5a0] 2015-03-31 11:02:23.120605 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10354 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178364 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0d780] 2015-03-31 11:02:23.120612 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10355 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178366 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0d960] 2015-03-31 11:02:23.120621 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10356 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178368 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0db40] 2015-03-31 11:02:23.120629 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10357 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178370 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0dd20] 2015-03-31 11:02:23.120637 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10358 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178372 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0df00] 2015-03-31 11:02:23.120645 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10359 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178374 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0e0e0] 2015-03-31 11:02:23.120654 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1036 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178376 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0e2c0] 2015-03-31 11:02:23.120665 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10360 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178378 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0e4a0] 2015-03-31 11:02:23.120673 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10361 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178380 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0e680] 2015-03-31 11:02:23.120682 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10362 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178382 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0e860] 2015-03-31 11:02:23.120697 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10363 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178384 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ea40] 2015-03-31 11:02:23.120706 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10364 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178386 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ec20] 2015-03-31 11:02:23.120715 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10365 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178388 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0ee00] 2015-03-31 11:02:23.120723 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10366 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178390 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0efe0] 2015-03-31 11:02:23.120738 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10367 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178392 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0f1c0] 2015-03-31 11:02:23.120748 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10368 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178394 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0f3a0] 2015-03-31 11:02:23.120756 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10369 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178396 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0f580] 2015-03-31 11:02:23.120765 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1037 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178398 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0f760] 2015-03-31 11:02:23.120773 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10370 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178400 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0f940] 2015-03-31 11:02:23.120781 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10371 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178402 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0fb20] 2015-03-31 11:02:23.120801 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10372 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178404 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0fd00] 2015-03-31 11:02:23.120809 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10373 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178406 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d0fee0] 2015-03-31 11:02:23.120818 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10374 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178408 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d100c0] 2015-03-31 11:02:23.120828 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10375 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178410 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d102a0] 2015-03-31 11:02:23.120837 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10376 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178412 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10480] 2015-03-31 11:02:23.120844 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10377 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178414 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10660] 2015-03-31 11:02:23.120853 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10378 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178416 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10840] 2015-03-31 11:02:23.120861 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10379 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178418 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10a20] 2015-03-31 11:02:23.120870 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1038 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178420 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10c00] 2015-03-31 11:02:23.120878 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10380 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178422 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10de0] 2015-03-31 11:02:23.120887 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10381 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178424 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d10fc0] 2015-03-31 11:02:23.120896 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10382 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178426 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d111a0] 2015-03-31 11:02:23.120906 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10383 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178428 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11380] 2015-03-31 11:02:23.120915 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10384 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178430 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11560] 2015-03-31 11:02:23.120924 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10385 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178432 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11740] 2015-03-31 11:02:23.120932 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10386 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178434 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11920] 2015-03-31 11:02:23.120941 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10387 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178436 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11b00] 2015-03-31 11:02:23.120967 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10388 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178438 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11ce0] 2015-03-31 11:02:23.120976 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10389 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178440 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d11ec0] 2015-03-31 11:02:23.120985 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1039 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178442 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d120a0] 2015-03-31 11:02:23.120993 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10390 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178444 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12280] 2015-03-31 11:02:23.121002 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10391 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178446 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12460] 2015-03-31 11:02:23.121011 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10392 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178448 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12640] 2015-03-31 11:02:23.121019 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10393 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178450 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12820] 2015-03-31 11:02:23.121027 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10394 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178452 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12a00] 2015-03-31 11:02:23.121037 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10395 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178454 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12be0] 2015-03-31 11:02:23.121047 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10396 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178456 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12dc0] 2015-03-31 11:02:23.121059 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10397 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178458 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d12fa0] 2015-03-31 11:02:23.121068 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10398 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178460 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13180] 2015-03-31 11:02:23.121078 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10399 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178462 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13360] 2015-03-31 11:02:23.121087 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg104 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178464 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13540] 2015-03-31 11:02:23.121096 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1040 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178466 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13720] 2015-03-31 11:02:23.121105 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10400 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178468 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13900] 2015-03-31 11:02:23.121113 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10401 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178470 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13ae0] 2015-03-31 11:02:23.121122 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10402 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178472 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13cc0] 2015-03-31 11:02:23.121130 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10403 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178474 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d13ea0] 2015-03-31 11:02:23.121139 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10404 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178476 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14080] 2015-03-31 11:02:23.121148 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10405 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178478 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14260] 2015-03-31 11:02:23.121158 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10406 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178480 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14440] 2015-03-31 11:02:23.121165 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10407 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178482 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14620] 2015-03-31 11:02:23.121174 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10408 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178484 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14800] 2015-03-31 11:02:23.121182 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10409 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178486 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d149e0] 2015-03-31 11:02:23.121218 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1041 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178488 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14bc0] 2015-03-31 11:02:23.121227 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10410 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178490 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14da0] 2015-03-31 11:02:23.121237 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10411 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178492 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d14f80] 2015-03-31 11:02:23.121245 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10412 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178494 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d15160] 2015-03-31 11:02:23.121254 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10413 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178496 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d15340] 2015-03-31 11:02:23.121263 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10414 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178498 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d15520] 2015-03-31 11:02:23.121271 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10415 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178500 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d15700] 2015-03-31 11:02:23.121280 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10416 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178502 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1f0c0] 2015-03-31 11:02:23.121291 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10417 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178504 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1f2a0] 2015-03-31 11:02:23.121302 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10418 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178506 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1f480] 2015-03-31 11:02:23.121311 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10419 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178508 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1f660] 2015-03-31 11:02:23.121318 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg1042 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178510 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1f840] 2015-03-31 11:02:23.121327 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10420 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178512 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1fa20] 2015-03-31 11:02:23.121335 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10421 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178514 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1fc00] 2015-03-31 11:02:23.121344 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10422 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178516 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1fde0] 2015-03-31 11:02:23.121352 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10423 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178518 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d1ffc0] 2015-03-31 11:02:23.121361 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10424 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178520 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d201a0] 2015-03-31 11:02:23.121371 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10425 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178522 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d20380] 2015-03-31 11:02:23.121380 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10426 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178524 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d20560] 2015-03-31 11:02:23.121387 7fbe42eb4700 10 mds.0.cache expiring client.708310 lease of [dentry #1/test_small/small5/blarg10427 [2,head] auth NULL (dn sync l=1) (dversion lock) v=178526 inode=0 | request=0 lock=0 inodepin=0 dirty=1 authpin=0 clientlease=1 0x3d20740] 2015-03-31 11:02:23.121395 7fbe42eb4700 10 mds.0.cache trim_client_leases pool 1 trimmed 112 leases, 65 left 2015-03-31 11:02:23.123316 7fbe42eb4700 2 mds.0.cache check_memory_usage total 1457024, rss 1116172, heap 43920, malloc 850287 mmap 0, baseline 39824, buffers 0, max 1048576, 110052 / 210065 inodes have caps, 110069 caps, 0.523976 caps per inode 2015-03-31 11:02:23.123336 7fbe42eb4700 10 mds.0.log trim 30 / 30 segments, 25628 / -1 events, 0 (0) expiring, 0 (0) expired 2015-03-31 11:02:23.123342 7fbe42eb4700 10 mds.0.log _trim_expired_segments waiting for 2072696/5380790067 to expire 2015-03-31 11:02:23.123389 7fbe42eb4700 10 mds.0.locker scatter_tick 2015-03-31 11:02:23.123396 7fbe42eb4700 10 mds.0.server find_idle_sessions. laggy until 0.000000 2015-03-31 11:02:23.123402 7fbe42eb4700 10 mds.0.cache find_stale_fragment_freeze 2015-03-31 11:02:23.123405 7fbe42eb4700 10 mds.0.snap check_osd_map - version unchanged 2015-03-31 11:02:23.133031 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407487 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.133056 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407487 cr=0xb264880) 2015-03-31 11:02:23.133058 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407487 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.133062 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407487 cr=0xb264880) #1000006b2b2 2015-03-31 11:02:23.133063 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b2 snap head 2015-03-31 11:02:23.133065 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.133066 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.133083 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407487 cr=0xb264880) 2015-03-31 11:02:23.133087 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133105 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133117 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.133128 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.133139 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133153 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.133168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133177 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.133188 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.133199 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.133210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.133220 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_pin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] now 1+0 2015-03-31 11:02:23.133230 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133245 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133269 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133291 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133301 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.133310 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.133320 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.133329 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.133344 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407487 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.133349 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407487 getattr Xs #1000006b2b2 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.133359 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.133363 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.133368 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.133370 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.133384 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407487 cr=0xb264880) 2015-03-31 11:02:23.133403 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133419 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133434 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133445 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133455 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.133466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=4+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.133487 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.133498 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e3d90] 2015-03-31 11:02:23.133508 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.133523 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.133534 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.133544 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) auth_unpin by 0x2a625500 on [inode 1000006b2b2 [2,head] {#1000006b2b2 /test_small/small5/blarg10027} auth v178656 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e3d90] now 0+0 2015-03-31 11:02:23.133846 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407488 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.133863 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407488 cr=0x5e8c380) 2015-03-31 11:02:23.133866 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407488 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.133869 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407488 cr=0x5e8c380) #10000004e3b 2015-03-31 11:02:23.133871 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3b snap head 2015-03-31 11:02:23.133873 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.133874 7fbe462be700 10 mds.0.server ref is [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.133884 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407488 cr=0x5e8c380) 2015-03-31 11:02:23.133887 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133902 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133913 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.133922 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.133929 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.133943 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.133956 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.133966 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.133976 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.133983 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a625500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.133993 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.133998 7fbe462be700 10 mds.0.cache.ino(10000004e3b) auth_pin by 0x2a625500 on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] now 1+0 2015-03-31 11:02:23.134005 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.134020 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.134034 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.134045 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.134055 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.134064 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.134074 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134079 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134084 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134091 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134126 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407488 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.134130 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407488 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.134140 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.134143 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.134148 7fbe462be700 10 mds.0.cache.ino(10000004e3b) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.134150 7fbe462be700 10 mds.0.cache.ino(10000004e3b) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.134163 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407488 cr=0x5e8c380) 2015-03-31 11:02:23.134182 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.134198 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.134212 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.134222 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.134232 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.134241 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.134250 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134268 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134275 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134281 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.134286 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.134301 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.134312 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a625500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.134321 7fbe462be700 10 mds.0.cache.ino(10000004e3b) auth_unpin by 0x2a625500 on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c30a0] now 0+0 2015-03-31 11:02:23.134599 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407489 lookup #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.134616 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407489 cr=0x25f4ee00) 2015-03-31 11:02:23.134618 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407489 lookup #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.134621 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407489 cr=0x25f4ee00) #1000006026a/blarg10028 2015-03-31 11:02:23.134623 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.134625 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10028 [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock) v=177640 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eec0] 2015-03-31 11:02:23.134633 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.134634 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407489 lookup #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.134643 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.134655 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407489 cr=0x25f4ee00) 2015-03-31 11:02:23.135124 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407490 lookup #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135145 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407490 cr=0x26903700) 2015-03-31 11:02:23.135147 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407490 lookup #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135150 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407490 cr=0x26903700) #1000006026a/blarg10028 2015-03-31 11:02:23.135152 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.135155 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10028 [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock) v=177640 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eec0] 2015-03-31 11:02:23.135163 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.135164 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407490 lookup #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135176 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.135188 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407490 cr=0x26903700) 2015-03-31 11:02:23.135608 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407491 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135630 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407491 cr=0x5410f00) 2015-03-31 11:02:23.135632 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407491 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135635 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407491 cr=0x5410f00) #10000004e3b 2015-03-31 11:02:23.135637 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3b snap head 2015-03-31 11:02:23.135639 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.135640 7fbe462be700 10 mds.0.server ref is [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.135663 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407491 cr=0x5410f00) 2015-03-31 11:02:23.135666 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.135684 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.135696 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.135706 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.135713 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.135728 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.135743 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.135753 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.135765 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.135774 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a625500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.135791 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.135797 7fbe462be700 10 mds.0.cache.ino(10000004e3b) auth_pin by 0x2a625500 on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] now 1+0 2015-03-31 11:02:23.135808 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.135804 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.135819 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.135834 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.135845 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.135856 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.135866 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.135876 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.135883 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.135890 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.135897 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.135910 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407491 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135915 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407491 getattr Xs #10000004e3b 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.135927 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.135932 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.135936 7fbe462be700 10 mds.0.cache.ino(10000004e3b) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.135940 7fbe462be700 10 mds.0.cache.ino(10000004e3b) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.135956 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407491 cr=0x5410f00) 2015-03-31 11:02:23.135965 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.135983 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.135998 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136010 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136021 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.136030 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.136040 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.136046 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.136053 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.136060 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c30a0] 2015-03-31 11:02:23.136066 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.136091 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.136102 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a625500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.136111 7fbe462be700 10 mds.0.cache.ino(10000004e3b) auth_unpin by 0x2a625500 on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c30a0] now 0+0 2015-03-31 11:02:23.136160 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.136177 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.136179 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b0) mark_dirty [inode 1000006b2b0 [2,head] /test_small/small5/blarg10025 auth v178651 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:23.136194 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10025) mark_dirty [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178652 v=177634 ap=2+0 inode=0x3f3c54f8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136204 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178652 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 33=33+0) hs=34+1570,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178652 2015-03-31 11:02:23.136214 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b0) mark_dirty_parent 2015-03-31 11:02:23.136216 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295222 pv3295228 ap=3+1 f(v0 m2015-03-31 11:02:59.000000 33=33+0) n(v1 rc2015-03-31 11:02:59.000000 34=33+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136231 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295228 v=3295222 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.136235 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295229 v=3295224 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295224 2015-03-31 11:02:23.136245 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178653 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 34=34+0) hs=34+1570,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178653 2015-03-31 11:02:23.136253 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295229 v=3295225 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382337=382330+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295225 2015-03-31 11:02:23.136263 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b0 [2,head] /test_small/small5/blarg10025 auth v178652 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3c54f8] 2015-03-31 11:02:23.136273 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.136276 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27507 client_caps(grant ino 1000006b2b0 1851493 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.136308 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178652 ap=2+0 inode=0x3f3c54f8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136329 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407463 create #1000006026a/blarg10025 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.136341 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b0 2015-03-31 11:02:23.136345 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178652 ap=2+0 inode=0x3f3c54f8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136354 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178652 ap=2+0 inode=0x3f3c54f8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136360 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178652 ap=2+0 inode=0x3f3c54f8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136365 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10025) auth_unpin by 0x676ea78 on [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178652 ap=1+0 inode=0x3f3c54f8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] now 1+0 2015-03-31 11:02:23.136372 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178652 ap=1+0 inode=0x3f3c54f8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136377 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136392 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136406 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136428 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=3) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136449 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178652 ap=1+0 inode=0x3f3c54f8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676e920] 2015-03-31 11:02:23.136465 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407463 cr=0x4a0a080) 2015-03-31 11:02:23.136483 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d000 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.136501 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d000 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.136512 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2367d000 on [dir 10000000000 /test_small/ [2,head] auth pv=3295229 v=3295225 cv=3287205/3287205 ap=2+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382337=382330+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 4 2015-03-31 11:02:23.136523 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2367d000 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178653 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 34=34+0) hs=34+1570,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:23.136531 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.136543 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10025) auth_unpin by 0x2367d000 on [dentry #1/test_small/small5/blarg10025 [2,head] auth (dn sync l=1) (dversion lock) v=178652 inode=0x3f3c54f8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676e920] now 0+0 2015-03-31 11:02:23.136568 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.136572 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407492 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.136596 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407492 cr=0x45a5c80) 2015-03-31 11:02:23.136599 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407492 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.136603 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407492 cr=0x45a5c80) #1000006026a 2015-03-31 11:02:23.136604 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.136606 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.136607 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136626 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407492 cr=0x45a5c80) 2015-03-31 11:02:23.136629 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.136646 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136658 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136669 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.136684 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.136699 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136709 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.136721 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136731 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.136742 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.136767 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.136785 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136796 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136807 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136828 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136838 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136859 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31326} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136875 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407492 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.136879 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407492 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.136889 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.136893 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.136896 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31327 2015-03-31 11:02:23.136898 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31327 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.136912 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407492 cr=0x45a5c80) 2015-03-31 11:02:23.136931 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.136947 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.136961 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136972 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.136982 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.136992 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137014 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137023 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137033 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.137047 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.137057 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.137110 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.137127 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.137129 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b1) mark_dirty [inode 1000006b2b1 [2,head] /test_small/small5/blarg10026 auth v178653 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.137145 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10026) mark_dirty [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178654 v=177636 ap=2+0 inode=0x3f3f1ad0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137154 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178654 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 34=34+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178654 2015-03-31 11:02:23.137165 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b1) mark_dirty_parent 2015-03-31 11:02:23.137167 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295224 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 34=34+0) n(v1 rc2015-03-31 11:03:00.000000 35=34+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137182 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295228 v=3295224 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.137186 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295229 v=3295226 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382337=382330+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295226 2015-03-31 11:02:23.137197 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178655 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178655 2015-03-31 11:02:23.137204 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295229 v=3295227 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382338=382331+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295227 2015-03-31 11:02:23.137213 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b1 [2,head] /test_small/small5/blarg10026 auth v178654 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3f1ad0] 2015-03-31 11:02:23.137224 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.137226 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27508 client_caps(grant ino 1000006b2b1 1851494 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.137258 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178654 ap=2+0 inode=0x3f3f1ad0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137284 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407473 create #1000006026a/blarg10026 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.137296 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b1 2015-03-31 11:02:23.137300 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178654 ap=2+0 inode=0x3f3f1ad0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137309 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178654 ap=2+0 inode=0x3f3f1ad0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137316 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178654 ap=2+0 inode=0x3f3f1ad0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137321 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10026) auth_unpin by 0x676ec58 on [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178654 ap=1+0 inode=0x3f3f1ad0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] now 1+0 2015-03-31 11:02:23.137328 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178654 ap=1+0 inode=0x3f3f1ad0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137335 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137350 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137372 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137383 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137394 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178654 ap=1+0 inode=0x3f3f1ad0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eb00] 2015-03-31 11:02:23.137421 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407473 cr=0xaeed500) 2015-03-31 11:02:23.137429 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242c9400 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.137446 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c9400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.137458 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242c9400 on [dir 10000000000 /test_small/ [2,head] auth pv=3295229 v=3295227 cv=3287205/3287205 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382338=382331+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 3 2015-03-31 11:02:23.137468 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242c9400 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178655 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:23.137476 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c9400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.137488 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10026) auth_unpin by 0x242c9400 on [dentry #1/test_small/small5/blarg10026 [2,head] auth (dn sync l=1) (dversion lock) v=178654 inode=0x3f3f1ad0 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676eb00] now 0+0 2015-03-31 11:02:23.137513 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.137516 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407493 create #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.137540 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407493 cr=0x23fbcb00) 2015-03-31 11:02:23.137542 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407493 create #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.137545 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10028 2015-03-31 11:02:23.137547 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407493 cr=0x23fbcb00) #1000006026a/blarg10028 2015-03-31 11:02:23.137549 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10028 2015-03-31 11:02:23.137550 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.137552 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.137553 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178655 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.137564 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178655 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.137572 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10028 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178657 v=178655 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.137584 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407493 cr=0x23fbcb00) 2015-03-31 11:02:23.137589 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.137609 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137622 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137634 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock) v=177640 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137641 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.137656 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.137671 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137681 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.137693 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137703 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.137724 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock) v=177640 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137729 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10028) auth_pin by 0x2a625500 on [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock) v=177640 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] now 1+0 2015-03-31 11:02:23.137735 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock) v=177640 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137742 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177640 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137748 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177640 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137752 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177640 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137768 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177640 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137773 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10028) auth_pin by 0x676f018 on [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177640 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] now 2+0 2015-03-31 11:02:23.137779 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2a625500) [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dn xlock x=1 by 0x2a625500) (dversion lock w=1 last_client=708310) v=177640 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.137800 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.137815 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.137828 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.137840 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.137853 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137863 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137872 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137881 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.137891 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137900 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137910 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137921 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137930 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137939 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137949 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137958 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137968 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137977 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.137996 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b3 ([1000006b2b4~36f], 879 left) 2015-03-31 11:02:23.137999 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.138000 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b3 [2,head] #1000006b2b3 auth v1 s=0 n() (iversion lock) 0x3f3a1030] 2015-03-31 11:02:23.138005 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178658 2015-03-31 11:02:23.138006 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10028) pre_dirty [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dn xlock x=1 by 0x2a625500) (dversion lock w=1 last_client=708310) pv=178658 v=177640 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.138014 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3a1030] 2015-03-31 11:02:23.138021 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2a625500 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178658 v=178655 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:23.138030 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3c332e0 2015-03-31 11:02:23.138032 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178659 2015-03-31 11:02:23.138033 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178655 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.138039 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178655 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.138047 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3a1030] 2015-03-31 11:02:23.138053 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.138055 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295228 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138068 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295230 2015-03-31 11:02:23.138069 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295230 v=3295226 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.138073 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295230 (current v 3295226) 2015-03-31 11:02:23.138075 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178655 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=35+1569,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.138083 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.138084 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2a625500 on [dir 10000000000 /test_small/ [2,head] auth pv=3295230 v=3295227 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382338=382331+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:23.138093 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x91d0fd0 2015-03-31 11:02:23.138094 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295231 2015-03-31 11:02:23.138095 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138106 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138116 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138127 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.138129 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.380903 < 1, stopping 2015-03-31 11:02:23.138133 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138143 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.138147 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295230 v=3295226 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.138152 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31327} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138166 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3a1030] 2015-03-31 11:02:23.138172 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.138175 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138183 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.138185 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138193 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138199 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138205 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138212 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138219 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138225 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138232 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138238 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138244 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138251 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138258 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138264 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138270 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138277 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a1030] 2015-03-31 11:02:23.138287 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.138288 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.138290 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3a1030 tracedn 0x676eec0 2015-03-31 11:02:23.138292 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2a625500) [dentry #1/test_small/small5/blarg10028 [2,head] auth NULL (dn xlock x=1 by 0x2a625500) (dversion lock w=1 last_client=708310) pv=178658 v=177640 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676eec0] 2015-03-31 11:02:23.138299 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407493 create #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.138307 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.138310 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31328 2015-03-31 11:02:23.138312 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31328 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.138318 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.138321 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.138324 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) including xattrs version 0 2015-03-31 11:02:23.138361 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.138389 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.138404 7fbe406af700 5 mds.0.log _submit_thread 5419558353~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.138405 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.138417 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.138431 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138453 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138464 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138474 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138484 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138497 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138508 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138518 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138529 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138539 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138574 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.138591 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.138593 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b2) mark_dirty [inode 1000006b2b2 [2,head] /test_small/small5/blarg10027 auth v178655 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.138609 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10027) mark_dirty [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178656 v=177638 ap=2+0 inode=0x3f3e3d90 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138618 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178656 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 35=35+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178656 2015-03-31 11:02:23.138629 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b2) mark_dirty_parent 2015-03-31 11:02:23.138631 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295226 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 35=35+0) n(v1 rc2015-03-31 11:03:00.000000 36=35+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138646 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295230 v=3295226 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.138650 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295231 v=3295228 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382338=382331+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295228 2015-03-31 11:02:23.138661 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178657 2015-03-31 11:02:23.138669 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295231 v=3295229 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382339=382332+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295229 2015-03-31 11:02:23.138679 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b2 [2,head] /test_small/small5/blarg10027 auth v178656 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e3d90] 2015-03-31 11:02:23.138700 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.138702 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27509 client_caps(grant ino 1000006b2b2 1851495 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.138733 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178656 ap=2+0 inode=0x3f3e3d90 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138743 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407483 create #1000006026a/blarg10027 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.138755 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b2 2015-03-31 11:02:23.138759 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178656 ap=2+0 inode=0x3f3e3d90 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138768 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178656 ap=2+0 inode=0x3f3e3d90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138775 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178656 ap=2+0 inode=0x3f3e3d90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138781 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10027) auth_unpin by 0x676ee38 on [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178656 ap=1+0 inode=0x3f3e3d90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] now 1+0 2015-03-31 11:02:23.138798 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178656 ap=1+0 inode=0x3f3e3d90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138804 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.138820 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138832 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138844 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.138855 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178656 ap=1+0 inode=0x3f3e3d90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ece0] 2015-03-31 11:02:23.138873 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407483 cr=0x60ada00) 2015-03-31 11:02:23.138881 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.138898 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.138909 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x25c25500 on [dir 10000000000 /test_small/ [2,head] auth pv=3295231 v=3295229 cv=3287205/3287205 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382339=382332+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 3 2015-03-31 11:02:23.138920 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x25c25500 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178657 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:23.138928 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.138940 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10027) auth_unpin by 0x25c25500 on [dentry #1/test_small/small5/blarg10027 [2,head] auth (dn sync l=1) (dversion lock) v=178656 inode=0x3f3e3d90 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676ece0] now 0+0 2015-03-31 11:02:23.138967 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407494 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.138988 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407494 cr=0x51da300) 2015-03-31 11:02:23.138990 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407494 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.138993 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407494 cr=0x51da300) #1000006b2b3 2015-03-31 11:02:23.138995 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b3 snap head 2015-03-31 11:02:23.138996 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.138997 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3a1030] 2015-03-31 11:02:23.139010 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407494 cr=0x51da300) 2015-03-31 11:02:23.139013 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139029 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139040 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139051 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3a1030] 2015-03-31 11:02:23.139060 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139075 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.139089 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139099 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.139110 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139120 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.139131 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3a1030] 2015-03-31 11:02:23.139141 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_pin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3a1030] now 1+0 2015-03-31 11:02:23.139151 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139176 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139190 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139200 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139210 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139230 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139252 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.139261 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.139275 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407494 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.139279 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407494 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.139289 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.139292 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.139296 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.139299 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.139312 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407494 cr=0x51da300) 2015-03-31 11:02:23.139331 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139347 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139360 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139371 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139380 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139391 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139401 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.139422 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.139432 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.139447 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.139457 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.139468 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_unpin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] now 0+0 2015-03-31 11:02:23.139687 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407495 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.139704 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407495 cr=0x9f78280) 2015-03-31 11:02:23.139706 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407495 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.139709 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407495 cr=0x9f78280) #1000006b2b3 2015-03-31 11:02:23.139711 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b3 snap head 2015-03-31 11:02:23.139713 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.139714 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.139726 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407495 cr=0x9f78280) 2015-03-31 11:02:23.139729 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139744 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139754 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139765 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.139774 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139793 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.139807 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139817 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.139828 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139837 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.139848 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.139857 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_pin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] now 1+0 2015-03-31 11:02:23.139867 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139882 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.139896 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139906 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.139917 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139927 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.139948 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.139969 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.139983 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407495 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.139988 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407495 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.139998 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.140001 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.140005 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.140008 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.140020 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407495 cr=0x9f78280) 2015-03-31 11:02:23.140039 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.140055 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.140069 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.140080 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.140090 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.140100 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.140121 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.140131 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.140141 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.140155 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.140166 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.140177 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_unpin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] now 0+0 2015-03-31 11:02:23.143739 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3b follows 0 op update 2015-03-31 11:02:23.143743 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143754 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.143756 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.143773 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.143774 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143781 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143793 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.143795 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143806 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143826 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143832 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.143834 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143842 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143846 7fbe406af700 5 mds.0.log _submit_thread 5419559993~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.143849 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143854 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143859 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143866 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143871 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143878 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.143888 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.183041 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407496 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.183063 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407496 cr=0x26d3c600) 2015-03-31 11:02:23.183067 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407496 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.183071 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407496 cr=0x26d3c600) #1000006b2b3 2015-03-31 11:02:23.183073 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b3 snap head 2015-03-31 11:02:23.183075 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.183076 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.183093 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407496 cr=0x26d3c600) 2015-03-31 11:02:23.183096 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.183113 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.183125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.183137 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.183147 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.183161 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.183175 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.183185 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.183196 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.183207 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.183217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.183227 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_pin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] now 1+0 2015-03-31 11:02:23.183237 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.183252 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.183266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.183287 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.183308 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.183317 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.183327 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.183336 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.183351 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407496 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.183355 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407496 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.183366 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.183370 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.183373 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.183377 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.183391 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407496 cr=0x26d3c600) 2015-03-31 11:02:23.183410 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.183426 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.183441 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.183451 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.183462 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.183472 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.183493 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.183504 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.183513 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.183528 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.183539 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.183549 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_unpin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] now 0+0 2015-03-31 11:02:23.184799 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3b follows 0 op update 2015-03-31 11:02:23.184802 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184814 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.184816 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.184834 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.184835 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184842 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184850 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.184852 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184857 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184865 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184871 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.184872 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184879 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184885 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184891 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184897 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.184898 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.184900 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e3b [2,head] /test_small/small1/blarg10028 auth v136874 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c30a0] 2015-03-31 11:02:23.184907 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.218025 7fbe426b3700 10 mds.beacon.cephnautilus01 _send up:active seq 17074 2015-03-31 11:02:23.218340 7fbe462be700 10 mds.beacon.cephnautilus01 handle_mds_beacon up:active seq 17074 rtt 0.000300 2015-03-31 11:02:23.224028 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407497 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.224050 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407497 cr=0xa255780) 2015-03-31 11:02:23.224054 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407497 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.224058 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407497 cr=0xa255780) #1000006b2b3 2015-03-31 11:02:23.224059 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b3 snap head 2015-03-31 11:02:23.224061 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.224062 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.224079 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407497 cr=0xa255780) 2015-03-31 11:02:23.224082 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224100 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224111 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.224123 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.224133 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224148 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.224162 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224172 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.224183 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.224194 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.224204 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.224214 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_pin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] now 1+0 2015-03-31 11:02:23.224224 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224240 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224264 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224286 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224295 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.224305 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.224315 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.224324 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.224340 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407497 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.224343 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407497 getattr Xs #1000006b2b3 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.224354 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.224358 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.224362 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.224365 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.224378 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407497 cr=0xa255780) 2015-03-31 11:02:23.224398 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224414 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224428 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224439 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224449 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.224459 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.224480 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.224491 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a1030] 2015-03-31 11:02:23.224501 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.224516 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.224527 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.224537 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) auth_unpin by 0x2367c600 on [inode 1000006b2b3 [2,head] {#1000006b2b3 /test_small/small5/blarg10028} auth v178658 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a1030] now 0+0 2015-03-31 11:02:23.224839 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407498 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.224857 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407498 cr=0xa250f00) 2015-03-31 11:02:23.224859 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407498 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.224862 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407498 cr=0xa250f00) #10000004e54 2015-03-31 11:02:23.224864 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e54 snap head 2015-03-31 11:02:23.224866 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.224867 7fbe462be700 10 mds.0.server ref is [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.224878 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407498 cr=0xa250f00) 2015-03-31 11:02:23.224881 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224897 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224907 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.224916 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.224922 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.224935 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.224949 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.224958 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.224969 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.224977 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367c600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.224987 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.224992 7fbe462be700 10 mds.0.cache.ino(10000004e54) auth_pin by 0x2367c600 on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] now 1+0 2015-03-31 11:02:23.224999 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.225014 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.225028 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.225038 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.225048 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.225057 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.225066 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225074 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225080 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225096 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225121 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407498 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.225126 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407498 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.225136 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.225139 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.225143 7fbe462be700 10 mds.0.cache.ino(10000004e54) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.225145 7fbe462be700 10 mds.0.cache.ino(10000004e54) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.225158 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407498 cr=0xa250f00) 2015-03-31 11:02:23.225177 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.225193 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.225207 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.225217 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.225228 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.225236 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.225257 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225264 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225271 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225277 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.225283 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.225298 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.225309 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367c600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.225318 7fbe462be700 10 mds.0.cache.ino(10000004e54) auth_unpin by 0x2367c600 on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c2768] now 0+0 2015-03-31 11:02:23.225593 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407499 lookup #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.225610 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407499 cr=0xa251e00) 2015-03-31 11:02:23.225613 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407499 lookup #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.225617 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407499 cr=0xa251e00) #1000006026a/blarg10029 2015-03-31 11:02:23.225619 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.225621 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10029 [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock) v=177642 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.225629 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.225630 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407499 lookup #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.225639 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.225650 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407499 cr=0xa251e00) 2015-03-31 11:02:23.226114 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407500 lookup #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226133 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407500 cr=0x940f080) 2015-03-31 11:02:23.226137 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407500 lookup #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226140 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407500 cr=0x940f080) #1000006026a/blarg10029 2015-03-31 11:02:23.226142 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.226145 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10029 [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock) v=177642 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.226153 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.226155 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407500 lookup #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226167 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.226179 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407500 cr=0x940f080) 2015-03-31 11:02:23.226610 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407501 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226631 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407501 cr=0xa928f00) 2015-03-31 11:02:23.226635 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407501 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226639 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407501 cr=0xa928f00) #10000004e54 2015-03-31 11:02:23.226641 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e54 snap head 2015-03-31 11:02:23.226642 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.226643 7fbe462be700 10 mds.0.server ref is [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.226655 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407501 cr=0xa928f00) 2015-03-31 11:02:23.226658 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.226676 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.226687 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.226697 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.226703 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.226718 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.226732 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.226742 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.226753 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.226762 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367c600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.226771 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.226777 7fbe462be700 10 mds.0.cache.ino(10000004e54) auth_pin by 0x2367c600 on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] now 1+0 2015-03-31 11:02:23.226790 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.226805 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.226829 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.226840 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.226861 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.226870 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.226878 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.226885 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.226890 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.226896 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.226909 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407501 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226913 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407501 getattr Xs #10000004e54 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.226924 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.226927 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.226931 7fbe462be700 10 mds.0.cache.ino(10000004e54) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.226934 7fbe462be700 10 mds.0.cache.ino(10000004e54) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.226948 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407501 cr=0xa928f00) 2015-03-31 11:02:23.226967 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.226983 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.226997 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227008 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227018 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.227027 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.227047 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.227054 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.227060 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.227067 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c2768] 2015-03-31 11:02:23.227072 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.227087 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.227097 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367c600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.227106 7fbe462be700 10 mds.0.cache.ino(10000004e54) auth_unpin by 0x2367c600 on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c2768] now 0+0 2015-03-31 11:02:23.227376 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407502 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.227394 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407502 cr=0x2645ad00) 2015-03-31 11:02:23.227397 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407502 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.227400 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407502 cr=0x2645ad00) #1000006026a 2015-03-31 11:02:23.227402 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.227403 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.227404 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227419 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407502 cr=0x2645ad00) 2015-03-31 11:02:23.227421 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.227436 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227446 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227456 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.227469 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.227483 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227492 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.227503 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227513 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.227524 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.227538 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.227551 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227562 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227572 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227582 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227593 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227603 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31328} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227621 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407502 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.227635 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407502 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.227657 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.227660 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.227663 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31329 2015-03-31 11:02:23.227665 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31329 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.227678 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407502 cr=0x2645ad00) 2015-03-31 11:02:23.227696 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.227712 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.227726 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227736 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.227746 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227757 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227779 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227791 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.227800 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.227814 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.227825 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.228214 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407503 create #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.228235 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407503 cr=0x9ae2800) 2015-03-31 11:02:23.228237 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407503 create #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.228240 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10029 2015-03-31 11:02:23.228241 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407503 cr=0x9ae2800) #1000006026a/blarg10029 2015-03-31 11:02:23.228244 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10029 2015-03-31 11:02:23.228245 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.228246 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.228248 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178657 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.228258 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178657 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.228265 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10029 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178659 v=178657 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.228276 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407503 cr=0x9ae2800) 2015-03-31 11:02:23.228282 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.228301 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228312 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228324 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock) v=177642 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228331 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.228345 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.228360 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228370 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.228382 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228392 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.228403 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock) v=177642 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228408 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10029) auth_pin by 0x2367c600 on [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock) v=177642 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] now 1+0 2015-03-31 11:02:23.228415 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock) v=177642 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228420 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177642 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228436 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177642 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228441 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177642 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228446 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177642 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228464 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10029) auth_pin by 0x676f1f8 on [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177642 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] now 2+0 2015-03-31 11:02:23.228469 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2367c600) [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dn xlock x=1 by 0x2367c600) (dversion lock w=1 last_client=708310) v=177642 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228475 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.228490 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.228503 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.228516 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.228529 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228539 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228549 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228558 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228568 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228578 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228588 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228598 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228607 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228617 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228627 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228636 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228646 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228655 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228674 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b4 ([1000006b2b5~36e], 878 left) 2015-03-31 11:02:23.228677 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.228678 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b4 [2,head] #1000006b2b4 auth v1 s=0 n() (iversion lock) 0x3f41e0a8] 2015-03-31 11:02:23.228682 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178660 2015-03-31 11:02:23.228683 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10029) pre_dirty [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dn xlock x=1 by 0x2367c600) (dversion lock w=1 last_client=708310) pv=178660 v=177642 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228691 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f41e0a8] 2015-03-31 11:02:23.228698 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2367c600 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178660 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:23.228707 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9682ec0 2015-03-31 11:02:23.228708 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178661 2015-03-31 11:02:23.228709 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178661 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.228715 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178661 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.228722 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f41e0a8] 2015-03-31 11:02:23.228728 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.228730 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295230 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228743 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295232 2015-03-31 11:02:23.228744 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295232 v=3295228 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.228748 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295232 (current v 3295228) 2015-03-31 11:02:23.228749 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178661 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.228755 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.228757 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2367c600 on [dir 10000000000 /test_small/ [2,head] auth pv=3295232 v=3295229 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382339=382332+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:23.228766 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2cc6a1b0 2015-03-31 11:02:23.228768 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295233 2015-03-31 11:02:23.228769 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228781 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228795 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228806 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.228808 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.471581 < 1, stopping 2015-03-31 11:02:23.228812 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.228822 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.228826 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295232 v=3295228 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.228830 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31329} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.228843 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f41e0a8] 2015-03-31 11:02:23.228850 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.228853 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228860 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.228862 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228870 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228876 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228883 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228889 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228896 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228903 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228909 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228916 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228921 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228926 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228933 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228939 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228945 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228952 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f41e0a8] 2015-03-31 11:02:23.228962 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.228963 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.228966 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f41e0a8 tracedn 0x676f0a0 2015-03-31 11:02:23.228968 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2367c600) [dentry #1/test_small/small5/blarg10029 [2,head] auth NULL (dn xlock x=1 by 0x2367c600) (dversion lock w=1 last_client=708310) pv=178660 v=177642 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f0a0] 2015-03-31 11:02:23.228975 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407503 create #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.228983 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.228987 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31330 2015-03-31 11:02:23.228989 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31330 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.228994 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.228997 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.229000 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) including xattrs version 0 2015-03-31 11:02:23.229036 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229065 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229080 7fbe406af700 5 mds.0.log _submit_thread 5419560852~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.229080 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229093 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229107 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229129 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229141 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229151 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229162 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229174 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229185 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229196 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229207 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229217 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229468 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407504 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.229487 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407504 cr=0x9ae6400) 2015-03-31 11:02:23.229489 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407504 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.229493 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407504 cr=0x9ae6400) #1000006b2b4 2015-03-31 11:02:23.229494 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b4 snap head 2015-03-31 11:02:23.229496 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.229497 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f41e0a8] 2015-03-31 11:02:23.229510 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407504 cr=0x9ae6400) 2015-03-31 11:02:23.229513 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229527 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229538 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229548 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f41e0a8] 2015-03-31 11:02:23.229557 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229571 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.229586 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229595 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.229606 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229616 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.229627 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f41e0a8] 2015-03-31 11:02:23.229636 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_pin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f41e0a8] now 1+0 2015-03-31 11:02:23.229645 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229660 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229674 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229685 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229695 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229706 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229726 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.229747 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.229762 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407504 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.229766 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407504 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.229776 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.229779 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.229786 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.229788 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.229802 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407504 cr=0x9ae6400) 2015-03-31 11:02:23.229821 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229837 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.229852 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229862 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.229872 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229883 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.229904 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.229914 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.229925 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.229939 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.229950 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.229960 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_unpin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] now 0+0 2015-03-31 11:02:23.230207 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407505 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.230225 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407505 cr=0x9ae1b80) 2015-03-31 11:02:23.230228 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407505 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.230231 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407505 cr=0x9ae1b80) #1000006b2b4 2015-03-31 11:02:23.230233 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b4 snap head 2015-03-31 11:02:23.230234 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.230235 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.230247 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407505 cr=0x9ae1b80) 2015-03-31 11:02:23.230249 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.230264 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.230275 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.230286 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.230295 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.230309 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.230323 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.230333 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.230344 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.230353 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.230364 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.230374 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_pin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] now 1+0 2015-03-31 11:02:23.230383 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.230398 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.230412 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.230423 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.230433 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.230444 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.230464 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.230486 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.230500 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407505 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.230504 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407505 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.230514 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.230517 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.230520 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.230524 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.230537 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407505 cr=0x9ae1b80) 2015-03-31 11:02:23.230555 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.230571 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.230585 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.230595 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.230604 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.230626 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.230636 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.230647 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.230656 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.230670 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.230681 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.230691 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_unpin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] now 0+0 2015-03-31 11:02:23.234674 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e54 follows 0 op update 2015-03-31 11:02:23.234678 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234689 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.234691 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.234709 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.234710 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234717 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234725 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.234727 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234737 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234757 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234763 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.234765 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234773 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234777 7fbe406af700 5 mds.0.log _submit_thread 5419562492~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.234780 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234800 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234807 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234814 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234821 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234827 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.234836 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.274022 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407506 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.274044 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407506 cr=0x9ae1400) 2015-03-31 11:02:23.274048 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407506 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.274052 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407506 cr=0x9ae1400) #1000006b2b4 2015-03-31 11:02:23.274054 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b4 snap head 2015-03-31 11:02:23.274056 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.274057 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.274074 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407506 cr=0x9ae1400) 2015-03-31 11:02:23.274077 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.274095 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.274107 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.274118 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.274129 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.274143 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.274158 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.274168 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.274179 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.274189 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.274199 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.274209 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_pin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] now 1+0 2015-03-31 11:02:23.274220 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.274235 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.274260 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.274282 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.274291 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.274301 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.274311 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.274320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.274336 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407506 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.274339 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407506 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.274350 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.274353 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.274358 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.274360 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.274374 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407506 cr=0x9ae1400) 2015-03-31 11:02:23.274393 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.274409 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.274424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.274434 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.274445 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.274455 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.274476 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.274487 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.274497 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.274511 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.274521 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.274531 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_unpin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] now 0+0 2015-03-31 11:02:23.275811 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e54 follows 0 op update 2015-03-31 11:02:23.275814 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275826 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.275828 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.275846 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.275847 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275854 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275862 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.275864 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275869 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275877 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275883 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.275884 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275891 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275898 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275902 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275908 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.275910 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.275911 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e54 [2,head] /test_small/small1/blarg10029 auth v136876 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c2768] 2015-03-31 11:02:23.275918 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.315031 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407507 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.315055 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407507 cr=0x9ae0a00) 2015-03-31 11:02:23.315058 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407507 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.315061 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407507 cr=0x9ae0a00) #1000006b2b4 2015-03-31 11:02:23.315063 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b4 snap head 2015-03-31 11:02:23.315065 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.315066 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.315082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407507 cr=0x9ae0a00) 2015-03-31 11:02:23.315085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315103 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315115 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.315126 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.315137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315151 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.315165 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315175 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.315186 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.315196 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.315207 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.315216 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_pin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] now 1+0 2015-03-31 11:02:23.315226 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315242 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315289 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315298 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.315307 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.315317 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.315326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.315341 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407507 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.315346 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407507 getattr Xs #1000006b2b4 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.315356 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.315360 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.315364 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.315366 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.315380 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407507 cr=0x9ae0a00) 2015-03-31 11:02:23.315399 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315415 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315429 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315440 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315450 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.315461 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.315482 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.315492 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f41e0a8] 2015-03-31 11:02:23.315502 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.315517 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.315528 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.315539 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) auth_unpin by 0x242cda00 on [inode 1000006b2b4 [2,head] {#1000006b2b4 /test_small/small5/blarg10029} auth v178660 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f41e0a8] now 0+0 2015-03-31 11:02:23.315858 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407508 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.315876 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407508 cr=0x682d000) 2015-03-31 11:02:23.315878 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407508 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.315881 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407508 cr=0x682d000) #100000003ef 2015-03-31 11:02:23.315883 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003ef snap head 2015-03-31 11:02:23.315885 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.315886 7fbe462be700 10 mds.0.server ref is [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.315899 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407508 cr=0x682d000) 2015-03-31 11:02:23.315901 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315917 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315927 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.315937 7fbe462be700 10 mds.0.locker must authpin [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.315943 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.315957 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.315971 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.315980 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.315991 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.316000 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cda00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.316009 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.316015 7fbe462be700 10 mds.0.cache.ino(100000003ef) auth_pin by 0x242cda00 on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] now 1+0 2015-03-31 11:02:23.316022 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.316036 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.316050 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.316060 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.316071 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.316080 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.316089 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316096 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316112 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316130 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316142 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407508 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.316146 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407508 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.316156 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.316160 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.316164 7fbe462be700 10 mds.0.cache.ino(100000003ef) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.316166 7fbe462be700 10 mds.0.cache.ino(100000003ef) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.316179 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407508 cr=0x682d000) 2015-03-31 11:02:23.316198 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.316213 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.316227 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.316238 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.316248 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.316257 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.316277 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316284 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316291 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316296 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.316301 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.316316 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.316326 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cda00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.316335 7fbe462be700 10 mds.0.cache.ino(100000003ef) auth_unpin by 0x242cda00 on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bb8c8] now 0+0 2015-03-31 11:02:23.316712 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407509 lookup #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.316732 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407509 cr=0x23fbb700) 2015-03-31 11:02:23.316735 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407509 lookup #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.316738 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407509 cr=0x23fbb700) #1000006026a/blarg1003 2015-03-31 11:02:23.316740 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.316742 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1003 [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock) v=177644 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f280] 2015-03-31 11:02:23.316751 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.316753 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407509 lookup #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.316764 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.316776 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407509 cr=0x23fbb700) 2015-03-31 11:02:23.317250 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407510 lookup #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.317268 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407510 cr=0x60a8500) 2015-03-31 11:02:23.317271 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407510 lookup #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.317274 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407510 cr=0x60a8500) #1000006026a/blarg1003 2015-03-31 11:02:23.317276 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.317279 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1003 [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock) v=177644 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f280] 2015-03-31 11:02:23.317287 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.317288 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407510 lookup #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.317300 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.317312 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407510 cr=0x60a8500) 2015-03-31 11:02:23.317776 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407511 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.317803 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407511 cr=0xaeeda00) 2015-03-31 11:02:23.317806 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407511 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.317809 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407511 cr=0xaeeda00) #100000003ef 2015-03-31 11:02:23.317811 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003ef snap head 2015-03-31 11:02:23.317813 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.317814 7fbe462be700 10 mds.0.server ref is [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.317826 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407511 cr=0xaeeda00) 2015-03-31 11:02:23.317829 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.317846 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.317858 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.317868 7fbe462be700 10 mds.0.locker must authpin [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.317874 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.317888 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.317903 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.317912 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.317923 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.317933 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cda00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.317942 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.317949 7fbe462be700 10 mds.0.cache.ino(100000003ef) auth_pin by 0x242cda00 on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] now 1+0 2015-03-31 11:02:23.317956 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.317970 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.317984 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318005 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318026 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.318035 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.318043 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318049 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318055 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318061 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318074 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407511 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.318078 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407511 getattr Xs #100000003ef 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.318089 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.318092 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.318097 7fbe462be700 10 mds.0.cache.ino(100000003ef) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.318099 7fbe462be700 10 mds.0.cache.ino(100000003ef) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.318113 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407511 cr=0xaeeda00) 2015-03-31 11:02:23.318132 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.318148 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.318162 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318173 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318183 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.318191 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.318200 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318218 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318225 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318231 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bb8c8] 2015-03-31 11:02:23.318237 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.318251 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.318262 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cda00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.318271 7fbe462be700 10 mds.0.cache.ino(100000003ef) auth_unpin by 0x242cda00 on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bb8c8] now 0+0 2015-03-31 11:02:23.318649 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407512 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.318670 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407512 cr=0x9cc5c80) 2015-03-31 11:02:23.318673 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407512 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.318676 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407512 cr=0x9cc5c80) #1000006026a 2015-03-31 11:02:23.318678 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.318679 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.318680 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318699 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407512 cr=0x9cc5c80) 2015-03-31 11:02:23.318702 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.318718 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318729 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318740 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.318753 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.318768 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318777 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.318793 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318803 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.318814 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.318829 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.318844 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318854 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.318874 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318896 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318905 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318915 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31330} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.318932 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407512 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.318936 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407512 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.318946 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.318949 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.318954 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31331 2015-03-31 11:02:23.318956 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31331 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.318969 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407512 cr=0x9cc5c80) 2015-03-31 11:02:23.318989 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319004 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319018 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319029 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319040 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319051 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319072 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319082 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319092 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.319106 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.319116 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.319506 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407513 create #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.319526 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407513 cr=0x9835a00) 2015-03-31 11:02:23.319528 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407513 create #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.319531 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg1003 2015-03-31 11:02:23.319533 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407513 cr=0x9835a00) #1000006026a/blarg1003 2015-03-31 11:02:23.319535 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg1003 2015-03-31 11:02:23.319536 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.319538 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.319539 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178661 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.319549 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178661 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.319557 7fbe462be700 10 mds.0.server prepare_null_dentry blarg1003 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178661 v=178657 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.319568 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407513 cr=0x9835a00) 2015-03-31 11:02:23.319574 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319593 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319605 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319616 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock) v=177644 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f280] 2015-03-31 11:02:23.319623 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319638 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.319652 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319662 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.319673 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319683 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.319694 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock) v=177644 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f280] 2015-03-31 11:02:23.319699 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1003) auth_pin by 0x242cda00 on [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock) v=177644 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] now 1+0 2015-03-31 11:02:23.319706 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock) v=177644 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319711 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177644 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319726 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177644 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319732 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177644 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319736 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177644 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319753 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1003) auth_pin by 0x676f3d8 on [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177644 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] now 2+0 2015-03-31 11:02:23.319758 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cda00) [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dn xlock x=1 by 0x242cda00) (dversion lock w=1 last_client=708310) v=177644 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319764 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319778 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319797 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319810 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.319823 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319833 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319842 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319852 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.319861 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319871 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319881 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319891 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319900 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319910 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319919 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319929 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319939 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319948 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.319968 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b5 ([1000006b2b6~36d], 877 left) 2015-03-31 11:02:23.319970 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.319972 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b5 [2,head] #1000006b2b5 auth v1 s=0 n() (iversion lock) 0x3f38cd88] 2015-03-31 11:02:23.319976 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178662 2015-03-31 11:02:23.319977 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1003) pre_dirty [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dn xlock x=1 by 0x242cda00) (dversion lock w=1 last_client=708310) pv=178662 v=177644 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.319986 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f38cd88] 2015-03-31 11:02:23.319993 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cda00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178662 v=178657 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:23.320003 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x4e38fd0 2015-03-31 11:02:23.320004 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178663 2015-03-31 11:02:23.320005 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178657 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.320011 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178657 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.320019 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f38cd88] 2015-03-31 11:02:23.320025 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.320028 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295232 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320042 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295234 2015-03-31 11:02:23.320043 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295234 v=3295228 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.320047 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295234 (current v 3295228) 2015-03-31 11:02:23.320048 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178657 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=36+1568,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.320056 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.320058 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cda00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295234 v=3295229 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382339=382332+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:23.320068 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x91d4780 2015-03-31 11:02:23.320069 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295235 2015-03-31 11:02:23.320070 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320081 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320091 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320102 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.320103 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.562874 < 1, stopping 2015-03-31 11:02:23.320107 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320118 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.320121 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295234 v=3295228 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.320127 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31331} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320140 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f38cd88] 2015-03-31 11:02:23.320146 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.320149 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320157 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.320158 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320166 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320172 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320179 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320185 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320192 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320199 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320205 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320212 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320218 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320224 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320231 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320238 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320244 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320251 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f38cd88] 2015-03-31 11:02:23.320260 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.320261 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.320264 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f38cd88 tracedn 0x676f280 2015-03-31 11:02:23.320266 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cda00) [dentry #1/test_small/small5/blarg1003 [2,head] auth NULL (dn xlock x=1 by 0x242cda00) (dversion lock w=1 last_client=708310) pv=178662 v=177644 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f280] 2015-03-31 11:02:23.320272 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407513 create #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.320281 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.320284 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31332 2015-03-31 11:02:23.320286 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31332 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.320291 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.320295 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.320297 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) including xattrs version 0 2015-03-31 11:02:23.320335 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.320363 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.320378 7fbe406af700 5 mds.0.log _submit_thread 5419563351~1619 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.320378 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.320391 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.320404 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320426 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320437 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320447 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320458 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320470 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320481 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320492 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320503 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320513 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320825 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407514 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.320844 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407514 cr=0x25f4cd80) 2015-03-31 11:02:23.320846 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407514 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.320849 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407514 cr=0x25f4cd80) #1000006b2b5 2015-03-31 11:02:23.320851 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b5 snap head 2015-03-31 11:02:23.320852 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.320854 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f38cd88] 2015-03-31 11:02:23.320867 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407514 cr=0x25f4cd80) 2015-03-31 11:02:23.320870 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.320885 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320895 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320906 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f38cd88] 2015-03-31 11:02:23.320916 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.320930 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.320944 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.320954 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.320965 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.320975 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.320986 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f38cd88] 2015-03-31 11:02:23.320995 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_pin by 0x2b0c0f00 on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f38cd88] now 1+0 2015-03-31 11:02:23.321006 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321021 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321035 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321045 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321055 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321066 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321087 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.321108 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.321124 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407514 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.321128 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407514 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.321138 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.321141 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.321145 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.321148 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.321160 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407514 cr=0x25f4cd80) 2015-03-31 11:02:23.321179 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321195 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321209 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321220 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321230 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321241 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321262 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.321273 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.321282 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.321297 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.321307 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.321318 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_unpin by 0x2b0c0f00 on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38cd88] now 0+0 2015-03-31 11:02:23.321564 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407515 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.321582 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407515 cr=0x968df00) 2015-03-31 11:02:23.321584 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407515 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.321587 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407515 cr=0x968df00) #1000006b2b5 2015-03-31 11:02:23.321589 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b5 snap head 2015-03-31 11:02:23.321590 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.321591 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.321604 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407515 cr=0x968df00) 2015-03-31 11:02:23.321607 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321621 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321632 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321642 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.321651 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321665 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.321679 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321689 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.321699 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321709 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.321720 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.321729 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_pin by 0x2b0c0f00 on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38cd88] now 1+0 2015-03-31 11:02:23.321738 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321753 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321767 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321777 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321792 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321802 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321823 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.321845 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.321859 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407515 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.321863 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407515 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.321873 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.321876 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.321880 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.321883 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.321896 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407515 cr=0x968df00) 2015-03-31 11:02:23.321915 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321930 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.321944 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321954 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.321964 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321986 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.321996 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.322007 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.322016 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.322030 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.322041 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.322051 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_unpin by 0x2b0c0f00 on [inode 1000006b2b5 [2,head] {#1000006b2b5 /test_small/small5/blarg1003} auth v178662 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f38cd88] now 0+0 2015-03-31 11:02:23.323116 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407516 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.323137 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407516 cr=0x2c736180) 2015-03-31 11:02:23.323140 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407516 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.323143 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407516 cr=0x2c736180) #1000006026a 2015-03-31 11:02:23.323145 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.323146 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.323148 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323166 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407516 cr=0x2c736180) 2015-03-31 11:02:23.323169 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323185 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323196 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323207 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323221 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.323235 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323245 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.323256 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323266 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.323278 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323292 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323307 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323316 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323336 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323359 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323368 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323378 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31332} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323394 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407516 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.323398 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407516 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.323409 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.323413 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.323417 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31333 2015-03-31 11:02:23.323419 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31333 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.323433 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407516 cr=0x2c736180) 2015-03-31 11:02:23.323452 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323468 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323482 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323492 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323514 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323525 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323535 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323546 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323556 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.323570 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.323581 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.323821 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407517 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.323842 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407517 cr=0x9cc6400) 2015-03-31 11:02:23.323844 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407517 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.323847 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407517 cr=0x9cc6400) #1000006026a 2015-03-31 11:02:23.323849 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.323851 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.323852 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323867 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407517 cr=0x9cc6400) 2015-03-31 11:02:23.323870 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323884 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323894 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323905 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323919 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.323933 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.323942 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.323953 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.323963 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.323974 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.323988 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.324002 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.324012 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.324023 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.324033 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.324043 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.324054 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.324065 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.324099 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.324109 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x297d15f0 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:23.324111 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.338646 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.338652 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.338661 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.338663 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b3) mark_dirty [inode 1000006b2b3 [2,head] /test_small/small5/blarg10028 auth v178657 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.338678 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10028) mark_dirty [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178658 v=177640 ap=2+0 inode=0x3f3a1030 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338687 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178658 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 36=36+0) hs=37+1567,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178658 2015-03-31 11:02:23.338698 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b3) mark_dirty_parent 2015-03-31 11:02:23.338700 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295228 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 36=36+0) n(v1 rc2015-03-31 11:03:00.000000 37=36+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.338715 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295234 v=3295228 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.338719 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295230 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382339=382332+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295230 2015-03-31 11:02:23.338730 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178659 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 37=37+0) hs=37+1567,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178659 2015-03-31 11:02:23.338738 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295231 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382340=382333+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295231 2015-03-31 11:02:23.338747 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b3 [2,head] /test_small/small5/blarg10028 auth v178658 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3a1030] 2015-03-31 11:02:23.338758 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.338760 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27510 client_caps(grant ino 1000006b2b3 1851496 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.338781 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178658 ap=2+0 inode=0x3f3a1030 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338798 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407493 create #1000006026a/blarg10028 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.338810 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b3 2015-03-31 11:02:23.338813 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178658 ap=2+0 inode=0x3f3a1030 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338823 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178658 ap=2+0 inode=0x3f3a1030 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338829 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178658 ap=2+0 inode=0x3f3a1030 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338834 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10028) auth_unpin by 0x676f018 on [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178658 ap=1+0 inode=0x3f3a1030 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] now 1+0 2015-03-31 11:02:23.338842 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178658 ap=1+0 inode=0x3f3a1030 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338847 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.338872 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295230 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 38=37+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.338896 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295230 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 38=37+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.338919 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295230 pv3295234 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 38=37+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.338929 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178658 ap=1+0 inode=0x3f3a1030 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676eec0] 2015-03-31 11:02:23.338944 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407493 cr=0x23fbcb00) 2015-03-31 11:02:23.338952 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.338969 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.338980 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2a625500 on [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295231 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382340=382333+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:23.338990 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2a625500 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178659 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 37=37+0) hs=37+1567,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:23.338998 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295230 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 38=37+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.339010 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10028) auth_unpin by 0x2a625500 on [dentry #1/test_small/small5/blarg10028 [2,head] auth (dn sync l=1) (dversion lock) v=178658 inode=0x3f3a1030 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676eec0] now 0+0 2015-03-31 11:02:23.339046 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.339048 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.339052 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.339054 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b4) mark_dirty [inode 1000006b2b4 [2,head] /test_small/small5/blarg10029 auth v178659 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.339065 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10029) mark_dirty [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178660 v=177642 ap=2+0 inode=0x3f41e0a8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339073 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178660 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 37=37+0) hs=38+1566,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178660 2015-03-31 11:02:23.339082 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b4) mark_dirty_parent 2015-03-31 11:02:23.339083 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295230 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 37=37+0) n(v1 rc2015-03-31 11:03:00.000000 38=37+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339096 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295234 v=3295230 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.339100 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295232 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382340=382333+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295232 2015-03-31 11:02:23.339110 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178661 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 38=38+0) hs=38+1566,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178661 2015-03-31 11:02:23.339118 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295233 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382341=382334+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295233 2015-03-31 11:02:23.339127 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b4 [2,head] /test_small/small5/blarg10029 auth v178660 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f41e0a8] 2015-03-31 11:02:23.339137 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.339139 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27511 client_caps(grant ino 1000006b2b4 1851497 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.339158 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178660 ap=2+0 inode=0x3f41e0a8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339166 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407503 create #1000006026a/blarg10029 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.339177 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b4 2015-03-31 11:02:23.339181 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178660 ap=2+0 inode=0x3f41e0a8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339189 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178660 ap=2+0 inode=0x3f41e0a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339196 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178660 ap=2+0 inode=0x3f41e0a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339201 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10029) auth_unpin by 0x676f1f8 on [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178660 ap=1+0 inode=0x3f41e0a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] now 1+0 2015-03-31 11:02:23.339207 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178660 ap=1+0 inode=0x3f41e0a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339212 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339226 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295232 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 39=38+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339239 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295232 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 39=38+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339251 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295232 pv3295234 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 39=38+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339262 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178660 ap=1+0 inode=0x3f41e0a8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f0a0] 2015-03-31 11:02:23.339276 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407503 cr=0x9ae2800) 2015-03-31 11:02:23.339284 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2367c600 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.339300 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367c600 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.339312 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2367c600 on [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295233 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382341=382334+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:23.339322 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2367c600 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178661 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 38=38+0) hs=38+1566,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:23.339331 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367c600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295232 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 39=38+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.339352 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10029) auth_unpin by 0x2367c600 on [dentry #1/test_small/small5/blarg10029 [2,head] auth (dn sync l=1) (dversion lock) v=178660 inode=0x3f41e0a8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676f0a0] now 0+0 2015-03-31 11:02:23.339374 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.339376 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.339391 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.339393 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b5) mark_dirty [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178661 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.339404 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1003) mark_dirty [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178662 v=177644 ap=2+0 inode=0x3f38cd88 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.339410 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178662 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 38=38+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178662 2015-03-31 11:02:23.339419 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b5) mark_dirty_parent 2015-03-31 11:02:23.339420 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295232 pv3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 38=38+0) n(v1 rc2015-03-31 11:03:00.000000 39=38+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339432 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295234 v=3295232 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.339436 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295234 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382341=382334+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295234 2015-03-31 11:02:23.339446 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178663 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178663 2015-03-31 11:02:23.339453 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295235 v=3295235 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295235 2015-03-31 11:02:23.339462 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.339472 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.339474 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27512 client_caps(grant ino 1000006b2b5 1851498 seq 4 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.339492 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178662 ap=2+0 inode=0x3f38cd88 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.339500 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407513 create #1000006026a/blarg1003 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.339510 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b5 2015-03-31 11:02:23.339512 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178662 ap=2+0 inode=0x3f38cd88 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.339520 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178662 ap=2+0 inode=0x3f38cd88 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.339526 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178662 ap=2+0 inode=0x3f38cd88 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.339532 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1003) auth_unpin by 0x676f3d8 on [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178662 ap=1+0 inode=0x3f38cd88 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] now 1+0 2015-03-31 11:02:23.339538 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178662 ap=1+0 inode=0x3f38cd88 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.339543 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339558 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339570 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339582 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339594 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339605 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:23.339608 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.339619 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.339630 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:23.339632 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407517 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.339636 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407517 cr=0x9cc6400) #1000006026a 2015-03-31 11:02:23.339638 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.339639 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.339640 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339651 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407517 cr=0x9cc6400) 2015-03-31 11:02:23.339655 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.339680 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339690 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339700 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.339714 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339724 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339734 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.339748 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339758 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339768 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339793 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339803 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339813 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339823 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339831 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339841 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339851 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31333} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339869 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407517 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.339873 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407517 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.339884 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.339887 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.339891 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31334 2015-03-31 11:02:23.339893 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31334 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.339918 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407517 cr=0x9cc6400) 2015-03-31 11:02:23.339937 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.339953 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.339967 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339977 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.339987 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.339998 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340008 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340029 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340040 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340050 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340061 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340071 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340081 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340090 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340099 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0f00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.340113 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0f00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.340124 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.340150 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340162 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340172 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340181 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178662 ap=1+0 inode=0x3f38cd88 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f280] 2015-03-31 11:02:23.340190 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340211 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407513 cr=0x9835a00) 2015-03-31 11:02:23.340219 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cda00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.340233 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cda00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.340244 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cda00 on [dir 10000000000 /test_small/ [2,head] auth v=3295235 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:23.340255 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cda00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178663 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:23.340263 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cda00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=0+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:23.340273 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1003) auth_unpin by 0x242cda00 on [dentry #1/test_small/small5/blarg1003 [2,head] auth (dn sync l=1) (dversion lock) v=178662 inode=0x3f38cd88 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676f280] now 0+0 2015-03-31 11:02:23.340321 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003ef follows 0 op update 2015-03-31 11:02:23.340330 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340344 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.340346 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.340367 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.340368 7fbe462be700 10 mds.0.locker cap inode [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340374 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340382 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.340384 7fbe462be700 10 mds.0.locker adding to open file list [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340396 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340405 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340412 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.340413 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340422 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340428 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340431 7fbe406af700 5 mds.0.log _submit_thread 5419564990~838 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.340433 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340448 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340456 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340461 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340467 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.340476 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.340495 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407518 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.340516 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407518 cr=0x9cc5500) 2015-03-31 11:02:23.340518 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407518 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.340522 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407518 cr=0x9cc5500) #1000006b2b5 2015-03-31 11:02:23.340524 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b5 snap head 2015-03-31 11:02:23.340525 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.340526 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.340540 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407518 cr=0x9cc5500) 2015-03-31 11:02:23.340543 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.340560 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.340571 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.340581 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.340590 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.340605 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.340630 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.340650 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.340661 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.340670 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.340680 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.340688 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_pin by 0x2367cb00 on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] now 1+0 2015-03-31 11:02:23.340698 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.340712 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.340737 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.340746 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.340756 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340765 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340774 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.340794 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.340812 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407518 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.340815 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407518 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.340826 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.340830 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.340834 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.340837 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.340851 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407518 cr=0x9cc5500) 2015-03-31 11:02:23.340870 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.340886 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.340901 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.340911 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.340920 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340930 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.340951 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.340960 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.340970 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.340985 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.340996 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=0+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:23.341006 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_unpin by 0x2367cb00 on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] now 0+0 2015-03-31 11:02:23.341044 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407519 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.341061 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407519 cr=0x930fd00) 2015-03-31 11:02:23.341063 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407519 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.341066 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407519 cr=0x930fd00) #1000006026a 2015-03-31 11:02:23.341067 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.341069 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.341070 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.341082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407519 cr=0x930fd00) 2015-03-31 11:02:23.341085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.341099 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.341109 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.341119 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.341133 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.341147 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.341157 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.341167 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.341177 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.341197 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.341211 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.341224 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.341234 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.341244 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341263 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341273 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31334} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341290 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407519 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.341294 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407519 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.341304 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.341307 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.341312 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31335 2015-03-31 11:02:23.341314 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31335 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.341327 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407519 cr=0x930fd00) 2015-03-31 11:02:23.341349 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.341375 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.341389 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.341399 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.341408 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341418 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341439 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341449 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.341458 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.341472 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.341482 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.381040 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407520 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381062 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407520 cr=0x8f08f00) 2015-03-31 11:02:23.381066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407520 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381069 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407520 cr=0x8f08f00) #1000006026a 2015-03-31 11:02:23.381071 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.381073 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.381074 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.381090 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407520 cr=0x8f08f00) 2015-03-31 11:02:23.381093 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.381110 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.381121 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.381131 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.381145 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.381159 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.381169 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.381180 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.381190 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.381201 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.381215 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.381229 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.381240 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.381250 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381260 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381270 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381280 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31335} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381297 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407520 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381301 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407520 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381322 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.381337 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.381342 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31336 2015-03-31 11:02:23.381344 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31336 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.381357 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407520 cr=0x8f08f00) 2015-03-31 11:02:23.381376 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.381392 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.381406 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.381417 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.381427 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381437 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381476 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.381490 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.381500 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.381541 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003ef follows 0 op update 2015-03-31 11:02:23.381544 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381553 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.381555 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.381570 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.381571 7fbe462be700 10 mds.0.locker cap inode [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381578 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381585 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.381587 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381593 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381601 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381605 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.381606 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381614 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381620 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381626 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381631 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.381633 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.381634 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 100000003ef [2,head] /test_small/small1/blarg1003 auth v59068 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bb8c8] 2015-03-31 11:02:23.381641 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.381653 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407521 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381672 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407521 cr=0xaee8a00) 2015-03-31 11:02:23.381674 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407521 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381677 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407521 cr=0xaee8a00) #1000006b2b5 2015-03-31 11:02:23.381679 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b5 snap head 2015-03-31 11:02:23.381680 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.381681 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.381702 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407521 cr=0xaee8a00) 2015-03-31 11:02:23.381705 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.381719 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.381741 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.381750 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.381758 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.381772 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.381791 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.381800 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.381809 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.381818 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.381828 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] 2015-03-31 11:02:23.381836 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_pin by 0x2367cb00 on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] now 1+0 2015-03-31 11:02:23.381845 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.381858 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.381871 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.381881 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.381890 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381899 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.381908 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.381917 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.381931 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407521 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381935 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407521 getattr Xs #1000006b2b5 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.381945 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.381948 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.381952 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:23.381955 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.381968 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407521 cr=0xaee8a00) 2015-03-31 11:02:23.381987 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.382003 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.382017 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.382027 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.382037 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.382046 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.382056 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.382076 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f38cd88] 2015-03-31 11:02:23.382086 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.382101 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.382112 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=0+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:23.382122 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) auth_unpin by 0x2367cb00 on [inode 1000006b2b5 [2,head] /test_small/small5/blarg1003 auth v178662 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f38cd88] now 0+0 2015-03-31 11:02:23.382395 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407522 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.382413 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407522 cr=0x968fa80) 2015-03-31 11:02:23.382415 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407522 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.382418 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407522 cr=0x968fa80) #10000004e38 2015-03-31 11:02:23.382420 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e38 snap head 2015-03-31 11:02:23.382422 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.382423 7fbe462be700 10 mds.0.server ref is [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.382433 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407522 cr=0x968fa80) 2015-03-31 11:02:23.382436 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.382450 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.382461 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.382470 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.382475 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.382488 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.382502 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.382512 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.382523 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.382531 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367cb00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.382541 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.382546 7fbe462be700 10 mds.0.cache.ino(10000004e38) auth_pin by 0x2367cb00 on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] now 1+0 2015-03-31 11:02:23.382552 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.382566 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.382579 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.382589 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.382599 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.382608 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.382617 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382623 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382630 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382636 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382659 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407522 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.382675 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407522 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.382685 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.382688 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.382692 7fbe462be700 10 mds.0.cache.ino(10000004e38) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.382695 7fbe462be700 10 mds.0.cache.ino(10000004e38) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.382708 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407522 cr=0x968fa80) 2015-03-31 11:02:23.382727 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.382742 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.382756 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.382766 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.382776 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.382788 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.382807 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382814 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382820 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382826 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.382832 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.382846 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.382856 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367cb00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.382865 7fbe462be700 10 mds.0.cache.ino(10000004e38) auth_unpin by 0x2367cb00 on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c14f8] now 0+0 2015-03-31 11:02:23.382998 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407523 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383016 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407523 cr=0x236b8000) 2015-03-31 11:02:23.383019 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407523 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383022 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407523 cr=0x236b8000) #1000006026a 2015-03-31 11:02:23.383024 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.383025 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.383026 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.383038 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407523 cr=0x236b8000) 2015-03-31 11:02:23.383041 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.383055 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.383064 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.383074 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.383087 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.383101 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.383111 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.383122 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.383131 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.383141 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383155 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383169 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383179 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383189 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383199 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383209 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383219 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31336} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383234 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407523 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383239 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407523 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383261 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.383263 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.383267 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31337 2015-03-31 11:02:23.383269 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31337 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.383282 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407523 cr=0x236b8000) 2015-03-31 11:02:23.383301 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383316 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383329 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383340 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383349 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383360 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383368 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383388 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383398 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.383412 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.383423 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.383522 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407524 lookup #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383538 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407524 cr=0xb267a80) 2015-03-31 11:02:23.383541 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407524 lookup #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383543 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407524 cr=0xb267a80) #1000006026a/blarg10030 2015-03-31 11:02:23.383545 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.383548 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10030 [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock) v=177646 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f460] 2015-03-31 11:02:23.383556 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.383558 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407524 lookup #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383567 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.383578 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407524 cr=0xb267a80) 2015-03-31 11:02:23.383629 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407525 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383645 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407525 cr=0x9308c80) 2015-03-31 11:02:23.383647 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407525 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383650 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407525 cr=0x9308c80) #1000006026a 2015-03-31 11:02:23.383651 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.383652 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.383653 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.383667 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407525 cr=0x9308c80) 2015-03-31 11:02:23.383670 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.383684 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.383694 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.383704 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.383717 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.383731 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.383741 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.383751 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.383759 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.383769 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383788 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383801 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383811 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383821 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383831 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383841 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383850 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31337} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.383876 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407525 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383880 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407525 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.383890 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.383893 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.383897 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31338 2015-03-31 11:02:23.383899 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31338 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.383912 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407525 cr=0x9308c80) 2015-03-31 11:02:23.383931 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383947 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.383961 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383982 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.383991 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.384001 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.384022 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.384032 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.384041 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.384055 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.384065 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.384137 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407526 lookup #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.384153 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407526 cr=0x52d4100) 2015-03-31 11:02:23.384155 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407526 lookup #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.384158 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407526 cr=0x52d4100) #1000006026a/blarg10030 2015-03-31 11:02:23.384160 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.384162 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10030 [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock) v=177646 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f460] 2015-03-31 11:02:23.384169 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.384170 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407526 lookup #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.384180 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.384190 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407526 cr=0x52d4100) 2015-03-31 11:02:23.424028 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407527 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424049 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407527 cr=0x8f0b980) 2015-03-31 11:02:23.424053 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407527 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424056 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407527 cr=0x8f0b980) #10000004e38 2015-03-31 11:02:23.424058 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e38 snap head 2015-03-31 11:02:23.424060 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.424061 7fbe462be700 10 mds.0.server ref is [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.424075 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407527 cr=0x8f0b980) 2015-03-31 11:02:23.424078 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.424095 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.424107 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.424116 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.424122 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.424136 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.424151 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.424161 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.424172 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.424181 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367cb00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.424190 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.424196 7fbe462be700 10 mds.0.cache.ino(10000004e38) auth_pin by 0x2367cb00 on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] now 1+0 2015-03-31 11:02:23.424203 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424218 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424233 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424244 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424254 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.424263 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.424273 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424280 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424297 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424314 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424327 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407527 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424331 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407527 getattr Xs #10000004e38 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424342 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.424345 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.424350 7fbe462be700 10 mds.0.cache.ino(10000004e38) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.424352 7fbe462be700 10 mds.0.cache.ino(10000004e38) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.424366 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407527 cr=0x8f0b980) 2015-03-31 11:02:23.424385 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424400 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424415 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424425 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.424444 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.424453 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424471 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424485 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c14f8] 2015-03-31 11:02:23.424491 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.424505 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.424516 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367cb00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.424525 7fbe462be700 10 mds.0.cache.ino(10000004e38) auth_unpin by 0x2367cb00 on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c14f8] now 0+0 2015-03-31 11:02:23.424559 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407528 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424576 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407528 cr=0x9689900) 2015-03-31 11:02:23.424578 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407528 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424581 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407528 cr=0x9689900) #1000006026a 2015-03-31 11:02:23.424583 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.424584 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.424586 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.424598 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407528 cr=0x9689900) 2015-03-31 11:02:23.424601 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.424615 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.424625 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.424635 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.424648 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.424662 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.424671 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.424682 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.424691 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.424712 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424726 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424761 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424771 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424780 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424796 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424806 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424816 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31338} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424843 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407528 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424848 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407528 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.424859 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.424862 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.424866 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31339 2015-03-31 11:02:23.424868 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31339 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.424883 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407528 cr=0x9689900) 2015-03-31 11:02:23.424891 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424907 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.424922 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424933 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.424943 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424953 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424963 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424973 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.424982 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.424997 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.425008 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.425044 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407529 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.425062 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407529 cr=0xa929b80) 2015-03-31 11:02:23.425064 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407529 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.425067 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407529 cr=0xa929b80) #1000006026a 2015-03-31 11:02:23.425068 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.425070 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.425072 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.425084 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407529 cr=0xa929b80) 2015-03-31 11:02:23.425086 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.425100 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.425110 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.425119 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.425131 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.425145 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.425155 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.425164 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.425174 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.425184 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.425212 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.425248 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.425258 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.425269 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425278 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425287 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425308 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31339} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425323 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407529 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.425327 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407529 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.425336 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.425339 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.425343 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31340 2015-03-31 11:02:23.425345 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31340 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425359 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407529 cr=0xa929b80) 2015-03-31 11:02:23.425367 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.425383 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.425397 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.425408 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.425419 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425429 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425439 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425449 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425459 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.425474 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.425485 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.425519 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407530 readdir #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.425535 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407530 cr=0xaeef580) 2015-03-31 11:02:23.425537 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407530 readdir #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.425540 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407530 cr=0xaeef580) #1000006026a 2015-03-31 11:02:23.425541 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.425543 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.425543 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.425556 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407530 cr=0xaeef580) 2015-03-31 11:02:23.425558 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.425572 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.425582 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.425592 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.425605 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.425619 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.425629 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.425640 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.425649 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.425660 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.425701 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.425714 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.425722 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.425731 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425740 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425749 7fbe462be700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425758 7fbe462be700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425767 7fbe462be700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425777 7fbe462be700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (idft sync r=1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31340} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.425795 7fbe462be700 10 mds.0.server frag * offset '' 2015-03-31 11:02:23.425796 7fbe462be700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178663 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:23.425804 7fbe462be700 10 mds.0.server snapid head 2015-03-31 11:02:23.425808 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:23.425811 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425815 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:23.425817 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425820 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:23.425822 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425824 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:23.425826 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425829 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:23.425831 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425833 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:23.425835 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425838 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425839 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425842 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425844 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425846 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425848 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425851 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425852 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425855 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425857 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425859 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425861 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425863 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:23.425865 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425868 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425869 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425872 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425874 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425876 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425878 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425881 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425882 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425885 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425886 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425889 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425890 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425893 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:23.425895 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425897 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:23.425899 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425902 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:23.425904 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425907 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:23.425908 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425911 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:23.425912 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425915 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:23.425916 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425919 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:23.425920 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425923 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425924 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425927 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425928 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425931 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425933 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425935 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425937 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425940 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425941 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425944 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425946 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425948 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:23.425949 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425952 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:23.425954 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425956 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:23.425958 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425960 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:23.425962 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425964 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:23.425966 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425969 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:23.425970 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.425973 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:23.425974 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.426024 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407530 readdir #1000006026a 2015-03-31 11:03:00.000000) v2 readdir num=39 bytes=10649 end=1 complete=1 2015-03-31 11:02:23.426029 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407530 readdir #1000006026a 2015-03-31 11:03:00.000000) v2 readdir num=39 end=1 complete=1 2015-03-31 11:02:23.426032 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407530 readdir #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.426043 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.426047 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.426050 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31341 2015-03-31 11:02:23.426052 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31341 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.426064 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407530 cr=0xaeef580) 2015-03-31 11:02:23.426083 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.426099 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.426113 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.426124 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.426134 7fbe462be700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.426145 7fbe462be700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.426156 7fbe462be700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.426177 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.426189 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.426198 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.426208 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.426222 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.426232 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.465813 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407531 create #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.465834 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407531 cr=0x9836900) 2015-03-31 11:02:23.465839 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465856 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:23.465858 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465869 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.465870 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465881 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465891 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465901 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465910 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.465912 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407531 create #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.465915 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10030 2015-03-31 11:02:23.465916 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407531 cr=0x9836900) #1000006026a/blarg10030 2015-03-31 11:02:23.465918 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10030 2015-03-31 11:02:23.465920 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.465921 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.465922 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178663 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:23.465930 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178663 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:23.465936 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10030 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178663 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:23.465945 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407531 cr=0x9836900) 2015-03-31 11:02:23.465951 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.465966 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.465976 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.465985 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock) v=177646 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f460] 2015-03-31 11:02:23.465992 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.466007 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.466021 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.466031 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.466051 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.466071 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+0 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.466080 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock) v=177646 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f460] 2015-03-31 11:02:23.466085 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10030) auth_pin by 0x2367cb00 on [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock) v=177646 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] now 1+0 2015-03-31 11:02:23.466091 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock) v=177646 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466095 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177646 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466101 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177646 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466105 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177646 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466110 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177646 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466115 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10030) auth_pin by 0x676f5b8 on [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177646 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] now 2+0 2015-03-31 11:02:23.466120 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2367cb00) [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dn xlock x=1 by 0x2367cb00) (dversion lock w=1 last_client=708310) v=177646 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466125 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466139 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466153 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466165 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466178 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466187 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466197 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466206 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466215 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466224 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466233 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466242 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466252 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466261 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466270 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466279 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466289 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466298 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466307 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466325 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b6 ([1000006b2b7~36c], 876 left) 2015-03-31 11:02:23.466328 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.466330 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b6 [2,head] #1000006b2b6 auth v1 s=0 n() (iversion lock) 0x3f406fe8] 2015-03-31 11:02:23.466334 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178664 2015-03-31 11:02:23.466335 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10030) pre_dirty [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dn xlock x=1 by 0x2367cb00) (dversion lock w=1 last_client=708310) pv=178664 v=177646 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466342 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f406fe8] 2015-03-31 11:02:23.466349 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2367cb00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:23.466358 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x2cc6b860 2015-03-31 11:02:23.466360 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178665 2015-03-31 11:02:23.466361 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178665 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.466368 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178665 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.466375 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f406fe8] 2015-03-31 11:02:23.466379 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.466381 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466394 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295236 2015-03-31 11:02:23.466395 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295236 v=3295234 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.466399 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295236 (current v 3295234) 2015-03-31 11:02:23.466401 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178665 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.466408 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.466410 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2367cb00 on [dir 10000000000 /test_small/ [2,head] auth v=3295235 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:23.466419 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x3b6c620 2015-03-31 11:02:23.466420 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295237 2015-03-31 11:02:23.466421 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466433 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466443 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466454 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.466455 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.709233 < 1, stopping 2015-03-31 11:02:23.466459 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466469 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.466473 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295236 v=3295234 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.466479 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31341} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466492 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f406fe8] 2015-03-31 11:02:23.466499 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.466502 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466509 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.466511 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466518 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466524 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466531 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466538 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466545 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466551 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466557 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466563 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466569 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466576 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466582 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466589 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466595 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466602 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f406fe8] 2015-03-31 11:02:23.466612 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.466613 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.466615 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f406fe8 tracedn 0x676f460 2015-03-31 11:02:23.466617 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2367cb00) [dentry #1/test_small/small5/blarg10030 [2,head] auth NULL (dn xlock x=1 by 0x2367cb00) (dversion lock w=1 last_client=708310) pv=178664 v=177646 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f460] 2015-03-31 11:02:23.466624 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407531 create #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.466632 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.466636 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31342 2015-03-31 11:02:23.466638 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31342 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.466643 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.466645 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.466648 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) including xattrs version 0 2015-03-31 11:02:23.466685 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466713 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466728 7fbe406af700 5 mds.0.log _submit_thread 5419565848~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.466728 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466741 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.466754 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466777 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466792 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466803 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.466814 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466826 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466837 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466847 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466858 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.466867 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467123 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407532 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.467143 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407532 cr=0x3b0eb80) 2015-03-31 11:02:23.467146 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407532 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.467150 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407532 cr=0x3b0eb80) #1000006b2b6 2015-03-31 11:02:23.467152 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b6 snap head 2015-03-31 11:02:23.467153 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.467154 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f406fe8] 2015-03-31 11:02:23.467167 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407532 cr=0x3b0eb80) 2015-03-31 11:02:23.467170 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467185 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467196 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467207 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f406fe8] 2015-03-31 11:02:23.467216 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467230 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.467244 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467254 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.467265 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467276 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.467286 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f406fe8] 2015-03-31 11:02:23.467296 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_pin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f406fe8] now 1+0 2015-03-31 11:02:23.467306 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467344 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467354 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467365 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467385 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.467406 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.467421 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407532 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.467425 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407532 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.467435 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.467439 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.467443 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.467446 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.467459 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407532 cr=0x3b0eb80) 2015-03-31 11:02:23.467478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467494 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467507 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467518 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467528 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467538 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467548 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.467570 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.467580 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.467595 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.467605 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.467615 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_unpin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] now 0+0 2015-03-31 11:02:23.467891 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407533 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.467907 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407533 cr=0x23fbd280) 2015-03-31 11:02:23.467910 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407533 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.467913 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407533 cr=0x23fbd280) #1000006b2b6 2015-03-31 11:02:23.467914 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b6 snap head 2015-03-31 11:02:23.467916 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.467917 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.467929 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407533 cr=0x23fbd280) 2015-03-31 11:02:23.467932 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467947 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.467957 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.467968 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.467977 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.467991 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.468005 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.468015 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.468026 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.468036 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.468047 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.468056 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_pin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] now 1+0 2015-03-31 11:02:23.468066 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.468081 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.468095 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.468105 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.468115 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.468126 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.468136 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.468156 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.468183 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407533 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.468187 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407533 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.468197 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.468199 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.468203 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.468206 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.468219 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407533 cr=0x23fbd280) 2015-03-31 11:02:23.468237 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.468253 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.468266 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.468276 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.468286 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.468296 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.468306 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.468327 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.468337 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.468352 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.468362 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.468373 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_unpin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] now 0+0 2015-03-31 11:02:23.471701 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e38 follows 0 op update 2015-03-31 11:02:23.471705 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471715 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.471717 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.471735 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.471736 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471743 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471751 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.471752 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471764 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471788 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471795 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.471798 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471803 7fbe406af700 5 mds.0.log _submit_thread 5419567488~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.471805 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471821 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471828 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471833 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471841 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471847 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471854 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.471863 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.511030 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407534 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.511054 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407534 cr=0xab84380) 2015-03-31 11:02:23.511058 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407534 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.511062 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407534 cr=0xab84380) #1000006b2b6 2015-03-31 11:02:23.511064 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b6 snap head 2015-03-31 11:02:23.511066 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.511067 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.511084 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407534 cr=0xab84380) 2015-03-31 11:02:23.511087 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.511105 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.511116 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.511128 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.511139 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.511153 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.511168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.511177 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.511188 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.511199 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.511210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.511220 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_pin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] now 1+0 2015-03-31 11:02:23.511230 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.511245 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.511269 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.511292 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.511301 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.511311 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.511321 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.511330 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.511346 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407534 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.511350 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407534 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.511360 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.511363 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.511367 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.511369 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.511383 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407534 cr=0xab84380) 2015-03-31 11:02:23.511402 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.511418 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.511432 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.511443 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.511454 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.511464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.511486 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.511497 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.511507 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.511521 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.511532 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.511543 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_unpin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] now 0+0 2015-03-31 11:02:23.512814 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e38 follows 0 op update 2015-03-31 11:02:23.512818 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512829 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.512831 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.512849 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.512850 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512857 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512866 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.512868 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512874 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512880 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512886 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.512888 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512894 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512901 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512906 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512912 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.512913 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.512914 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e38 [2,head] /test_small/small1/blarg10030 auth v136878 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c14f8] 2015-03-31 11:02:23.512921 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.552042 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407535 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.552063 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407535 cr=0x237c4b00) 2015-03-31 11:02:23.552068 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407535 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.552071 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407535 cr=0x237c4b00) #1000006b2b6 2015-03-31 11:02:23.552073 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b6 snap head 2015-03-31 11:02:23.552074 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.552075 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.552092 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407535 cr=0x237c4b00) 2015-03-31 11:02:23.552095 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552113 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552124 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.552136 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.552146 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552161 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.552175 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552185 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.552196 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.552206 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.552217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.552226 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_pin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] now 1+0 2015-03-31 11:02:23.552237 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552278 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552300 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552309 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.552319 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.552329 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.552338 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.552353 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407535 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.552357 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407535 getattr Xs #1000006b2b6 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.552368 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.552371 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.552376 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.552379 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.552392 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407535 cr=0x237c4b00) 2015-03-31 11:02:23.552411 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552428 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552442 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552453 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552463 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.552474 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.552496 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.552506 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f406fe8] 2015-03-31 11:02:23.552517 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.552531 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.552542 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.552553 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) auth_unpin by 0x242cf800 on [inode 1000006b2b6 [2,head] {#1000006b2b6 /test_small/small5/blarg10030} auth v178664 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f406fe8] now 0+0 2015-03-31 11:02:23.552907 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407536 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.552929 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407536 cr=0x6fc8f00) 2015-03-31 11:02:23.552932 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407536 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.552935 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407536 cr=0x6fc8f00) #10000004e41 2015-03-31 11:02:23.552937 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e41 snap head 2015-03-31 11:02:23.552938 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.552940 7fbe462be700 10 mds.0.server ref is [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.552953 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407536 cr=0x6fc8f00) 2015-03-31 11:02:23.552956 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.552973 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.552985 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.552994 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.553001 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.553015 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.553030 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.553039 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.553051 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.553060 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cf800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.553069 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.553074 7fbe462be700 10 mds.0.cache.ino(10000004e41) auth_pin by 0x242cf800 on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] now 1+0 2015-03-31 11:02:23.553081 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.553096 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.553110 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.553130 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.553151 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.553159 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.553168 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553174 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553181 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553186 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553198 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407536 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.553202 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407536 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.553212 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.553216 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.553220 7fbe462be700 10 mds.0.cache.ino(10000004e41) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.553223 7fbe462be700 10 mds.0.cache.ino(10000004e41) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.553237 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407536 cr=0x6fc8f00) 2015-03-31 11:02:23.553256 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.553272 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.553286 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.553297 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.553307 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.553317 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.553326 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553343 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553350 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553356 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.553361 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.553376 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.553387 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cf800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.553396 7fbe462be700 10 mds.0.cache.ino(10000004e41) auth_unpin by 0x242cf800 on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c0bc0] now 0+0 2015-03-31 11:02:23.553787 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407537 lookup #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.553808 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407537 cr=0x25e3e180) 2015-03-31 11:02:23.553810 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407537 lookup #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.553813 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407537 cr=0x25e3e180) #1000006026a/blarg10031 2015-03-31 11:02:23.553815 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.553817 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10031 [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock) v=177648 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f640] 2015-03-31 11:02:23.553826 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.553828 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407537 lookup #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.553838 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.553850 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407537 cr=0x25e3e180) 2015-03-31 11:02:23.554344 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407538 lookup #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.554364 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407538 cr=0x43d2f80) 2015-03-31 11:02:23.554366 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407538 lookup #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.554369 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407538 cr=0x43d2f80) #1000006026a/blarg10031 2015-03-31 11:02:23.554371 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.554374 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10031 [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock) v=177648 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f640] 2015-03-31 11:02:23.554381 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.554382 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407538 lookup #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.554392 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.554403 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407538 cr=0x43d2f80) 2015-03-31 11:02:23.554882 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407539 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.554903 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407539 cr=0x9f78a00) 2015-03-31 11:02:23.554906 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407539 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.554909 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407539 cr=0x9f78a00) #10000004e41 2015-03-31 11:02:23.554911 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e41 snap head 2015-03-31 11:02:23.554912 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.554914 7fbe462be700 10 mds.0.server ref is [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.554926 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407539 cr=0x9f78a00) 2015-03-31 11:02:23.554929 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.554946 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.554957 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.554967 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.554973 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.554987 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.555001 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555011 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.555022 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.555031 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cf800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.555040 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.555046 7fbe462be700 10 mds.0.cache.ino(10000004e41) auth_pin by 0x242cf800 on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] now 1+0 2015-03-31 11:02:23.555053 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555067 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555081 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555092 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555112 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.555132 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.555141 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555147 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555153 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555158 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555171 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407539 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.555175 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407539 getattr Xs #10000004e41 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.555185 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.555189 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.555193 7fbe462be700 10 mds.0.cache.ino(10000004e41) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.555195 7fbe462be700 10 mds.0.cache.ino(10000004e41) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.555209 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407539 cr=0x9f78a00) 2015-03-31 11:02:23.555227 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555243 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555257 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555268 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555278 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.555287 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.555296 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555314 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555321 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555327 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c0bc0] 2015-03-31 11:02:23.555333 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.555348 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.555359 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cf800 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.555368 7fbe462be700 10 mds.0.cache.ino(10000004e41) auth_unpin by 0x242cf800 on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c0bc0] now 0+0 2015-03-31 11:02:23.555747 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407540 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.555768 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407540 cr=0x929aa80) 2015-03-31 11:02:23.555771 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407540 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.555774 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407540 cr=0x929aa80) #1000006026a 2015-03-31 11:02:23.555776 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.555777 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.555778 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.555801 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407540 cr=0x929aa80) 2015-03-31 11:02:23.555804 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555821 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555832 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.555843 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555857 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.555872 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555881 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.555892 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.555902 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.555914 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555928 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.555943 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555953 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.555973 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.555995 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556005 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556015 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31342} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556031 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407540 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.556035 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407540 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.556046 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.556049 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.556053 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31343 2015-03-31 11:02:23.556055 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31343 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.556068 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407540 cr=0x929aa80) 2015-03-31 11:02:23.556087 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556103 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556118 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556128 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556138 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556149 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556171 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556181 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556191 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.556206 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.556216 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.556605 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407541 create #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.556625 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407541 cr=0x60ab200) 2015-03-31 11:02:23.556628 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407541 create #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.556631 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10031 2015-03-31 11:02:23.556632 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407541 cr=0x60ab200) #1000006026a/blarg10031 2015-03-31 11:02:23.556634 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10031 2015-03-31 11:02:23.556635 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.556637 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.556638 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178665 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.556648 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178665 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.556656 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10031 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178665 v=178663 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.556668 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407541 cr=0x60ab200) 2015-03-31 11:02:23.556673 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556692 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556704 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556715 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock) v=177648 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f640] 2015-03-31 11:02:23.556722 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556737 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.556751 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556761 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.556772 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=1+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556788 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.556799 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock) v=177648 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f640] 2015-03-31 11:02:23.556804 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10031) auth_pin by 0x242cf800 on [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock) v=177648 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] now 1+0 2015-03-31 11:02:23.556810 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock) v=177648 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.556826 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177648 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.556831 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177648 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.556836 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177648 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.556853 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177648 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.556857 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10031) auth_pin by 0x676f798 on [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177648 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] now 2+0 2015-03-31 11:02:23.556862 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cf800) [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dn xlock x=1 by 0x242cf800) (dversion lock w=1 last_client=708310) v=177648 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.556868 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556882 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556895 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556908 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.556921 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556931 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556940 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556949 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.556958 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556968 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556978 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556988 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.556997 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557006 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557016 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557025 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557035 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557044 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557063 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b7 ([1000006b2b8~36b], 875 left) 2015-03-31 11:02:23.557066 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.557067 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b7 [2,head] #1000006b2b7 auth v1 s=0 n() (iversion lock) 0x3f4168d0] 2015-03-31 11:02:23.557071 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178666 2015-03-31 11:02:23.557072 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10031) pre_dirty [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dn xlock x=1 by 0x242cf800) (dversion lock w=1 last_client=708310) pv=178666 v=177648 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.557080 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4168d0] 2015-03-31 11:02:23.557087 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cf800 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178666 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:23.557096 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x2cc6e3b0 2015-03-31 11:02:23.557097 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178667 2015-03-31 11:02:23.557099 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178667 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.557105 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178667 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.557112 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4168d0] 2015-03-31 11:02:23.557118 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.557120 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295236 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557133 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295238 2015-03-31 11:02:23.557134 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295238 v=3295234 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.557138 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295238 (current v 3295234) 2015-03-31 11:02:23.557139 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178667 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.557147 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.557149 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cf800 on [dir 10000000000 /test_small/ [2,head] auth pv=3295238 v=3295235 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:23.557157 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2cc68370 2015-03-31 11:02:23.557158 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295239 2015-03-31 11:02:23.557159 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557170 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557180 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557190 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.557192 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.79997 < 1, stopping 2015-03-31 11:02:23.557196 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557206 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.557210 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295238 v=3295234 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.557215 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31343} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557228 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4168d0] 2015-03-31 11:02:23.557234 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.557237 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557244 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.557245 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557253 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557259 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557266 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557273 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557279 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557286 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557292 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557298 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557305 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557311 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557318 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557324 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557330 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557337 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4168d0] 2015-03-31 11:02:23.557346 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.557347 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.557349 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4168d0 tracedn 0x676f640 2015-03-31 11:02:23.557352 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cf800) [dentry #1/test_small/small5/blarg10031 [2,head] auth NULL (dn xlock x=1 by 0x242cf800) (dversion lock w=1 last_client=708310) pv=178666 v=177648 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f640] 2015-03-31 11:02:23.557358 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407541 create #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.557367 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.557370 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31344 2015-03-31 11:02:23.557372 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31344 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.557378 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.557381 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.557383 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) including xattrs version 0 2015-03-31 11:02:23.557419 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.557448 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.557462 7fbe406af700 5 mds.0.log _submit_thread 5419568347~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.557463 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.557475 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.557490 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557512 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557524 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557534 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557544 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557556 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557568 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557578 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557589 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557599 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557847 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407542 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.557866 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407542 cr=0x23fbe180) 2015-03-31 11:02:23.557868 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407542 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.557872 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407542 cr=0x23fbe180) #1000006b2b7 2015-03-31 11:02:23.557874 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b7 snap head 2015-03-31 11:02:23.557875 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.557876 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4168d0] 2015-03-31 11:02:23.557888 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407542 cr=0x23fbe180) 2015-03-31 11:02:23.557891 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.557906 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557916 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557927 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4168d0] 2015-03-31 11:02:23.557936 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.557950 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.557964 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.557974 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.557984 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.557994 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.558005 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4168d0] 2015-03-31 11:02:23.558014 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_pin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4168d0] now 1+0 2015-03-31 11:02:23.558024 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558039 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558054 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558064 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558075 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558086 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558106 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.558128 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.558142 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407542 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.558146 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407542 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.558155 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.558159 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.558162 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.558165 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.558177 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407542 cr=0x23fbe180) 2015-03-31 11:02:23.558196 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558212 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558225 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558236 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558246 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558256 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558277 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.558288 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.558298 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.558313 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.558323 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.558334 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_unpin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] now 0+0 2015-03-31 11:02:23.558596 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407543 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.558613 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407543 cr=0x52d2300) 2015-03-31 11:02:23.558615 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407543 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.558618 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407543 cr=0x52d2300) #1000006b2b7 2015-03-31 11:02:23.558620 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b7 snap head 2015-03-31 11:02:23.558621 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.558622 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.558635 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407543 cr=0x52d2300) 2015-03-31 11:02:23.558638 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558653 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558663 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558673 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.558682 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558696 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.558710 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558719 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.558730 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558740 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.558750 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.558759 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_pin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] now 1+0 2015-03-31 11:02:23.558769 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558788 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558802 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558813 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558823 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558834 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.558854 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.558876 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.558890 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407543 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.558894 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407543 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.558904 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.558907 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.558911 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.558914 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.558926 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407543 cr=0x52d2300) 2015-03-31 11:02:23.558945 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558961 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.558975 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.558985 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.559007 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.559017 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.559027 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.559038 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.559048 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.559063 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.559073 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.559084 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_unpin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] now 0+0 2015-03-31 11:02:23.562269 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e41 follows 0 op update 2015-03-31 11:02:23.562272 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562283 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.562284 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.562302 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.562303 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562310 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562317 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.562319 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562331 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562351 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562358 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.562360 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562368 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562370 7fbe406af700 5 mds.0.log _submit_thread 5419569987~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.562375 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562380 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562385 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562391 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562397 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562403 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.562412 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.602037 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407544 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.602059 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407544 cr=0xb260780) 2015-03-31 11:02:23.602064 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407544 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.602068 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407544 cr=0xb260780) #1000006b2b7 2015-03-31 11:02:23.602070 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b7 snap head 2015-03-31 11:02:23.602071 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.602072 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.602089 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407544 cr=0xb260780) 2015-03-31 11:02:23.602092 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.602109 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.602121 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.602133 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.602143 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.602158 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.602173 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.602183 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.602194 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.602204 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.602215 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.602225 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_pin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] now 1+0 2015-03-31 11:02:23.602235 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.602261 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.602275 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.602286 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.602296 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.602306 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.602317 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.602326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.602343 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407544 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.602347 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407544 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.602358 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.602361 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.602366 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.602369 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.602384 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407544 cr=0xb260780) 2015-03-31 11:02:23.602403 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.602420 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.602435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.602445 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.602456 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.602466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.602477 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.602487 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.602497 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.602511 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.602522 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.602532 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_unpin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] now 0+0 2015-03-31 11:02:23.603796 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e41 follows 0 op update 2015-03-31 11:02:23.603800 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603811 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.603813 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.603831 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.603832 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603840 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603848 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.603849 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603855 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603863 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603869 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.603870 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603877 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603884 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603889 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603895 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.603896 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.603897 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e41 [2,head] /test_small/small1/blarg10031 auth v136880 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0bc0] 2015-03-31 11:02:23.603904 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.643021 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407545 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.643043 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407545 cr=0x26906680) 2015-03-31 11:02:23.643048 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407545 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.643051 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407545 cr=0x26906680) #1000006b2b7 2015-03-31 11:02:23.643053 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b7 snap head 2015-03-31 11:02:23.643055 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.643056 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.643072 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407545 cr=0x26906680) 2015-03-31 11:02:23.643075 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643092 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643104 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.643116 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.643126 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643140 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.643155 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643164 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.643176 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.643186 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.643197 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.643206 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_pin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] now 1+0 2015-03-31 11:02:23.643217 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643232 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643246 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643267 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643278 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.643288 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.643299 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.643309 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.643325 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407545 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.643329 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407545 getattr Xs #1000006b2b7 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.643340 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.643344 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.643349 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.643351 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.643365 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407545 cr=0x26906680) 2015-03-31 11:02:23.643385 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643402 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643417 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643428 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643438 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.643450 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.643460 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.643471 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4168d0] 2015-03-31 11:02:23.643480 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.643495 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.643505 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.643516 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) auth_unpin by 0xb10e900 on [inode 1000006b2b7 [2,head] {#1000006b2b7 /test_small/small5/blarg10031} auth v178666 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4168d0] now 0+0 2015-03-31 11:02:23.643813 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407546 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.643831 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407546 cr=0x45a2d00) 2015-03-31 11:02:23.643833 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407546 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.643836 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407546 cr=0x45a2d00) #10000004e40 2015-03-31 11:02:23.643838 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e40 snap head 2015-03-31 11:02:23.643840 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.643841 7fbe462be700 10 mds.0.server ref is [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.643853 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407546 cr=0x45a2d00) 2015-03-31 11:02:23.643856 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643871 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643881 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.643890 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.643897 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643911 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.643925 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.643934 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.643945 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.643953 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0xb10e900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.643963 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.643968 7fbe462be700 10 mds.0.cache.ino(10000004e40) auth_pin by 0xb10e900 on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] now 1+0 2015-03-31 11:02:23.643975 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.643989 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.644003 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.644014 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.644024 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.644033 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.644042 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644049 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644066 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644072 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644097 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407546 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.644101 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407546 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.644111 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.644114 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.644118 7fbe462be700 10 mds.0.cache.ino(10000004e40) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.644121 7fbe462be700 10 mds.0.cache.ino(10000004e40) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.644133 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407546 cr=0x45a2d00) 2015-03-31 11:02:23.644152 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.644167 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.644181 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.644191 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.644201 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.644210 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.644219 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644236 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644243 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644249 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.644254 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.644268 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.644279 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0xb10e900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.644288 7fbe462be700 10 mds.0.cache.ino(10000004e40) auth_unpin by 0xb10e900 on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c0288] now 0+0 2015-03-31 11:02:23.644565 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407547 lookup #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.644582 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407547 cr=0x968eb80) 2015-03-31 11:02:23.644584 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407547 lookup #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.644587 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407547 cr=0x968eb80) #1000006026a/blarg10032 2015-03-31 11:02:23.644589 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.644591 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10032 [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock) v=177650 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f820] 2015-03-31 11:02:23.644600 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.644601 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407547 lookup #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.644613 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.644623 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407547 cr=0x968eb80) 2015-03-31 11:02:23.645089 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407548 lookup #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645109 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407548 cr=0x9cc5000) 2015-03-31 11:02:23.645112 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407548 lookup #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645115 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407548 cr=0x9cc5000) #1000006026a/blarg10032 2015-03-31 11:02:23.645118 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.645120 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10032 [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock) v=177650 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f820] 2015-03-31 11:02:23.645129 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.645130 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407548 lookup #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645142 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.645153 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407548 cr=0x9cc5000) 2015-03-31 11:02:23.645617 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407549 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645638 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407549 cr=0xb262580) 2015-03-31 11:02:23.645641 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407549 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645644 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407549 cr=0xb262580) #10000004e40 2015-03-31 11:02:23.645646 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e40 snap head 2015-03-31 11:02:23.645648 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.645649 7fbe462be700 10 mds.0.server ref is [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.645661 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407549 cr=0xb262580) 2015-03-31 11:02:23.645664 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.645681 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.645693 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.645702 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.645709 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.645722 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.645737 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.645746 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.645757 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.645766 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0xb10e900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.645775 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.645781 7fbe462be700 10 mds.0.cache.ino(10000004e40) auth_pin by 0xb10e900 on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] now 1+0 2015-03-31 11:02:23.645792 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.645807 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.645821 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.645842 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.645852 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.645871 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.645880 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.645886 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.645892 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.645898 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.645912 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407549 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645916 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407549 getattr Xs #10000004e40 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.645927 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.645931 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.645935 7fbe462be700 10 mds.0.cache.ino(10000004e40) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.645937 7fbe462be700 10 mds.0.cache.ino(10000004e40) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.645951 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407549 cr=0xb262580) 2015-03-31 11:02:23.645970 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.645986 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646000 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646011 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646021 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.646030 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.646050 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.646057 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.646064 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.646071 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9c0288] 2015-03-31 11:02:23.646078 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.646093 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.646103 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0xb10e900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.646113 7fbe462be700 10 mds.0.cache.ino(10000004e40) auth_unpin by 0xb10e900 on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9c0288] now 0+0 2015-03-31 11:02:23.646400 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407550 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.646417 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407550 cr=0x2645d000) 2015-03-31 11:02:23.646419 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407550 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.646422 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407550 cr=0x2645d000) #1000006026a 2015-03-31 11:02:23.646424 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.646426 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.646427 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646442 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407550 cr=0x2645d000) 2015-03-31 11:02:23.646445 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646459 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646470 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646481 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646494 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.646508 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646517 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.646528 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646538 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.646549 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646563 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646577 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646587 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646597 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646608 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646619 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646629 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31344} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646656 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407550 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.646660 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407550 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.646682 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.646686 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.646689 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31345 2015-03-31 11:02:23.646691 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31345 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.646704 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407550 cr=0x2645d000) 2015-03-31 11:02:23.646722 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646738 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.646751 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646761 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.646771 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646787 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646798 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646807 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.646817 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.646830 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.646840 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.647288 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407551 create #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.647308 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407551 cr=0x8f08c80) 2015-03-31 11:02:23.647310 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407551 create #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.647313 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10032 2015-03-31 11:02:23.647315 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407551 cr=0x8f08c80) #1000006026a/blarg10032 2015-03-31 11:02:23.647317 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10032 2015-03-31 11:02:23.647318 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.647320 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.647321 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178667 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.647331 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178667 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.647340 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10032 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178667 v=178663 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.647350 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407551 cr=0x8f08c80) 2015-03-31 11:02:23.647356 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.647375 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647387 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647398 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock) v=177650 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f820] 2015-03-31 11:02:23.647405 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.647420 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.647434 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647444 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.647455 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=2+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647465 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.647476 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock) v=177650 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676f820] 2015-03-31 11:02:23.647481 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10032) auth_pin by 0xb10e900 on [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock) v=177650 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] now 1+0 2015-03-31 11:02:23.647488 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock) v=177650 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647492 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177650 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647508 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177650 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647513 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177650 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647517 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177650 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647535 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10032) auth_pin by 0x676f978 on [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177650 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] now 2+0 2015-03-31 11:02:23.647541 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0xb10e900) [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dn xlock x=1 by 0xb10e900) (dversion lock w=1 last_client=708310) v=177650 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647546 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.647561 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.647574 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.647587 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.647600 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647610 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647619 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647629 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647638 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647648 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647658 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647667 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647677 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647686 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647696 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647705 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647714 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647723 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647742 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b8 ([1000006b2b9~36a], 874 left) 2015-03-31 11:02:23.647745 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.647746 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b8 [2,head] #1000006b2b8 auth v1 s=0 n() (iversion lock) 0x3f4e8470] 2015-03-31 11:02:23.647750 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178668 2015-03-31 11:02:23.647751 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10032) pre_dirty [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dn xlock x=1 by 0xb10e900) (dversion lock w=1 last_client=708310) pv=178668 v=177650 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.647759 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4e8470] 2015-03-31 11:02:23.647766 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0xb10e900 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178668 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:23.647775 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9a302c0 2015-03-31 11:02:23.647777 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178669 2015-03-31 11:02:23.647778 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178669 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.647789 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178669 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.647805 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4e8470] 2015-03-31 11:02:23.647812 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.647814 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295238 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647829 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295240 2015-03-31 11:02:23.647830 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295240 v=3295234 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.647834 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295240 (current v 3295234) 2015-03-31 11:02:23.647837 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178669 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.647844 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.647846 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0xb10e900 on [dir 10000000000 /test_small/ [2,head] auth pv=3295240 v=3295235 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:23.647856 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x4782cb0 2015-03-31 11:02:23.647857 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295241 2015-03-31 11:02:23.647858 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647870 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647881 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647892 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.647894 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.890649 < 1, stopping 2015-03-31 11:02:23.647898 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.647909 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.647913 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295240 v=3295234 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.647918 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31345} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.647933 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4e8470] 2015-03-31 11:02:23.647940 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.647943 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647951 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.647953 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647961 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647968 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647975 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647982 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647988 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.647995 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648002 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648008 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648015 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648022 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648029 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648035 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648042 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648049 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4e8470] 2015-03-31 11:02:23.648060 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.648061 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.648063 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4e8470 tracedn 0x676f820 2015-03-31 11:02:23.648066 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0xb10e900) [dentry #1/test_small/small5/blarg10032 [2,head] auth NULL (dn xlock x=1 by 0xb10e900) (dversion lock w=1 last_client=708310) pv=178668 v=177650 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676f820] 2015-03-31 11:02:23.648073 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407551 create #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.648093 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.648096 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31346 2015-03-31 11:02:23.648098 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31346 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.648104 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.648107 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.648109 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) including xattrs version 0 2015-03-31 11:02:23.648145 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648173 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648188 7fbe406af700 5 mds.0.log _submit_thread 5419570846~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.648188 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648201 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648226 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648249 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648259 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648270 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648281 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648293 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648303 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648314 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648325 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648567 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407552 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.648587 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407552 cr=0x26900f00) 2015-03-31 11:02:23.648590 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407552 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.648594 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407552 cr=0x26900f00) #1000006b2b8 2015-03-31 11:02:23.648596 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b8 snap head 2015-03-31 11:02:23.648597 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.648598 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4e8470] 2015-03-31 11:02:23.648612 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407552 cr=0x26900f00) 2015-03-31 11:02:23.648614 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648630 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648641 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648652 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4e8470] 2015-03-31 11:02:23.648661 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648675 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.648690 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648699 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.648710 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648720 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.648730 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4e8470] 2015-03-31 11:02:23.648738 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_pin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4e8470] now 1+0 2015-03-31 11:02:23.648748 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648763 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648777 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648791 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648802 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648813 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648845 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.648855 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.648870 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407552 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.648874 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407552 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.648884 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.648887 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.648891 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.648894 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.648907 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407552 cr=0x26900f00) 2015-03-31 11:02:23.648926 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648941 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.648955 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648966 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.648976 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.648986 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649007 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.649017 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.649027 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.649042 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.649052 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.649063 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_unpin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] now 0+0 2015-03-31 11:02:23.649332 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407553 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.649350 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407553 cr=0x2645bc00) 2015-03-31 11:02:23.649353 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407553 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.649356 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407553 cr=0x2645bc00) #1000006b2b8 2015-03-31 11:02:23.649357 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b8 snap head 2015-03-31 11:02:23.649359 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.649360 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.649373 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407553 cr=0x2645bc00) 2015-03-31 11:02:23.649375 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.649391 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.649401 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649412 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.649422 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.649435 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.649450 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.649459 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.649470 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649480 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.649491 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.649500 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_pin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] now 1+0 2015-03-31 11:02:23.649510 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.649525 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.649539 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.649550 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.649560 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649571 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649591 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.649613 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.649628 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407553 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.649631 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407553 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.649641 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.649644 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.649649 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.649651 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.649664 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407553 cr=0x2645bc00) 2015-03-31 11:02:23.649683 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.649698 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.649712 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.649722 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.649732 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649753 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.649764 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.649774 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.649788 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.649803 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.649815 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.649826 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_unpin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] now 0+0 2015-03-31 11:02:23.652656 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e40 follows 0 op update 2015-03-31 11:02:23.652660 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652670 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.652672 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.652690 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.652691 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652698 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652706 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.652708 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652719 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652738 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652745 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.652747 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652755 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652758 7fbe406af700 5 mds.0.log _submit_thread 5419572486~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.652762 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652768 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652773 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652779 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652789 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652795 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.652805 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.692029 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407554 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.692053 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407554 cr=0x8f0cd80) 2015-03-31 11:02:23.692056 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407554 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.692060 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407554 cr=0x8f0cd80) #1000006b2b8 2015-03-31 11:02:23.692062 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b8 snap head 2015-03-31 11:02:23.692063 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.692064 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.692080 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407554 cr=0x8f0cd80) 2015-03-31 11:02:23.692083 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.692101 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.692113 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.692125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.692136 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.692150 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.692165 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.692175 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.692186 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.692197 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.692208 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.692218 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_pin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] now 1+0 2015-03-31 11:02:23.692228 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.692243 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.692283 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.692293 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.692303 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.692313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.692322 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.692332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.692346 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407554 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.692351 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407554 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.692361 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.692365 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.692369 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.692373 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.692386 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407554 cr=0x8f0cd80) 2015-03-31 11:02:23.692405 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.692422 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.692436 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.692447 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.692457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.692468 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.692489 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.692500 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.692510 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.692525 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.692536 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.692547 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_unpin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] now 0+0 2015-03-31 11:02:23.693812 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e40 follows 0 op update 2015-03-31 11:02:23.693816 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693827 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.693829 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.693847 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.693848 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693855 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693863 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.693865 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693870 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693878 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693883 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.693884 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693892 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693898 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693904 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693910 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.693911 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.693912 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e40 [2,head] /test_small/small1/blarg10032 auth v136882 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9c0288] 2015-03-31 11:02:23.693919 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.733037 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407555 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.733058 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407555 cr=0x26d3cb00) 2015-03-31 11:02:23.733062 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407555 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.733066 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407555 cr=0x26d3cb00) #1000006b2b8 2015-03-31 11:02:23.733068 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b8 snap head 2015-03-31 11:02:23.733069 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.733070 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.733087 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407555 cr=0x26d3cb00) 2015-03-31 11:02:23.733090 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733108 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733119 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.733131 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.733141 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733156 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.733170 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733181 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.733191 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.733201 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.733212 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.733222 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_pin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] now 1+0 2015-03-31 11:02:23.733232 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733247 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733272 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733294 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733303 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.733313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.733323 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.733332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.733347 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407555 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.733351 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407555 getattr Xs #1000006b2b8 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.733362 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.733365 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.733369 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.733372 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.733386 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407555 cr=0x26d3cb00) 2015-03-31 11:02:23.733404 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733456 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.733467 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.733488 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.733499 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4e8470] 2015-03-31 11:02:23.733509 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.733524 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.733535 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.733546 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) auth_unpin by 0x23dd4b00 on [inode 1000006b2b8 [2,head] {#1000006b2b8 /test_small/small5/blarg10032} auth v178668 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4e8470] now 0+0 2015-03-31 11:02:23.733828 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407556 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.733846 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407556 cr=0x26d3fd00) 2015-03-31 11:02:23.733848 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407556 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.733851 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407556 cr=0x26d3fd00) #10000004e3d 2015-03-31 11:02:23.733853 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3d snap head 2015-03-31 11:02:23.733855 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.733856 7fbe462be700 10 mds.0.server ref is [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.733866 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407556 cr=0x26d3fd00) 2015-03-31 11:02:23.733869 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733884 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733895 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.733904 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.733909 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.733923 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.733937 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.733947 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.733957 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.733967 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd4b00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.733976 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.733982 7fbe462be700 10 mds.0.cache.ino(10000004e3d) auth_pin by 0x23dd4b00 on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] now 1+0 2015-03-31 11:02:23.733989 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.734003 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.734017 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.734027 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.734037 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.734046 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.734055 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734061 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734067 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734084 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734109 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407556 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.734113 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407556 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.734123 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.734126 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.734131 7fbe462be700 10 mds.0.cache.ino(10000004e3d) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.734133 7fbe462be700 10 mds.0.cache.ino(10000004e3d) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.734146 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407556 cr=0x26d3fd00) 2015-03-31 11:02:23.734165 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.734181 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.734195 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.734205 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.734215 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.734223 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.734232 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734250 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734257 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734263 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.734268 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.734283 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.734293 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd4b00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.734302 7fbe462be700 10 mds.0.cache.ino(10000004e3d) auth_unpin by 0x23dd4b00 on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bf950] now 0+0 2015-03-31 11:02:23.734578 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407557 lookup #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.734594 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407557 cr=0xa255f00) 2015-03-31 11:02:23.734595 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407557 lookup #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.734598 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407557 cr=0xa255f00) #1000006026a/blarg10033 2015-03-31 11:02:23.734600 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.734602 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10033 [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock) v=177652 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fa00] 2015-03-31 11:02:23.734609 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.734611 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407557 lookup #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.734619 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.734630 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407557 cr=0xa255f00) 2015-03-31 11:02:23.735095 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407558 lookup #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735115 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407558 cr=0xa255a00) 2015-03-31 11:02:23.735117 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407558 lookup #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735120 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407558 cr=0xa255a00) #1000006026a/blarg10033 2015-03-31 11:02:23.735122 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.735125 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10033 [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock) v=177652 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fa00] 2015-03-31 11:02:23.735133 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.735134 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407558 lookup #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735147 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.735159 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407558 cr=0xa255a00) 2015-03-31 11:02:23.735578 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407559 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735600 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407559 cr=0xa256e00) 2015-03-31 11:02:23.735602 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407559 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735606 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407559 cr=0xa256e00) #10000004e3d 2015-03-31 11:02:23.735607 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e3d snap head 2015-03-31 11:02:23.735609 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.735610 7fbe462be700 10 mds.0.server ref is [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.735622 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407559 cr=0xa256e00) 2015-03-31 11:02:23.735625 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.735642 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.735654 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.735664 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.735670 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.735684 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.735698 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.735708 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.735719 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.735728 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd4b00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.735738 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.735744 7fbe462be700 10 mds.0.cache.ino(10000004e3d) auth_pin by 0x23dd4b00 on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] now 1+0 2015-03-31 11:02:23.735750 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.735765 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.735780 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.735808 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.735830 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.735838 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.735847 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.735853 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.735859 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.735865 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.735878 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407559 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735882 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407559 getattr Xs #10000004e3d 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.735892 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.735896 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.735900 7fbe462be700 10 mds.0.cache.ino(10000004e3d) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.735902 7fbe462be700 10 mds.0.cache.ino(10000004e3d) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.735916 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407559 cr=0xa256e00) 2015-03-31 11:02:23.735935 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.735952 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.735966 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.735977 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.735987 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.735996 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.736016 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.736024 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.736029 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.736035 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bf950] 2015-03-31 11:02:23.736041 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.736056 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.736067 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd4b00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.736076 7fbe462be700 10 mds.0.cache.ino(10000004e3d) auth_unpin by 0x23dd4b00 on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bf950] now 0+0 2015-03-31 11:02:23.736364 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407560 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.736381 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407560 cr=0xa257300) 2015-03-31 11:02:23.736384 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407560 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.736387 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407560 cr=0xa257300) #1000006026a 2015-03-31 11:02:23.736389 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.736390 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.736391 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736407 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407560 cr=0xa257300) 2015-03-31 11:02:23.736409 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.736424 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.736434 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736444 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.736457 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.736471 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.736481 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.736491 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736501 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.736512 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.736526 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.736540 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.736550 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.736560 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736571 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736581 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736592 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31346} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736608 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407560 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.736623 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407560 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.736645 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.736647 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.736651 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31347 2015-03-31 11:02:23.736653 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31347 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.736666 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407560 cr=0xa257300) 2015-03-31 11:02:23.736684 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.736700 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.736714 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.736724 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.736734 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736744 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736766 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736775 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.736789 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.736803 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.736813 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.737086 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407561 create #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.737103 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407561 cr=0x9408280) 2015-03-31 11:02:23.737105 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407561 create #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.737107 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10033 2015-03-31 11:02:23.737109 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407561 cr=0x9408280) #1000006026a/blarg10033 2015-03-31 11:02:23.737112 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10033 2015-03-31 11:02:23.737113 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.737114 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.737116 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178669 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.737124 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178669 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.737133 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10033 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178669 v=178663 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.737142 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407561 cr=0x9408280) 2015-03-31 11:02:23.737147 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737164 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737174 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737185 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock) v=177652 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737192 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737206 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.737220 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737230 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.737240 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737251 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.737261 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock) v=177652 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737266 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10033) auth_pin by 0x23dd4b00 on [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock) v=177652 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] now 1+0 2015-03-31 11:02:23.737273 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock) v=177652 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737278 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177652 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737284 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177652 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737289 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177652 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737295 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177652 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737301 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10033) auth_pin by 0x676fb58 on [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177652 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] now 2+0 2015-03-31 11:02:23.737306 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd4b00) [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dn xlock x=1 by 0x23dd4b00) (dversion lock w=1 last_client=708310) v=177652 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737312 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737328 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737364 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737377 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737389 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737399 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737408 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737418 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737427 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737437 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737447 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737457 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737466 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737475 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737485 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737495 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737504 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737514 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737530 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2b9 ([1000006b2ba~369], 873 left) 2015-03-31 11:02:23.737533 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.737535 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2b9 [2,head] #1000006b2b9 auth v1 s=0 n() (iversion lock) 0x3f476320] 2015-03-31 11:02:23.737539 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178670 2015-03-31 11:02:23.737540 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10033) pre_dirty [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dn xlock x=1 by 0x23dd4b00) (dversion lock w=1 last_client=708310) pv=178670 v=177652 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737547 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f476320] 2015-03-31 11:02:23.737554 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd4b00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178670 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 8 2015-03-31 11:02:23.737563 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9937c70 2015-03-31 11:02:23.737564 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178671 2015-03-31 11:02:23.737565 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178671 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.737572 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178671 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.737578 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f476320] 2015-03-31 11:02:23.737584 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.737586 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295240 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737599 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295242 2015-03-31 11:02:23.737600 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295242 v=3295234 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.737604 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295242 (current v 3295234) 2015-03-31 11:02:23.737605 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178671 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.737611 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.737613 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd4b00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295242 v=3295235 cv=3287205/3287205 ap=4+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 5 2015-03-31 11:02:23.737622 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2cc69760 2015-03-31 11:02:23.737623 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295243 2015-03-31 11:02:23.737625 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737636 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737646 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737656 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.737657 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.980439 < 1, stopping 2015-03-31 11:02:23.737662 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737672 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=4 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.737676 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295242 v=3295234 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.737681 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31347} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.737695 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f476320] 2015-03-31 11:02:23.737702 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.737704 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f476320] 2015-03-31 11:02:23.737712 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.737714 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737722 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737728 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737735 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737742 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737748 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737755 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737762 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737768 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737774 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737781 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737791 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737798 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737804 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737811 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f476320] 2015-03-31 11:02:23.737821 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.737822 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.737824 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f476320 tracedn 0x676fa00 2015-03-31 11:02:23.737826 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd4b00) [dentry #1/test_small/small5/blarg10033 [2,head] auth NULL (dn xlock x=1 by 0x23dd4b00) (dversion lock w=1 last_client=708310) pv=178670 v=177652 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fa00] 2015-03-31 11:02:23.737833 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407561 create #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.737841 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.737844 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31348 2015-03-31 11:02:23.737846 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31348 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.737852 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.737855 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.737857 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) including xattrs version 0 2015-03-31 11:02:23.737894 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737923 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737937 7fbe406af700 5 mds.0.log _submit_thread 5419573345~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.737938 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737952 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.737966 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.737988 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738000 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738010 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738020 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738032 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738044 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738054 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738065 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738075 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738196 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407562 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.738226 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407562 cr=0x940eb80) 2015-03-31 11:02:23.738229 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407562 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.738232 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407562 cr=0x940eb80) #1000006b2b9 2015-03-31 11:02:23.738234 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b9 snap head 2015-03-31 11:02:23.738236 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.738237 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f476320] 2015-03-31 11:02:23.738250 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407562 cr=0x940eb80) 2015-03-31 11:02:23.738253 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.738268 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738279 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738289 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f476320] 2015-03-31 11:02:23.738299 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.738313 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.738327 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738336 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.738346 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738356 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.738367 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f476320] 2015-03-31 11:02:23.738376 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_pin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f476320] now 1+0 2015-03-31 11:02:23.738386 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.738401 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.738415 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738426 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738436 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738456 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738477 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.738486 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.738501 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407562 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.738505 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407562 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.738515 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.738518 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.738521 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.738525 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.738538 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407562 cr=0x940eb80) 2015-03-31 11:02:23.738557 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.738572 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.738585 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738596 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.738606 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738616 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.738626 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.738647 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.738656 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.738671 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.738681 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.738692 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_unpin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] now 0+0 2015-03-31 11:02:23.738954 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407563 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.738972 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407563 cr=0x940fa80) 2015-03-31 11:02:23.738975 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407563 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.738978 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407563 cr=0x940fa80) #1000006b2b9 2015-03-31 11:02:23.738980 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b9 snap head 2015-03-31 11:02:23.738982 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.738983 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.738995 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407563 cr=0x940fa80) 2015-03-31 11:02:23.738998 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.739013 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.739023 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.739034 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.739043 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.739057 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.739071 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.739080 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.739091 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.739101 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.739111 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.739120 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_pin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] now 1+0 2015-03-31 11:02:23.739130 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.739145 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.739159 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.739169 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.739179 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.739190 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.739200 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.739219 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.739245 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407563 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.739249 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407563 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.739259 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.739261 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.739265 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.739269 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.739281 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407563 cr=0x940fa80) 2015-03-31 11:02:23.739300 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.739315 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.739329 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.739340 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.739350 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.739372 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.739383 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.739393 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.739403 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.739418 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.739428 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.739439 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_unpin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] now 0+0 2015-03-31 11:02:23.743142 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3d follows 0 op update 2015-03-31 11:02:23.743146 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743156 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.743158 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.743177 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.743178 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743184 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743191 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.743193 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743204 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743224 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743230 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.743231 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743239 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743243 7fbe406af700 5 mds.0.log _submit_thread 5419574985~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.743247 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743253 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743258 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743264 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743269 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743276 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.743285 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.783047 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407564 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.783069 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407564 cr=0x940c380) 2015-03-31 11:02:23.783073 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407564 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.783077 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407564 cr=0x940c380) #1000006b2b9 2015-03-31 11:02:23.783079 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b9 snap head 2015-03-31 11:02:23.783081 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.783082 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.783099 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407564 cr=0x940c380) 2015-03-31 11:02:23.783102 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.783119 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.783131 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.783143 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.783154 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.783169 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.783183 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.783193 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.783204 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.783214 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.783225 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.783235 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_pin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] now 1+0 2015-03-31 11:02:23.783246 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.783261 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.783299 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.783308 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.783318 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.783328 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.783337 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.783346 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.783362 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407564 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.783366 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407564 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.783376 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.783379 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.783384 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.783386 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.783400 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407564 cr=0x940c380) 2015-03-31 11:02:23.783419 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.783436 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.783450 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.783461 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.783471 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.783482 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.783504 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.783515 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.783525 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.783539 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.783550 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.783560 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_unpin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] now 0+0 2015-03-31 11:02:23.784882 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e3d follows 0 op update 2015-03-31 11:02:23.784885 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784897 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.784899 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.784916 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.784917 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784924 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784932 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.784935 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784940 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784947 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784954 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.784955 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784961 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784968 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784973 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784977 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.784978 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.784980 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e3d [2,head] /test_small/small1/blarg10033 auth v136884 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf950] 2015-03-31 11:02:23.784987 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.824028 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407565 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.824052 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407565 cr=0x2941d500) 2015-03-31 11:02:23.824054 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407565 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.824058 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407565 cr=0x2941d500) #1000006b2b9 2015-03-31 11:02:23.824059 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2b9 snap head 2015-03-31 11:02:23.824061 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.824062 7fbe462be700 10 mds.0.server ref is [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.824079 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407565 cr=0x2941d500) 2015-03-31 11:02:23.824081 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824099 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824111 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.824122 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.824133 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824147 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.824161 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824171 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.824182 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.824192 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.824203 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.824213 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_pin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] now 1+0 2015-03-31 11:02:23.824224 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824239 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824264 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824286 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824296 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.824306 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.824316 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.824325 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.824340 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407565 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.824344 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407565 getattr Xs #1000006b2b9 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.824355 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.824359 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.824363 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.824366 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.824380 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407565 cr=0x2941d500) 2015-03-31 11:02:23.824399 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824416 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824430 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824441 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824451 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.824461 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.824483 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.824493 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f476320] 2015-03-31 11:02:23.824503 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.824518 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.824529 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.824540 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) auth_unpin by 0x242cf300 on [inode 1000006b2b9 [2,head] {#1000006b2b9 /test_small/small5/blarg10033} auth v178670 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f476320] now 0+0 2015-03-31 11:02:23.824827 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407566 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.824844 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407566 cr=0x9cc5280) 2015-03-31 11:02:23.824847 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407566 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.824850 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407566 cr=0x9cc5280) #10000004e5e 2015-03-31 11:02:23.824852 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e5e snap head 2015-03-31 11:02:23.824853 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.824854 7fbe462be700 10 mds.0.server ref is [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.824866 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407566 cr=0x9cc5280) 2015-03-31 11:02:23.824869 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824884 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824895 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.824904 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.824909 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.824923 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.824937 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.824947 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.824957 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.824966 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cf300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.824975 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.824981 7fbe462be700 10 mds.0.cache.ino(10000004e5e) auth_pin by 0x242cf300 on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] now 1+0 2015-03-31 11:02:23.824989 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.825003 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.825017 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.825028 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.825038 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.825047 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.825056 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825063 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825070 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825087 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825111 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407566 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.825115 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407566 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.825125 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.825128 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.825132 7fbe462be700 10 mds.0.cache.ino(10000004e5e) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.825135 7fbe462be700 10 mds.0.cache.ino(10000004e5e) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.825147 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407566 cr=0x9cc5280) 2015-03-31 11:02:23.825166 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.825182 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.825196 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.825207 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.825217 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.825226 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.825246 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825253 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825260 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825266 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.825272 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.825286 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.825296 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cf300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.825306 7fbe462be700 10 mds.0.cache.ino(10000004e5e) auth_unpin by 0x242cf300 on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bf018] now 0+0 2015-03-31 11:02:23.825619 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407567 lookup #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.825635 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407567 cr=0x968e180) 2015-03-31 11:02:23.825637 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407567 lookup #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.825640 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407567 cr=0x968e180) #1000006026a/blarg10034 2015-03-31 11:02:23.825642 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.825644 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10034 [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock) v=177654 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.825652 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.825654 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407567 lookup #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.825664 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.825675 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407567 cr=0x968e180) 2015-03-31 11:02:23.826099 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407568 lookup #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826118 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407568 cr=0x940ee00) 2015-03-31 11:02:23.826122 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407568 lookup #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826125 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407568 cr=0x940ee00) #1000006026a/blarg10034 2015-03-31 11:02:23.826127 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.826130 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10034 [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock) v=177654 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.826137 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.826139 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407568 lookup #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826149 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.826162 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407568 cr=0x940ee00) 2015-03-31 11:02:23.826570 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407569 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826592 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407569 cr=0xaee9680) 2015-03-31 11:02:23.826596 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407569 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826599 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407569 cr=0xaee9680) #10000004e5e 2015-03-31 11:02:23.826601 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e5e snap head 2015-03-31 11:02:23.826603 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.826604 7fbe462be700 10 mds.0.server ref is [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.826616 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407569 cr=0xaee9680) 2015-03-31 11:02:23.826619 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.826637 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.826648 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.826658 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.826664 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.826678 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.826692 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.826702 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.826713 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.826722 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cf300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.826731 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.826738 7fbe462be700 10 mds.0.cache.ino(10000004e5e) auth_pin by 0x242cf300 on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] now 1+0 2015-03-31 11:02:23.826745 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.826760 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.826774 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.826800 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.826821 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.826830 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.826838 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.826845 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.826851 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.826857 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.826870 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407569 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826874 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407569 getattr Xs #10000004e5e 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.826885 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.826888 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.826893 7fbe462be700 10 mds.0.cache.ino(10000004e5e) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.826895 7fbe462be700 10 mds.0.cache.ino(10000004e5e) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.826909 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407569 cr=0xaee9680) 2015-03-31 11:02:23.826928 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.826944 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.826958 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.826969 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.826979 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.826988 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.826997 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.827015 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.827022 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.827028 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bf018] 2015-03-31 11:02:23.827034 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.827048 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.827059 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cf300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.827068 7fbe462be700 10 mds.0.cache.ino(10000004e5e) auth_unpin by 0x242cf300 on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bf018] now 0+0 2015-03-31 11:02:23.827357 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407570 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.827375 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407570 cr=0x9cc2f80) 2015-03-31 11:02:23.827377 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407570 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.827381 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407570 cr=0x9cc2f80) #1000006026a 2015-03-31 11:02:23.827383 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.827384 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.827385 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827400 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407570 cr=0x9cc2f80) 2015-03-31 11:02:23.827403 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.827417 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.827428 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827438 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.827452 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.827465 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.827475 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.827485 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827495 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.827506 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.827520 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.827534 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.827544 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.827554 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827565 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827575 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827586 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (ixattr sync r=1) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31348} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827602 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407570 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.827616 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407570 getattr Xs #1000006026a 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.827638 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.827641 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.827646 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31349 2015-03-31 11:02:23.827648 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31349 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.827660 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407570 cr=0x9cc2f80) 2015-03-31 11:02:23.827679 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.827695 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.827709 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.827720 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.827729 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827740 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827761 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827771 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.827781 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.827799 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.827810 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.828194 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407571 create #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.828215 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407571 cr=0x2941b480) 2015-03-31 11:02:23.828218 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407571 create #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.828221 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10034 2015-03-31 11:02:23.828222 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407571 cr=0x2941b480) #1000006026a/blarg10034 2015-03-31 11:02:23.828225 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10034 2015-03-31 11:02:23.828226 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.828227 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.828229 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178671 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.828239 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178671 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.828248 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10034 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178671 v=178663 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.828259 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407571 cr=0x2941b480) 2015-03-31 11:02:23.828264 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828283 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828295 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828306 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock) v=177654 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828312 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828327 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cf300 on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.828341 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828351 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.828362 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828373 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.828384 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock) v=177654 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828389 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10034) auth_pin by 0x242cf300 on [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock) v=177654 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] now 1+0 2015-03-31 11:02:23.828396 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock) v=177654 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828400 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177654 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828416 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177654 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828422 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177654 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828427 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177654 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828443 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10034) auth_pin by 0x676fd38 on [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177654 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] now 2+0 2015-03-31 11:02:23.828449 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cf300) [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dn xlock x=1 by 0x242cf300) (dversion lock w=1 last_client=708310) v=177654 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828455 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828469 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828482 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828495 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828508 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828518 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828527 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828536 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828545 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828555 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828565 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828575 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828584 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828593 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828603 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828612 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828622 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828631 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828650 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ba ([1000006b2bb~368], 872 left) 2015-03-31 11:02:23.828652 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.828654 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ba [2,head] #1000006b2ba auth v1 s=0 n() (iversion lock) 0x3f47e430] 2015-03-31 11:02:23.828658 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178672 2015-03-31 11:02:23.828659 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10034) pre_dirty [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dn xlock x=1 by 0x242cf300) (dversion lock w=1 last_client=708310) pv=178672 v=177654 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.828667 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f47e430] 2015-03-31 11:02:23.828673 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cf300 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178672 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 10 2015-03-31 11:02:23.828682 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x924b9c0 2015-03-31 11:02:23.828684 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178673 2015-03-31 11:02:23.828685 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178673 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.828691 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178673 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.828697 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f47e430] 2015-03-31 11:02:23.828702 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.828704 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295242 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828718 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295244 2015-03-31 11:02:23.828719 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295244 v=3295234 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.828723 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295244 (current v 3295234) 2015-03-31 11:02:23.828724 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178673 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.828731 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.828734 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cf300 on [dir 10000000000 /test_small/ [2,head] auth pv=3295244 v=3295235 cv=3287205/3287205 ap=5+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 6 2015-03-31 11:02:23.828743 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0xa9f9340 2015-03-31 11:02:23.828745 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295245 2015-03-31 11:02:23.828746 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828758 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828768 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828778 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.828780 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.07156 ago, continuing 2015-03-31 11:02:23.828787 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 10000000000 [...2,head] /test_small/ auth v120412 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828799 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120414 2015-03-31 11:02:23.828800 7fbe462be700 10 mds.0.cache.den(1 test_small) pre_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120414 v=120412 ap=0+6 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:23.828804 7fbe462be700 10 mds.0.cache.ino(10000000000) pre_dirty 120414 (current v 120412) 2015-03-31 11:02:23.828805 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 10000000000 /test_small/ [2,head] auth pv=3295245 v=3295235 cv=3287205/3287205 ap=5+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] 2015-03-31 11:02:23.828814 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.828815 7fbe462be700 10 mds.0.cache.dir(1) auth_pin by 0x242cf300 on [dir 1 / [2,head] auth v=120413 cv=119911/119911 dir_auth=0 ap=1+5+6 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:59.000000 b422190196760 382353=382344+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] count now 1 + 6 2015-03-31 11:02:23.828825 7fbe462be700 10 mds.0.cache.dir(1) project_fnode 0x3c34780 2015-03-31 11:02:23.828826 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120415 2015-03-31 11:02:23.828827 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828841 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828854 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828865 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.828866 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.07156 ago, continuing 2015-03-31 11:02:23.828868 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1 [...2,head] / auth v53469 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.828888 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small [2,head] auth (dversion lock) pv=120414 v=120412 ap=0+6 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:23.828892 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.828905 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295244 v=3295234 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.828910 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31349} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.828923 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f47e430] 2015-03-31 11:02:23.828930 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.828933 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f47e430] 2015-03-31 11:02:23.828941 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.828942 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828950 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828956 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828963 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828969 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828976 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828983 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828989 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.828995 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829002 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829008 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829014 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829021 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829027 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829034 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f47e430] 2015-03-31 11:02:23.829043 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.829045 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.829046 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f47e430 tracedn 0x676fbe0 2015-03-31 11:02:23.829048 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cf300) [dentry #1/test_small/small5/blarg10034 [2,head] auth NULL (dn xlock x=1 by 0x242cf300) (dversion lock w=1 last_client=708310) pv=178672 v=177654 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fbe0] 2015-03-31 11:02:23.829055 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407571 create #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.829063 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.829067 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31350 2015-03-31 11:02:23.829069 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31350 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.829074 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.829078 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.829080 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) including xattrs version 0 2015-03-31 11:02:23.829117 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829146 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829161 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829169 7fbe406af700 5 mds.0.log _submit_thread 5419575844~2770 : EUpdate openc [metablob 1, 3 dirs] 2015-03-31 11:02:23.829181 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829207 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829218 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829230 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829240 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829250 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829262 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829273 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829283 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829294 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829304 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829551 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407572 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.829570 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407572 cr=0x8f09180) 2015-03-31 11:02:23.829572 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407572 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.829576 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407572 cr=0x8f09180) #1000006b2ba 2015-03-31 11:02:23.829578 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ba snap head 2015-03-31 11:02:23.829579 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.829581 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f47e430] 2015-03-31 11:02:23.829594 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407572 cr=0x8f09180) 2015-03-31 11:02:23.829597 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829613 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829624 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829634 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f47e430] 2015-03-31 11:02:23.829644 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829658 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.829672 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829682 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.829693 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829703 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.829713 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f47e430] 2015-03-31 11:02:23.829723 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_pin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f47e430] now 1+0 2015-03-31 11:02:23.829733 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829749 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829763 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829774 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829789 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829810 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829831 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.829841 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.829855 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407572 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.829859 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407572 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.829869 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.829872 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.829875 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.829878 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.829891 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407572 cr=0x8f09180) 2015-03-31 11:02:23.829910 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829926 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.829940 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829950 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.829961 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829971 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.829992 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.830002 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.830012 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.830027 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.830037 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.830048 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_unpin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] now 0+0 2015-03-31 11:02:23.830309 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407573 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.830327 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407573 cr=0x43d3e80) 2015-03-31 11:02:23.830330 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407573 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.830333 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407573 cr=0x43d3e80) #1000006b2ba 2015-03-31 11:02:23.830335 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ba snap head 2015-03-31 11:02:23.830336 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.830337 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.830350 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407573 cr=0x43d3e80) 2015-03-31 11:02:23.830353 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.830369 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.830380 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.830390 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.830399 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.830413 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.830427 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.830437 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.830448 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.830458 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.830468 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.830478 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_pin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] now 1+0 2015-03-31 11:02:23.830488 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.830502 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.830516 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.830527 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.830537 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.830547 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.830567 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.830590 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.830603 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407573 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.830607 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407573 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.830617 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.830620 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.830624 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.830626 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.830639 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407573 cr=0x43d3e80) 2015-03-31 11:02:23.830658 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.830674 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.830688 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.830699 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.830720 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.830730 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.830740 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.830750 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.830760 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.830775 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.830790 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.830800 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_unpin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] now 0+0 2015-03-31 11:02:23.834307 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e5e follows 0 op update 2015-03-31 11:02:23.834311 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834322 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.834324 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.834343 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.834344 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834351 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834359 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.834361 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834373 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834382 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834388 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.834388 7fbe406af700 5 mds.0.log _submit_thread 5419578634~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.834389 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834407 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834414 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834421 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834428 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834434 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834441 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834448 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.834458 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.874041 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407574 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.874062 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407574 cr=0x26902f80) 2015-03-31 11:02:23.874066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407574 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.874071 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407574 cr=0x26902f80) #1000006b2ba 2015-03-31 11:02:23.874073 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ba snap head 2015-03-31 11:02:23.874075 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.874076 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.874092 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407574 cr=0x26902f80) 2015-03-31 11:02:23.874095 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.874114 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.874126 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.874138 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.874148 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.874163 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.874178 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.874189 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.874200 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.874210 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.874221 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.874231 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_pin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] now 1+0 2015-03-31 11:02:23.874241 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.874257 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.874282 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.874304 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.874314 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.874323 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.874333 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.874342 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.874357 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407574 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.874362 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407574 getattr Xs #1000006b2ba 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.874372 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.874375 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.874380 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.874382 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.874396 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407574 cr=0x26902f80) 2015-03-31 11:02:23.874415 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.874431 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.874446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.874456 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.874467 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.874477 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.874498 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.874509 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.874519 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.874534 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.874545 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.874555 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_unpin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] now 0+0 2015-03-31 11:02:23.875844 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e5e follows 0 op update 2015-03-31 11:02:23.875848 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875859 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.875861 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.875880 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.875881 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875888 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875896 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.875898 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875903 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875911 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875918 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.875921 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875927 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875933 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875937 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875943 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.875944 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.875945 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e5e [2,head] /test_small/small1/blarg10034 auth v136886 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bf018] 2015-03-31 11:02:23.875952 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.915032 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407575 getattr Xs #1000006b2ba 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.915054 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407575 cr=0xab85000) 2015-03-31 11:02:23.915058 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407575 getattr Xs #1000006b2ba 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.915062 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407575 cr=0xab85000) #1000006b2ba 2015-03-31 11:02:23.915064 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ba snap head 2015-03-31 11:02:23.915065 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.915066 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.915083 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407575 cr=0xab85000) 2015-03-31 11:02:23.915086 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915104 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915117 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.915128 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.915139 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915154 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.915168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915179 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.915190 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.915200 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.915210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.915220 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_pin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] now 1+0 2015-03-31 11:02:23.915230 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915246 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915260 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915281 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915291 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.915301 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.915312 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.915322 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.915338 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407575 getattr Xs #1000006b2ba 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.915342 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407575 getattr Xs #1000006b2ba 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.915353 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.915356 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.915361 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:23.915364 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.915378 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407575 cr=0xab85000) 2015-03-31 11:02:23.915398 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915415 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915430 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915441 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915452 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.915463 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.915473 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.915484 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f47e430] 2015-03-31 11:02:23.915494 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.915509 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.915520 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.915530 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) auth_unpin by 0x2b0c1400 on [inode 1000006b2ba [2,head] {#1000006b2ba /test_small/small5/blarg10034} auth v178672 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f47e430] now 0+0 2015-03-31 11:02:23.915820 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407576 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.915838 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407576 cr=0x2645aa80) 2015-03-31 11:02:23.915840 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407576 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.915843 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407576 cr=0x2645aa80) #10000004e4e 2015-03-31 11:02:23.915845 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4e snap head 2015-03-31 11:02:23.915847 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.915848 7fbe462be700 10 mds.0.server ref is [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.915859 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407576 cr=0x2645aa80) 2015-03-31 11:02:23.915862 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915878 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915889 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.915898 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.915904 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915918 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.915933 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.915943 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.915954 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.915962 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c1400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.915972 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.915977 7fbe462be700 10 mds.0.cache.ino(10000004e4e) auth_pin by 0x2b0c1400 on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] now 1+0 2015-03-31 11:02:23.915985 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.915999 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.916014 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.916025 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.916035 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.916045 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.916054 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916061 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916077 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916082 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916108 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407576 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.916112 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407576 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.916122 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.916125 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.916129 7fbe462be700 10 mds.0.cache.ino(10000004e4e) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.916131 7fbe462be700 10 mds.0.cache.ino(10000004e4e) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.916144 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407576 cr=0x2645aa80) 2015-03-31 11:02:23.916163 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.916179 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.916194 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.916204 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.916215 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.916224 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.916244 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916250 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916257 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916264 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.916270 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.916284 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.916295 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c1400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.916304 7fbe462be700 10 mds.0.cache.ino(10000004e4e) auth_unpin by 0x2b0c1400 on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9be6e0] now 0+0 2015-03-31 11:02:23.916575 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407577 lookup #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.916591 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407577 cr=0x43d0280) 2015-03-31 11:02:23.916594 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407577 lookup #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.916597 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407577 cr=0x43d0280) #1000006026a/blarg10035 2015-03-31 11:02:23.916599 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.916602 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10035 [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock) v=177656 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.916609 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.916610 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407577 lookup #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.916620 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.916629 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407577 cr=0x43d0280) 2015-03-31 11:02:23.917098 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407578 lookup #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917119 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407578 cr=0x25f4b980) 2015-03-31 11:02:23.917122 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407578 lookup #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917125 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407578 cr=0x25f4b980) #1000006026a/blarg10035 2015-03-31 11:02:23.917126 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.917129 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10035 [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock) v=177656 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.917137 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.917139 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407578 lookup #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917150 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.917163 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407578 cr=0x25f4b980) 2015-03-31 11:02:23.917579 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407579 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917600 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407579 cr=0x26903980) 2015-03-31 11:02:23.917603 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407579 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917606 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407579 cr=0x26903980) #10000004e4e 2015-03-31 11:02:23.917608 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4e snap head 2015-03-31 11:02:23.917610 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.917611 7fbe462be700 10 mds.0.server ref is [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.917623 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407579 cr=0x26903980) 2015-03-31 11:02:23.917626 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.917644 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.917657 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.917666 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.917673 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.917689 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.917704 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.917715 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.917726 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.917735 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c1400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.917745 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.917750 7fbe462be700 10 mds.0.cache.ino(10000004e4e) auth_pin by 0x2b0c1400 on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] now 1+0 2015-03-31 11:02:23.917757 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.917773 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.917803 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.917826 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.917836 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.917844 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.917853 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.917860 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.917866 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.917870 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.917884 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407579 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917888 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407579 getattr Xs #10000004e4e 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.917898 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.917902 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.917906 7fbe462be700 10 mds.0.cache.ino(10000004e4e) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:23.917909 7fbe462be700 10 mds.0.cache.ino(10000004e4e) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.917923 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407579 cr=0x26903980) 2015-03-31 11:02:23.917942 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.917959 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.917974 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.917985 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.917995 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.918004 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.918024 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.918031 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.918037 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.918044 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9be6e0] 2015-03-31 11:02:23.918050 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.918065 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.918077 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c1400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.918086 7fbe462be700 10 mds.0.cache.ino(10000004e4e) auth_unpin by 0x2b0c1400 on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9be6e0] now 0+0 2015-03-31 11:02:23.918459 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407580 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.918480 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407580 cr=0x26907580) 2015-03-31 11:02:23.918483 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407580 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.918487 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407580 cr=0x26907580) #1000006026a 2015-03-31 11:02:23.918489 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.918490 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.918491 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918510 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407580 cr=0x26907580) 2015-03-31 11:02:23.918513 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.918529 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.918541 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918552 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.918566 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.918581 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.918591 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.918602 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918612 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.918624 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.918638 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.918653 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.918664 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.918685 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918706 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918716 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918726 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (ixattr sync r=1) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31350} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918743 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407580 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.918747 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407580 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.918757 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.918761 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.918766 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31351 2015-03-31 11:02:23.918768 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31351 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.918781 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407580 cr=0x26907580) 2015-03-31 11:02:23.918805 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.918821 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.918836 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.918847 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.918857 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918868 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918889 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918899 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.918909 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.918923 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.918934 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.919209 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407581 create #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.919226 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407581 cr=0x236bf580) 2015-03-31 11:02:23.919228 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407581 create #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.919231 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10035 2015-03-31 11:02:23.919232 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407581 cr=0x236bf580) #1000006026a/blarg10035 2015-03-31 11:02:23.919234 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10035 2015-03-31 11:02:23.919236 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.919237 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.919238 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178673 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.919248 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178673 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.919255 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10035 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178673 v=178663 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.919265 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407581 cr=0x236bf580) 2015-03-31 11:02:23.919271 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.919287 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919298 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919309 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock) v=177656 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919316 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.919330 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.919344 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919353 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.919364 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919373 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.919384 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock) v=177656 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919389 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10035) auth_pin by 0x2b0c1400 on [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock) v=177656 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] now 1+0 2015-03-31 11:02:23.919396 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock) v=177656 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919401 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177656 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919407 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177656 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919411 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177656 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919417 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177656 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919422 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10035) auth_pin by 0x676ff18 on [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177656 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] now 2+0 2015-03-31 11:02:23.919427 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2b0c1400) [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dn xlock x=1 by 0x2b0c1400) (dversion lock w=1 last_client=708310) v=177656 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919434 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.919450 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.919486 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.919499 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.919512 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919522 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919532 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919541 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919551 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919560 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919569 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919579 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919588 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919597 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919607 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919616 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919625 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919635 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919653 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2bb ([1000006b2bc~367], 871 left) 2015-03-31 11:02:23.919656 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:23.919658 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2bb [2,head] #1000006b2bb auth v1 s=0 n() (iversion lock) 0x3f4d3890] 2015-03-31 11:02:23.919662 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178674 2015-03-31 11:02:23.919663 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10035) pre_dirty [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dn xlock x=1 by 0x2b0c1400) (dversion lock w=1 last_client=708310) pv=178674 v=177656 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919671 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4d3890] 2015-03-31 11:02:23.919677 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2b0c1400 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178674 v=178663 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 6 + 12 2015-03-31 11:02:23.919686 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x924ee00 2015-03-31 11:02:23.919689 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178675 2015-03-31 11:02:23.919690 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178663 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.919696 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178663 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.919702 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4d3890] 2015-03-31 11:02:23.919707 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.919709 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295244 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919722 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295246 2015-03-31 11:02:23.919723 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295234 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.919727 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295246 (current v 3295234) 2015-03-31 11:02:23.919729 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178663 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=39+1565,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:23.919736 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:23.919738 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2b0c1400 on [dir 10000000000 /test_small/ [2,head] auth pv=3295246 v=3295235 cv=3287205/3287205 ap=6+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 6 + 7 2015-03-31 11:02:23.919747 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9687d20 2015-03-31 11:02:23.919748 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295247 2015-03-31 11:02:23.919749 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919760 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919770 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919781 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:23.919786 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.091003 < 1, stopping 2015-03-31 11:02:23.919790 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.919802 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=6 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:23.919806 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295234 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.919811 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31351} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.919825 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4d3890] 2015-03-31 11:02:23.919831 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:23.919834 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919841 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.919843 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919851 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919858 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919864 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919871 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919877 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919883 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919889 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919895 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919901 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919908 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919914 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919921 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919927 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919933 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4d3890] 2015-03-31 11:02:23.919943 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.919945 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:23.919947 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4d3890 tracedn 0x676fdc0 2015-03-31 11:02:23.919949 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2b0c1400) [dentry #1/test_small/small5/blarg10035 [2,head] auth NULL (dn xlock x=1 by 0x2b0c1400) (dversion lock w=1 last_client=708310) pv=178674 v=177656 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676fdc0] 2015-03-31 11:02:23.919955 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407581 create #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.919964 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.919967 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31352 2015-03-31 11:02:23.919969 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31352 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.919975 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:23.919978 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:23.919981 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) including xattrs version 0 2015-03-31 11:02:23.920016 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920045 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920060 7fbe406af700 5 mds.0.log _submit_thread 5419579493~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:23.920060 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920074 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920088 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920111 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920122 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920132 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920143 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920154 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920166 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920176 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920187 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920197 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920435 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407582 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.920454 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407582 cr=0x25f48a00) 2015-03-31 11:02:23.920456 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407582 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.920460 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407582 cr=0x25f48a00) #1000006b2bb 2015-03-31 11:02:23.920461 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bb snap head 2015-03-31 11:02:23.920463 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.920464 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4d3890] 2015-03-31 11:02:23.920477 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407582 cr=0x25f48a00) 2015-03-31 11:02:23.920480 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920495 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920506 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920517 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4d3890] 2015-03-31 11:02:23.920526 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920540 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:23.920554 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920565 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:23.920575 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920585 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:23.920596 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4d3890] 2015-03-31 11:02:23.920605 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_pin by 0x2b0c0500 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4d3890] now 1+0 2015-03-31 11:02:23.920615 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920630 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920645 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920656 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920667 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920677 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920698 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.920718 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.920733 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407582 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.920737 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407582 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.920747 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.920750 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.920755 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:23.920757 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.920769 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407582 cr=0x25f48a00) 2015-03-31 11:02:23.920792 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920808 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.920823 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920834 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.920844 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920855 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.920876 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.920887 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.920896 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.920912 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.920923 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.920933 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_unpin by 0x2b0c0500 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] now 0+0 2015-03-31 11:02:23.921160 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407583 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.921177 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407583 cr=0x968e900) 2015-03-31 11:02:23.921181 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407583 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.921184 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407583 cr=0x968e900) #1000006b2bb 2015-03-31 11:02:23.921186 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bb snap head 2015-03-31 11:02:23.921188 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.921189 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.921202 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407583 cr=0x968e900) 2015-03-31 11:02:23.921204 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.921220 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.921231 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.921242 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.921251 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.921265 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:23.921280 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.921290 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:23.921301 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.921311 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:23.921321 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.921330 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_pin by 0x2b0c0500 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] now 1+0 2015-03-31 11:02:23.921340 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.921355 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.921370 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.921380 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.921391 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.921401 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.921422 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.921444 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.921457 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407583 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.921461 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407583 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.921471 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.921474 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.921478 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:23.921481 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.921492 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407583 cr=0x968e900) 2015-03-31 11:02:23.921511 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.921527 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.921541 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.921552 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.921573 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.921584 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.921594 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.921605 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.921615 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.921630 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.921641 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.921651 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_unpin by 0x2b0c0500 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] now 0+0 2015-03-31 11:02:23.924466 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4e follows 0 op update 2015-03-31 11:02:23.924470 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924481 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.924483 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.924501 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.924502 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924508 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924516 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:23.924518 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924529 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924549 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924556 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:23.924557 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924566 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924569 7fbe406af700 5 mds.0.log _submit_thread 5419581133~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:23.924573 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924579 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924584 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924591 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924596 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924603 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.924613 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.964042 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407584 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964064 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407584 cr=0x43d3480) 2015-03-31 11:02:23.964066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407584 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964070 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407584 cr=0x43d3480) #1000006b2bb 2015-03-31 11:02:23.964072 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bb snap head 2015-03-31 11:02:23.964074 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.964075 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.964092 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407584 cr=0x43d3480) 2015-03-31 11:02:23.964095 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964113 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964137 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.964147 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964162 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:23.964177 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964187 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:23.964198 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964209 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:23.964219 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.964229 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_pin by 0x2b0c0500 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] now 1+0 2015-03-31 11:02:23.964240 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964255 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964270 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964281 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964292 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.964344 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.964359 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407584 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964363 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407584 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964374 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.964379 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.964382 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:23.964386 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.964399 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407584 cr=0x43d3480) 2015-03-31 11:02:23.964419 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964436 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964450 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964461 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964471 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964481 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964502 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.964513 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.964523 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.964538 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.964549 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.964560 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_unpin by 0x2b0c0500 on [inode 1000006b2bb [2,head] {#1000006b2bb /test_small/small5/blarg10035} auth v178674 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4d3890] now 0+0 2015-03-31 11:02:23.964597 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407585 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964615 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407585 cr=0x52d3980) 2015-03-31 11:02:23.964618 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407585 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964621 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407585 cr=0x52d3980) #1000006026a 2015-03-31 11:02:23.964623 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.964625 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.964626 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964640 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407585 cr=0x52d3980) 2015-03-31 11:02:23.964642 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964657 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964667 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964678 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964691 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:23.964705 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964715 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:23.964725 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964745 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:23.964755 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964769 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964790 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964800 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964811 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964821 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964831 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964841 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31352} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964858 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407585 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964862 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407585 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.964872 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.964876 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.964879 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31353 2015-03-31 11:02:23.964881 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31353 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.964904 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407585 cr=0x52d3980) 2015-03-31 11:02:23.964923 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964939 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.964953 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964963 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.964973 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.964984 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965005 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965014 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965024 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.965038 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.965049 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.965326 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407586 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.965347 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407586 cr=0x43d0000) 2015-03-31 11:02:23.965349 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407586 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.965352 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407586 cr=0x43d0000) #1000006026a 2015-03-31 11:02:23.965354 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.965355 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.965356 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965371 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407586 cr=0x43d0000) 2015-03-31 11:02:23.965374 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.965388 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.965399 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965409 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.965422 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:23.965436 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.965446 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:23.965456 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965466 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:23.965477 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.965491 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53469 pv53470 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.965505 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.965515 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.965526 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965536 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965546 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965556 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965567 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:23.965588 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.965609 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x2877fad0 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:23.965611 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.980688 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.980694 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.980703 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.980705 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b6) mark_dirty [inode 1000006b2b6 [2,head] /test_small/small5/blarg10030 auth v178663 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.980721 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10030) mark_dirty [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178664 v=177646 ap=2+0 inode=0x3f406fe8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.980730 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178664 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 39=39+0) hs=40+1564,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178664 2015-03-31 11:02:23.980740 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b6) mark_dirty_parent 2015-03-31 11:02:23.980742 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295234 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 39=39+0) n(v1 rc2015-03-31 11:03:00.000000 40=39+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.980757 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295234 ap=0+9 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.980761 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295236 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382342=382335+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295236 2015-03-31 11:02:23.980772 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178665 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 40=40+0) hs=40+1564,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178665 2015-03-31 11:02:23.980780 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295237 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382343=382336+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295237 2015-03-31 11:02:23.980799 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b6 [2,head] /test_small/small5/blarg10030 auth v178664 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f406fe8] 2015-03-31 11:02:23.980811 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.980813 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27513 client_caps(grant ino 1000006b2b6 1851499 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.980836 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178664 ap=2+0 inode=0x3f406fe8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.980846 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407531 create #1000006026a/blarg10030 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.980858 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b6 2015-03-31 11:02:23.980863 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178664 ap=2+0 inode=0x3f406fe8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.980872 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178664 ap=2+0 inode=0x3f406fe8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.980878 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178664 ap=2+0 inode=0x3f406fe8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.980883 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10030) auth_unpin by 0x676f5b8 on [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178664 ap=1+0 inode=0x3f406fe8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] now 1+0 2015-03-31 11:02:23.980890 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178664 ap=1+0 inode=0x3f406fe8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.980896 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.980922 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=6 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295236 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 41=40+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.980963 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295236 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 41=40+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.980975 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295236 pv3295246 ap=8+1 f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 41=40+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.980986 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178664 ap=1+0 inode=0x3f406fe8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f460] 2015-03-31 11:02:23.981002 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407531 cr=0x9836900) 2015-03-31 11:02:23.981010 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2367cb00 on [inode 1 [...2,head] / auth v53469 pv53470 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:23.981026 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367cb00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:23.981038 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2367cb00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295237 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382343=382336+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 9 2015-03-31 11:02:23.981049 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2367cb00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178665 cv=170705/170705 ap=5+11+11 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 40=40+0) hs=40+1564,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 11 2015-03-31 11:02:23.981057 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367cb00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295236 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 41=40+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:23.981069 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10030) auth_unpin by 0x2367cb00 on [dentry #1/test_small/small5/blarg10030 [2,head] auth (dn sync l=1) (dversion lock) v=178664 inode=0x3f406fe8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676f460] now 0+0 2015-03-31 11:02:23.981092 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.981094 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.981109 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.981110 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b7) mark_dirty [inode 1000006b2b7 [2,head] /test_small/small5/blarg10031 auth v178665 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.981122 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10031) mark_dirty [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178666 v=177648 ap=2+0 inode=0x3f4168d0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981128 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178666 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 40=40+0) hs=41+1563,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178666 2015-03-31 11:02:23.981137 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b7) mark_dirty_parent 2015-03-31 11:02:23.981139 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295236 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 40=40+0) n(v1 rc2015-03-31 11:03:00.000000 41=40+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981151 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295236 ap=0+8 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.981155 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295238 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382343=382336+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295238 2015-03-31 11:02:23.981165 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178667 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 41=41+0) hs=41+1563,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178667 2015-03-31 11:02:23.981173 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295239 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382344=382337+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295239 2015-03-31 11:02:23.981182 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b7 [2,head] /test_small/small5/blarg10031 auth v178666 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4168d0] 2015-03-31 11:02:23.981192 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.981194 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27514 client_caps(grant ino 1000006b2b7 1851500 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.981213 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178666 ap=2+0 inode=0x3f4168d0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981222 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407541 create #1000006026a/blarg10031 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.981232 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b7 2015-03-31 11:02:23.981234 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178666 ap=2+0 inode=0x3f4168d0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981243 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178666 ap=2+0 inode=0x3f4168d0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981249 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178666 ap=2+0 inode=0x3f4168d0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981254 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10031) auth_unpin by 0x676f798 on [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178666 ap=1+0 inode=0x3f4168d0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] now 1+0 2015-03-31 11:02:23.981260 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178666 ap=1+0 inode=0x3f4168d0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981265 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.981280 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295238 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 42=41+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981292 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295238 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 42=41+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981304 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295238 pv3295246 ap=7+1 f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 42=41+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981315 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178666 ap=1+0 inode=0x3f4168d0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f640] 2015-03-31 11:02:23.981330 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407541 cr=0x60ab200) 2015-03-31 11:02:23.981337 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf800 on [inode 1 [...2,head] / auth v53469 pv53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:23.981354 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf800 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:23.981365 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cf800 on [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295239 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382344=382337+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 8 2015-03-31 11:02:23.981376 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cf800 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178667 cv=170705/170705 ap=4+9+9 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 41=41+0) hs=41+1563,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 9 2015-03-31 11:02:23.981383 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295238 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 42=41+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:23.981395 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10031) auth_unpin by 0x242cf800 on [dentry #1/test_small/small5/blarg10031 [2,head] auth (dn sync l=1) (dversion lock) v=178666 inode=0x3f4168d0 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676f640] now 0+0 2015-03-31 11:02:23.981426 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.981428 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.981432 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.981444 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b8) mark_dirty [inode 1000006b2b8 [2,head] /test_small/small5/blarg10032 auth v178667 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.981455 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10032) mark_dirty [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178668 v=177650 ap=2+0 inode=0x3f4e8470 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981462 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178668 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 41=41+0) hs=42+1562,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178668 2015-03-31 11:02:23.981471 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b8) mark_dirty_parent 2015-03-31 11:02:23.981472 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295238 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 41=41+0) n(v1 rc2015-03-31 11:03:00.000000 42=41+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981485 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295238 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.981489 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295240 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382344=382337+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295240 2015-03-31 11:02:23.981498 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178669 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 42=42+0) hs=42+1562,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178669 2015-03-31 11:02:23.981506 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295241 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382345=382338+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295241 2015-03-31 11:02:23.981514 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b8 [2,head] /test_small/small5/blarg10032 auth v178668 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4e8470] 2015-03-31 11:02:23.981524 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.981526 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27515 client_caps(grant ino 1000006b2b8 1851501 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.981545 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178668 ap=2+0 inode=0x3f4e8470 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981553 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407551 create #1000006026a/blarg10032 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.981564 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b8 2015-03-31 11:02:23.981566 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178668 ap=2+0 inode=0x3f4e8470 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981574 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178668 ap=2+0 inode=0x3f4e8470 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981579 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178668 ap=2+0 inode=0x3f4e8470 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981583 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10032) auth_unpin by 0x676f978 on [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178668 ap=1+0 inode=0x3f4e8470 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] now 1+0 2015-03-31 11:02:23.981590 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178668 ap=1+0 inode=0x3f4e8470 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981595 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.981609 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295240 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 43=42+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981621 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295240 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 43=42+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981633 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295240 pv3295246 ap=6+1 f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 43=42+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981643 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178668 ap=1+0 inode=0x3f4e8470 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676f820] 2015-03-31 11:02:23.981658 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407551 cr=0x8f08c80) 2015-03-31 11:02:23.981665 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0xb10e900 on [inode 1 [...2,head] / auth v53469 pv53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:23.981681 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0xb10e900 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:23.981692 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0xb10e900 on [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295241 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382345=382338+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 7 2015-03-31 11:02:23.981702 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0xb10e900 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178669 cv=170705/170705 ap=3+7+7 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 42=42+0) hs=42+1562,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 7 2015-03-31 11:02:23.981710 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0xb10e900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295240 pv3295246 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 43=42+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:23.981732 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10032) auth_unpin by 0xb10e900 on [dentry #1/test_small/small5/blarg10032 [2,head] auth (dn sync l=1) (dversion lock) v=178668 inode=0x3f4e8470 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676f820] now 0+0 2015-03-31 11:02:23.981752 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.981753 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.981758 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.981770 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b9) mark_dirty [inode 1000006b2b9 [2,head] /test_small/small5/blarg10033 auth v178669 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.981786 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10033) mark_dirty [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178670 v=177652 ap=2+0 inode=0x3f476320 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981793 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178670 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 42=42+0) hs=43+1561,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178670 2015-03-31 11:02:23.981802 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b9) mark_dirty_parent 2015-03-31 11:02:23.981803 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295240 pv3295246 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 42=42+0) n(v1 rc2015-03-31 11:03:00.000000 43=42+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981816 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295240 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.981820 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295242 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382345=382338+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295242 2015-03-31 11:02:23.981830 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178671 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 43=43+0) hs=43+1561,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178671 2015-03-31 11:02:23.981837 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295243 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382346=382339+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295243 2015-03-31 11:02:23.981846 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2b9 [2,head] /test_small/small5/blarg10033 auth v178670 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f476320] 2015-03-31 11:02:23.981856 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.981858 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27516 client_caps(grant ino 1000006b2b9 1851502 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.981877 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178670 ap=2+0 inode=0x3f476320 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981885 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407561 create #1000006026a/blarg10033 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.981895 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2b9 2015-03-31 11:02:23.981897 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178670 ap=2+0 inode=0x3f476320 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981905 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178670 ap=2+0 inode=0x3f476320 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981911 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178670 ap=2+0 inode=0x3f476320 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981916 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10033) auth_unpin by 0x676fb58 on [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178670 ap=1+0 inode=0x3f476320 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] now 1+0 2015-03-31 11:02:23.981921 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178670 ap=1+0 inode=0x3f476320 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981927 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.981941 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295242 pv3295246 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 44=43+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981954 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295242 pv3295246 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 44=43+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981965 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295242 pv3295246 ap=5+1 f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 44=43+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.981976 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178670 ap=1+0 inode=0x3f476320 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fa00] 2015-03-31 11:02:23.981990 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407561 cr=0x9408280) 2015-03-31 11:02:23.981998 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4b00 on [inode 1 [...2,head] / auth v53469 pv53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:23.982015 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4b00 on [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:23.982026 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd4b00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295243 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382346=382339+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:23.982036 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd4b00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178671 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 43=43+0) hs=43+1561,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:23.982044 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4b00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295242 pv3295246 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 44=43+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:23.982066 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10033) auth_unpin by 0x23dd4b00 on [dentry #1/test_small/small5/blarg10033 [2,head] auth (dn sync l=1) (dversion lock) v=178670 inode=0x3f476320 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676fa00] now 0+0 2015-03-31 11:02:23.982086 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.982088 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.982104 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.982105 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ba) mark_dirty [inode 1000006b2ba [2,head] /test_small/small5/blarg10034 auth v178671 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.982116 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10034) mark_dirty [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178672 v=177654 ap=2+0 inode=0x3f47e430 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982123 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178672 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 43=43+0) hs=44+1560,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178672 2015-03-31 11:02:23.982132 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ba) mark_dirty_parent 2015-03-31 11:02:23.982133 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295242 pv3295246 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 43=43+0) n(v1 rc2015-03-31 11:03:00.000000 44=43+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982146 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295242 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.982150 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295244 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382346=382339+7)/n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382336=382329+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295244 2015-03-31 11:02:23.982159 7fbe43ab9700 10 mds.0.cache.ino(10000000000) mark_dirty [inode 10000000000 [...2,head] /test_small/ auth v120412 pv120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:02:59.000000 b422190090565 382337=382329+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982170 7fbe43ab9700 10 mds.0.cache.den(1 test_small) mark_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120414 v=120412 ap=0+4 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:23.982174 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120415 v=120414 cv=119911/119911 dir_auth=0 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:59.000000 b422190196760 382353=382344+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120414 2015-03-31 11:02:23.982184 7fbe43ab9700 10 mds.0.cache.ino(1) mark_dirty [inode 1 [...2,head] / auth v53469 pv53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982200 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178673 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 44=44+0) hs=44+1560,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178673 2015-03-31 11:02:23.982208 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295245 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295245 2015-03-31 11:02:23.982215 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120415 v=120415 cv=119911/119911 dir_auth=0 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:00.000000 b422190196760 382364=382355+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120415 2015-03-31 11:02:23.982225 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ba [2,head] /test_small/small5/blarg10034 auth v178672 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f47e430] 2015-03-31 11:02:23.982235 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.982237 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27517 client_caps(grant ino 1000006b2ba 1851503 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:00.000000) v4 2015-03-31 11:02:23.982254 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178672 ap=2+0 inode=0x3f47e430 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982263 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407571 create #1000006026a/blarg10034 2015-03-31 11:03:00.000000) v2 2015-03-31 11:02:23.982274 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ba 2015-03-31 11:02:23.982276 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178672 ap=2+0 inode=0x3f47e430 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982284 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178672 ap=2+0 inode=0x3f47e430 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982290 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178672 ap=2+0 inode=0x3f47e430 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982296 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10034) auth_unpin by 0x676fd38 on [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178672 ap=1+0 inode=0x3f47e430 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] now 1+0 2015-03-31 11:02:23.982302 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178672 ap=1+0 inode=0x3f47e430 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982307 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982326 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982342 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982357 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982369 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982390 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295244 pv3295246 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 45=44+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982401 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295244 pv3295246 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 45=44+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982412 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295244 pv3295246 ap=4+1 f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 45=44+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982423 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178672 ap=1+0 inode=0x3f47e430 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fbe0] 2015-03-31 11:02:23.982437 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407571 cr=0x2941b480) 2015-03-31 11:02:23.982444 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cf300 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:23.982459 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cf300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:23.982470 7fbe43ab9700 10 mds.0.cache.dir(1) auth_unpin by 0x242cf300 on [dir 1 / [2,head] auth v=120415 cv=119911/119911 dir_auth=0 ap=0+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:00.000000 b422190196760 382364=382355+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=0 0x4758000] count now 0 + 3 2015-03-31 11:02:23.982481 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cf300 on [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295245 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:23.982488 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cf300 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178673 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 44=44+0) hs=44+1560,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:23.982496 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cf300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295244 pv3295246 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 45=44+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:23.982507 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10034) auth_unpin by 0x242cf300 on [dentry #1/test_small/small5/blarg10034 [2,head] auth (dn sync l=1) (dversion lock) v=178672 inode=0x3f47e430 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676fbe0] now 0+0 2015-03-31 11:02:23.982528 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:23.982530 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:23.982546 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:23.982547 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bb) mark_dirty [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178673 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.982559 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10035) mark_dirty [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178674 v=177656 ap=2+0 inode=0x3f4d3890 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.982566 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178674 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 44=44+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178674 2015-03-31 11:02:23.982574 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bb) mark_dirty_parent 2015-03-31 11:02:23.982576 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295244 pv3295246 ap=3+1 f(v0 m2015-03-31 11:03:00.000000 44=44+0) n(v1 rc2015-03-31 11:03:00.000000 45=44+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982588 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295246 v=3295244 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:23.982592 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295246 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295246 2015-03-31 11:02:23.982599 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178675 v=178675 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178675 2015-03-31 11:02:23.982607 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295247 v=3295247 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382348=382341+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295247 2015-03-31 11:02:23.982616 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.982626 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:23.982628 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27518 client_caps(grant ino 1000006b2bb 1851504 seq 5 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:23.982647 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178674 ap=2+0 inode=0x3f4d3890 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.982655 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407581 create #1000006026a/blarg10035 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.982665 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2bb 2015-03-31 11:02:23.982667 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178674 ap=2+0 inode=0x3f4d3890 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.982675 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178674 ap=2+0 inode=0x3f4d3890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.982681 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178674 ap=2+0 inode=0x3f4d3890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.982686 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10035) auth_unpin by 0x676ff18 on [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178674 ap=1+0 inode=0x3f4d3890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] now 1+0 2015-03-31 11:02:23.982693 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178674 ap=1+0 inode=0x3f4d3890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.982698 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982712 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982723 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982736 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982747 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982758 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:23.982761 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:23.982772 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:23.982788 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:23.982790 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407586 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.982794 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407586 cr=0x43d0000) #1000006026a 2015-03-31 11:02:23.982796 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.982797 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.982799 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982809 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407586 cr=0x43d0000) 2015-03-31 11:02:23.982812 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982838 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982848 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982857 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982871 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982881 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982892 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.982906 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.982916 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982926 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982947 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982957 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982966 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982976 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982986 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.982996 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983006 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31353} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983023 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407586 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.983027 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407586 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.983038 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.983041 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.983045 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31354 2015-03-31 11:02:23.983047 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31354 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.983071 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407586 cr=0x43d0000) 2015-03-31 11:02:23.983091 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.983106 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.983120 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.983130 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.983140 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983151 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983172 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983182 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983193 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983202 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983214 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983223 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983233 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983242 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983251 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c0500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.983265 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c0500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:23.983275 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c0500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:23.983301 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983312 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983322 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983332 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178674 ap=1+0 inode=0x3f4d3890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676fdc0] 2015-03-31 11:02:23.983340 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983361 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407581 cr=0x236bf580) 2015-03-31 11:02:23.983368 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.983383 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.983393 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2b0c1400 on [dir 10000000000 /test_small/ [2,head] auth v=3295247 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382348=382341+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:23.983404 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2b0c1400 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178675 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:23.983411 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:23.983422 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10035) auth_unpin by 0x2b0c1400 on [dentry #1/test_small/small5/blarg10035 [2,head] auth (dn sync l=1) (dversion lock) v=178674 inode=0x3f4d3890 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676fdc0] now 0+0 2015-03-31 11:02:23.983471 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4e follows 0 op update 2015-03-31 11:02:23.983480 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983495 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:23.983497 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.983517 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:23.983518 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983525 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983534 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:23.983536 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983542 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983550 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983556 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:23.983557 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983564 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983571 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983577 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983583 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:23.983584 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:23.983585 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e4e [2,head] /test_small/small1/blarg10035 auth v136888 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9be6e0] 2015-03-31 11:02:23.983592 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:23.983611 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407587 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.983632 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407587 cr=0x49d3480) 2015-03-31 11:02:23.983636 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407587 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.983640 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407587 cr=0x49d3480) #1000006b2bb 2015-03-31 11:02:23.983642 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bb snap head 2015-03-31 11:02:23.983643 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.983644 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.983658 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407587 cr=0x49d3480) 2015-03-31 11:02:23.983661 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.983677 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.983689 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.983699 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.983709 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.983733 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.983748 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.983758 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.983769 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.983793 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.983814 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4d3890] 2015-03-31 11:02:23.983822 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_pin by 0x242ce400 on [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4d3890] now 1+0 2015-03-31 11:02:23.983831 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.983845 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.983858 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.983868 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.983877 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983886 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.983896 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.983904 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.983920 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407587 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.983925 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407587 getattr Xs #1000006b2bb 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.983935 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.983940 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.983943 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:23.983947 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.983961 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407587 cr=0x49d3480) 2015-03-31 11:02:23.983980 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.983996 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984010 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984021 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984040 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984060 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.984070 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f4d3890] 2015-03-31 11:02:23.984080 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.984094 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.984105 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:23.984116 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) auth_unpin by 0x242ce400 on [inode 1000006b2bb [2,head] /test_small/small5/blarg10035 auth v178674 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4d3890] now 0+0 2015-03-31 11:02:23.984153 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407588 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984172 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407588 cr=0xab83e80) 2015-03-31 11:02:23.984175 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407588 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984178 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407588 cr=0xab83e80) #1000006026a 2015-03-31 11:02:23.984179 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.984181 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.984182 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.984194 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407588 cr=0xab83e80) 2015-03-31 11:02:23.984197 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.984211 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.984221 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.984230 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.984244 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.984259 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.984268 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.984279 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.984288 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.984309 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984322 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984336 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984358 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984367 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984376 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984385 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984395 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31354} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984410 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407588 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984413 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407588 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984423 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.984427 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.984430 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31355 2015-03-31 11:02:23.984432 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31355 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.984444 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407588 cr=0xab83e80) 2015-03-31 11:02:23.984463 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984478 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984492 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984503 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984513 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984523 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984544 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984553 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.984562 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.984576 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.984586 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.984691 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407589 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984709 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407589 cr=0x968af80) 2015-03-31 11:02:23.984711 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407589 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984714 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407589 cr=0x968af80) #10000004e4a 2015-03-31 11:02:23.984716 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4a snap head 2015-03-31 11:02:23.984717 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.984719 7fbe462be700 10 mds.0.server ref is [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:23.984730 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407589 cr=0x968af80) 2015-03-31 11:02:23.984733 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.984748 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.984758 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.984767 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:23.984773 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.984790 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.984805 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.984814 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.984825 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:23.984833 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242ce400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:23.984842 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:23.984849 7fbe462be700 10 mds.0.cache.ino(10000004e4a) auth_pin by 0x242ce400 on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] now 1+0 2015-03-31 11:02:23.984856 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984870 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.984884 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984894 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.984904 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.984914 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.984923 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.984930 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.984947 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.984966 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.984979 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407589 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984983 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407589 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.984993 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.984995 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.984998 7fbe462be700 10 mds.0.cache.ino(10000004e4a) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:23.985001 7fbe462be700 10 mds.0.cache.ino(10000004e4a) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.985013 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407589 cr=0x968af80) 2015-03-31 11:02:23.985032 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.985048 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.985061 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.985072 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.985082 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.985091 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:23.985100 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.985119 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.985125 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.985131 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:23.985137 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.985151 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.985162 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242ce400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:23.985172 7fbe462be700 10 mds.0.cache.ino(10000004e4a) auth_unpin by 0x242ce400 on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bdda8] now 0+0 2015-03-31 11:02:23.985237 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407590 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985254 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407590 cr=0x3b0e680) 2015-03-31 11:02:23.985256 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407590 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985259 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407590 cr=0x3b0e680) #1000006026a 2015-03-31 11:02:23.985261 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.985263 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:23.985264 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.985277 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407590 cr=0x3b0e680) 2015-03-31 11:02:23.985280 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.985294 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.985304 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.985313 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:23.985327 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:23.985341 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:23.985350 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:23.985361 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:23.985370 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:23.985381 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.985395 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.985409 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.985419 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.985429 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985439 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985449 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985459 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31355} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985475 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407590 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985480 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407590 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985512 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.985515 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:23.985519 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31356 2015-03-31 11:02:23.985521 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31356 mseq 0 xattrv 0 len 0 2015-03-31 11:02:23.985533 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407590 cr=0x3b0e680) 2015-03-31 11:02:23.985552 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.985567 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:23.985580 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.985591 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:23.985601 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985611 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985620 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985641 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:23.985650 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:23.985664 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:23.985674 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:23.985778 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407591 lookup #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985799 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407591 cr=0x25f49900) 2015-03-31 11:02:23.985801 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407591 lookup #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985804 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407591 cr=0x25f49900) #1000006026a/blarg10036 2015-03-31 11:02:23.985806 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:23.985808 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10036 [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock) v=177658 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ffa0] 2015-03-31 11:02:23.985817 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:23.985818 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407591 lookup #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:23.985827 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:23.985838 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407591 cr=0x25f49900) 2015-03-31 11:02:24.026018 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407592 lookup #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026039 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407592 cr=0x968a580) 2015-03-31 11:02:24.026044 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407592 lookup #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026047 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407592 cr=0x968a580) #1000006026a/blarg10036 2015-03-31 11:02:24.026049 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.026051 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10036 [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock) v=177658 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.026058 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.026060 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407592 lookup #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026072 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.026084 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407592 cr=0x968a580) 2015-03-31 11:02:24.026116 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407593 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026132 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407593 cr=0x236b9180) 2015-03-31 11:02:24.026134 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407593 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026137 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407593 cr=0x236b9180) #1000006026a 2015-03-31 11:02:24.026138 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.026139 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.026140 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.026157 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407593 cr=0x236b9180) 2015-03-31 11:02:24.026160 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.026176 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.026187 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.026197 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.026211 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.026226 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.026235 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.026247 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.026255 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.026266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026280 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026295 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026305 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026316 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026325 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026336 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026346 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31356} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026364 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407593 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026368 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407593 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026378 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.026382 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.026387 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31357 2015-03-31 11:02:24.026389 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31357 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.026403 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407593 cr=0x236b9180) 2015-03-31 11:02:24.026412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026428 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026442 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026453 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026463 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026474 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026484 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026494 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026504 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.026518 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.026528 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.026564 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407594 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026582 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407594 cr=0x26907080) 2015-03-31 11:02:24.026584 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407594 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026587 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407594 cr=0x26907080) #1000006026a 2015-03-31 11:02:24.026589 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.026590 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.026591 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.026604 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407594 cr=0x26907080) 2015-03-31 11:02:24.026606 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.026620 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.026630 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.026640 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.026653 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.026668 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.026677 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.026688 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.026712 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.026733 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026746 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026758 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026767 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026777 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026793 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026803 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026812 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31357} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026826 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407594 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026830 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407594 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.026840 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.026842 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.026845 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31358 2015-03-31 11:02:24.026847 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31358 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.026859 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407594 cr=0x26907080) 2015-03-31 11:02:24.026878 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026893 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.026907 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026918 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.026928 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026938 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026946 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026966 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.026976 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.026990 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.027001 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.027035 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407595 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.027053 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407595 cr=0x5e8a080) 2015-03-31 11:02:24.027056 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407595 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.027059 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407595 cr=0x5e8a080) #10000004e4a 2015-03-31 11:02:24.027061 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4a snap head 2015-03-31 11:02:24.027062 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.027063 7fbe462be700 10 mds.0.server ref is [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.027072 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407595 cr=0x5e8a080) 2015-03-31 11:02:24.027074 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.027089 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.027099 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.027107 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.027114 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.027127 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.027141 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.027150 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.027161 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.027169 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242ce400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.027178 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.027185 7fbe462be700 10 mds.0.cache.ino(10000004e4a) auth_pin by 0x242ce400 on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] now 1+0 2015-03-31 11:02:24.027204 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.027217 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.027231 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.027241 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.027251 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.027259 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.027269 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027276 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027282 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027288 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027312 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407595 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.027316 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407595 getattr Xs #10000004e4a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.027326 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.027329 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.027332 7fbe462be700 10 mds.0.cache.ino(10000004e4a) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.027334 7fbe462be700 10 mds.0.cache.ino(10000004e4a) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.027346 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407595 cr=0x5e8a080) 2015-03-31 11:02:24.027365 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.027380 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.027394 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.027405 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.027415 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.027435 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.027444 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027451 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027458 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bdda8] 2015-03-31 11:02:24.027470 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.027484 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.027495 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242ce400 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.027504 7fbe462be700 10 mds.0.cache.ino(10000004e4a) auth_unpin by 0x242ce400 on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bdda8] now 0+0 2015-03-31 11:02:24.027759 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407596 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.027777 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407596 cr=0x236b8000) 2015-03-31 11:02:24.027779 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407596 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.027786 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407596 cr=0x236b8000) #1000006026a 2015-03-31 11:02:24.027788 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.027789 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.027790 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.027804 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407596 cr=0x236b8000) 2015-03-31 11:02:24.027807 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.027821 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.027831 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.027843 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.027856 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.027870 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.027880 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.027891 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.027900 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.027911 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.027924 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.027939 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.027949 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.027959 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.027969 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.027979 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.027989 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31358} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028015 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407596 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.028019 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407596 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.028041 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.028044 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.028048 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31359 2015-03-31 11:02:24.028050 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31359 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.028063 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407596 cr=0x236b8000) 2015-03-31 11:02:24.028082 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.028098 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.028111 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.028122 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.028131 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31359} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028141 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31359} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028151 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31359} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028171 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31359} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028180 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.028194 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.028204 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31359} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.028493 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407597 create #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.028510 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407597 cr=0x968fa80) 2015-03-31 11:02:24.028512 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028525 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:24.028527 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028537 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.028538 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028550 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028559 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028569 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028577 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.028579 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407597 create #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.028582 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10036 2015-03-31 11:02:24.028583 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407597 cr=0x968fa80) #1000006026a/blarg10036 2015-03-31 11:02:24.028585 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10036 2015-03-31 11:02:24.028586 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.028588 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.028589 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178675 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.028597 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178675 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.028603 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10036 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178675 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.028613 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407597 cr=0x968fa80) 2015-03-31 11:02:24.028618 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.028633 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.028642 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028652 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock) v=177658 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028659 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.028673 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.028687 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.028696 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.028707 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.028716 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.028726 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock) v=177658 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028731 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10036) auth_pin by 0x242ce400 on [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock) v=177658 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] now 1+0 2015-03-31 11:02:24.028737 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock) v=177658 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028752 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177658 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028758 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177658 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028774 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177658 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028779 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177658 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028788 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10036) auth_pin by 0x67700f8 on [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177658 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] now 2+0 2015-03-31 11:02:24.028794 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242ce400) [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dn xlock x=1 by 0x242ce400) (dversion lock w=1 last_client=708310) v=177658 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.028800 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.028815 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.028828 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.028841 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.028853 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.028862 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.028872 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.028881 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.028890 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028899 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028908 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028917 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028927 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028936 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028946 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028955 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028964 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028973 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.028983 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029002 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2bc ([1000006b2bd~366], 870 left) 2015-03-31 11:02:24.029004 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.029006 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2bc [2,head] #1000006b2bc auth v1 s=0 n() (iversion lock) 0x3f467ca8] 2015-03-31 11:02:24.029010 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178676 2015-03-31 11:02:24.029011 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10036) pre_dirty [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dn xlock x=1 by 0x242ce400) (dversion lock w=1 last_client=708310) pv=178676 v=177658 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.029019 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f467ca8] 2015-03-31 11:02:24.029026 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242ce400 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178675 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:24.029035 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x91d6ca0 2015-03-31 11:02:24.029037 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178677 2015-03-31 11:02:24.029038 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178677 v=178675 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.029044 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178677 v=178675 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.029050 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f467ca8] 2015-03-31 11:02:24.029056 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.029058 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029071 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295248 2015-03-31 11:02:24.029072 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295248 v=3295246 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.029076 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295248 (current v 3295246) 2015-03-31 11:02:24.029077 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178677 v=178675 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=45+1559,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.029084 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.029085 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242ce400 on [dir 10000000000 /test_small/ [2,head] auth v=3295247 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382348=382341+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:24.029095 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x91d5a10 2015-03-31 11:02:24.029096 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295249 2015-03-31 11:02:24.029097 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029108 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029118 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029129 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.029130 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.200351 < 1, stopping 2015-03-31 11:02:24.029135 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029146 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.029149 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295248 v=3295246 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.029153 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31359} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029168 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f467ca8] 2015-03-31 11:02:24.029174 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.029177 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029185 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.029186 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029194 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029201 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029208 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029215 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029221 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029228 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029235 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029241 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029246 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029253 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029259 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029266 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029272 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029278 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f467ca8] 2015-03-31 11:02:24.029288 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.029289 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.029291 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f467ca8 tracedn 0x676ffa0 2015-03-31 11:02:24.029293 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242ce400) [dentry #1/test_small/small5/blarg10036 [2,head] auth NULL (dn xlock x=1 by 0x242ce400) (dversion lock w=1 last_client=708310) pv=178676 v=177658 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x676ffa0] 2015-03-31 11:02:24.029300 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407597 create #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.029308 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.029311 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31360 2015-03-31 11:02:24.029314 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31360 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.029319 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.029322 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.029325 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) including xattrs version 0 2015-03-31 11:02:24.029362 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029391 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029405 7fbe406af700 5 mds.0.log _submit_thread 5419581992~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.029406 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029419 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029433 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029456 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029467 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029477 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029488 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029500 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029512 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029522 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029533 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029543 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029609 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407598 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.029629 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407598 cr=0xaee8a00) 2015-03-31 11:02:24.029631 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407598 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.029635 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407598 cr=0xaee8a00) #1000006026a 2015-03-31 11:02:24.029637 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.029639 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.029640 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029655 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407598 cr=0xaee8a00) 2015-03-31 11:02:24.029658 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029672 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029683 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029703 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029716 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.029731 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029740 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.029752 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029762 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.029773 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029792 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029806 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029816 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029827 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029837 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029848 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029868 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31360} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.029895 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407598 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.029899 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407598 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.029909 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.029913 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.029916 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31361 2015-03-31 11:02:24.029918 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31361 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.029931 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407598 cr=0xaee8a00) 2015-03-31 11:02:24.029949 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029965 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.029979 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.029990 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030000 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030010 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030041 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030051 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.030065 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.030076 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.030166 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407599 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.030184 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407599 cr=0x8f08f00) 2015-03-31 11:02:24.030186 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407599 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.030189 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407599 cr=0x8f08f00) #1000006b2bc 2015-03-31 11:02:24.030191 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bc snap head 2015-03-31 11:02:24.030192 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.030193 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f467ca8] 2015-03-31 11:02:24.030207 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407599 cr=0x8f08f00) 2015-03-31 11:02:24.030209 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.030224 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030235 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030245 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f467ca8] 2015-03-31 11:02:24.030255 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.030268 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.030282 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030292 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.030302 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030312 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.030322 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f467ca8] 2015-03-31 11:02:24.030332 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_pin by 0x242c8a00 on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f467ca8] now 1+0 2015-03-31 11:02:24.030342 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.030356 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.030371 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030382 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030392 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030402 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030423 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.030444 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.030460 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407599 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.030463 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407599 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.030473 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.030476 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.030480 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.030483 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.030496 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407599 cr=0x8f08f00) 2015-03-31 11:02:24.030515 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.030530 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.030543 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030554 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.030563 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030574 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.030595 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.030605 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.030615 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.030630 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.030640 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.030651 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_unpin by 0x242c8a00 on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f467ca8] now 0+0 2015-03-31 11:02:24.070054 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407600 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.070084 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407600 cr=0x930fd00) 2015-03-31 11:02:24.070086 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407600 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.070089 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407600 cr=0x930fd00) #1000006b2bc 2015-03-31 11:02:24.070091 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bc snap head 2015-03-31 11:02:24.070092 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.070094 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.070109 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407600 cr=0x930fd00) 2015-03-31 11:02:24.070112 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070131 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070143 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070155 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.070166 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070181 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.070196 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070206 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.070217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070228 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.070239 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.070249 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_pin by 0x242c8a00 on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f467ca8] now 1+0 2015-03-31 11:02:24.070259 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070275 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070300 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070331 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070341 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070352 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.070362 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.070378 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407600 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.070382 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407600 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.070393 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.070397 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.070402 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.070404 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.070418 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407600 cr=0x930fd00) 2015-03-31 11:02:24.070438 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070455 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070470 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070481 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070491 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070513 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070524 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.070536 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.070546 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.070562 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.070573 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.070584 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_unpin by 0x242c8a00 on [inode 1000006b2bc [2,head] {#1000006b2bc /test_small/small5/blarg10036} auth v178676 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f467ca8] now 0+0 2015-03-31 11:02:24.070624 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407601 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.070641 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407601 cr=0x9cc5500) 2015-03-31 11:02:24.070643 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407601 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.070646 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407601 cr=0x9cc5500) #1000006026a 2015-03-31 11:02:24.070647 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.070649 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.070650 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070663 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407601 cr=0x9cc5500) 2015-03-31 11:02:24.070666 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070681 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070691 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070703 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070726 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.070750 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070759 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.070769 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070779 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.070796 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070809 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.070823 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070833 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.070843 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070853 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070863 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070873 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070884 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.070894 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.070904 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x29532d60 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:24.070906 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.076054 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4a follows 0 op update 2015-03-31 11:02:24.076058 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076069 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.076071 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.076090 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.076091 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076098 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076106 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.076108 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076120 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076129 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076136 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.076137 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076146 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076153 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076155 7fbe406af700 5 mds.0.log _submit_thread 5419583632~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.076159 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076164 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076171 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076177 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076184 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.076193 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.085226 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:24.085232 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:24.085242 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:24.085247 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bc) mark_dirty [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178675 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.085263 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10036) mark_dirty [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178676 v=177658 ap=2+0 inode=0x3f467ca8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.085271 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178677 v=178676 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 45=45+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178676 2015-03-31 11:02:24.085281 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bc) mark_dirty_parent 2015-03-31 11:02:24.085283 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295246 pv3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 45=45+0) n(v1 rc2015-03-31 11:03:01.000000 46=45+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.085297 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295248 v=3295246 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.085302 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295249 v=3295248 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382348=382341+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295248 2015-03-31 11:02:24.085313 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178677 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178677 2015-03-31 11:02:24.085321 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295249 v=3295249 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295249 2015-03-31 11:02:24.085330 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.085341 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:24.085343 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27519 client_caps(grant ino 1000006b2bc 1851505 seq 4 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:24.085365 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178676 ap=2+0 inode=0x3f467ca8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.085374 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407597 create #1000006026a/blarg10036 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.085387 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2bc 2015-03-31 11:02:24.085390 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178676 ap=2+0 inode=0x3f467ca8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.085399 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178676 ap=2+0 inode=0x3f467ca8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.085406 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178676 ap=2+0 inode=0x3f467ca8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.085411 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10036) auth_unpin by 0x67700f8 on [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178676 ap=1+0 inode=0x3f467ca8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] now 1+0 2015-03-31 11:02:24.085418 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178676 ap=1+0 inode=0x3f467ca8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.085425 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.085441 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.085453 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.085466 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.085478 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.085489 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:24.085492 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.085502 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.085513 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:24.085515 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407601 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.085518 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407601 cr=0x9cc5500) #1000006026a 2015-03-31 11:02:24.085520 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.085522 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.085523 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085533 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407601 cr=0x9cc5500) 2015-03-31 11:02:24.085537 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.085553 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.085563 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085573 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.085587 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.085597 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085607 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.085621 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.085632 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085642 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085653 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085663 7fbe43ab9700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085674 7fbe43ab9700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (idft sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31361} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.085689 7fbe43ab9700 10 mds.0.server frag * offset '' 2015-03-31 11:02:24.085692 7fbe43ab9700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178677 cv=170705/170705 ap=1+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.085701 7fbe43ab9700 10 mds.0.server snapid head 2015-03-31 11:02:24.085706 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.085709 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085714 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.085717 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085720 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.085722 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085725 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.085727 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085730 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.085732 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085735 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.085737 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085740 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085742 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085745 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085747 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085750 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085752 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085755 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085757 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085760 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085762 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085764 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085766 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085770 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.085787 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085791 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085792 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085796 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085797 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085801 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085802 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085805 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085807 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085809 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085811 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085824 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085825 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085828 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.085830 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085832 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.085834 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085836 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.085838 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085840 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.085842 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085845 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.085846 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085849 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.085850 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085854 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.085856 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085858 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085860 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085863 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085865 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085867 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085869 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085872 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085873 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085876 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085878 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085881 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085882 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085885 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.085887 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085889 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.085891 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085894 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.085896 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085898 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.085900 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085902 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.085904 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085907 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.085908 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085911 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.085913 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085916 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.085917 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085920 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.085921 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085924 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.085926 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085928 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.085930 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085932 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.085934 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085937 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.085938 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085941 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.085943 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.085991 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407601 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 readdir num=46 bytes=12560 end=1 complete=1 2015-03-31 11:02:24.085996 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407601 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 readdir num=46 end=1 complete=1 2015-03-31 11:02:24.086000 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407601 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.086009 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.086012 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.086015 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31362 2015-03-31 11:02:24.086017 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31362 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.086029 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407601 cr=0x9cc5500) 2015-03-31 11:02:24.086048 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.086065 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.086079 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.086090 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.086100 7fbe43ab9700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086111 7fbe43ab9700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086133 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086143 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086155 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086165 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086175 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8a00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.086190 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.086200 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.086225 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086237 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086247 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086257 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178676 ap=1+0 inode=0x3f467ca8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x676ffa0] 2015-03-31 11:02:24.086266 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086288 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407597 cr=0x968fa80) 2015-03-31 11:02:24.086296 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce400 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.086311 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce400 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.086322 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242ce400 on [dir 10000000000 /test_small/ [2,head] auth v=3295249 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:24.086333 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242ce400 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178677 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:24.086342 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce400 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.086353 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10036) auth_unpin by 0x242ce400 on [dentry #1/test_small/small5/blarg10036 [2,head] auth (dn sync l=1) (dversion lock) v=178676 inode=0x3f467ca8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x676ffa0] now 0+0 2015-03-31 11:02:24.086402 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407602 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.086434 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407602 cr=0x968df00) 2015-03-31 11:02:24.086437 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407602 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.086441 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407602 cr=0x968df00) #1000006b2bc 2015-03-31 11:02:24.086443 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bc snap head 2015-03-31 11:02:24.086445 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.086446 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.086463 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407602 cr=0x968df00) 2015-03-31 11:02:24.086466 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.086485 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.086497 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.086508 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.086518 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.086533 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.086548 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.086557 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.086568 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.086578 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.086589 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.086598 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_pin by 0x2367d500 on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] now 1+0 2015-03-31 11:02:24.086609 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.086624 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.086639 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.086660 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.086670 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086680 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086690 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.086710 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.086725 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407602 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.086730 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407602 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.086741 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.086745 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.086749 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:24.086753 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.086769 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407602 cr=0x968df00) 2015-03-31 11:02:24.086795 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.086813 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.086828 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.086850 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.086861 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086872 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.086882 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.086892 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.086902 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.086917 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.086928 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.086939 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_unpin by 0x2367d500 on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] now 0+0 2015-03-31 11:02:24.088146 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4a follows 0 op update 2015-03-31 11:02:24.088150 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088162 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.088164 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.088182 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.088183 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088190 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088198 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.088200 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088206 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088213 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088220 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.088221 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088228 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088236 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088241 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088246 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.088247 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.088249 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e4a [2,head] /test_small/small1/blarg10036 auth v136890 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bdda8] 2015-03-31 11:02:24.088256 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.128044 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407603 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.128066 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407603 cr=0x25f4cd80) 2015-03-31 11:02:24.128071 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407603 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.128074 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407603 cr=0x25f4cd80) #1000006b2bc 2015-03-31 11:02:24.128077 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bc snap head 2015-03-31 11:02:24.128078 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.128080 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.128096 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407603 cr=0x25f4cd80) 2015-03-31 11:02:24.128098 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.128117 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.128128 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.128139 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.128149 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.128164 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.128179 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.128189 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.128201 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.128210 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.128221 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] 2015-03-31 11:02:24.128231 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_pin by 0x2367d500 on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] now 1+0 2015-03-31 11:02:24.128241 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.128257 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.128271 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.128292 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.128302 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.128312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.128323 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.128332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.128349 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407603 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.128353 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407603 getattr Xs #1000006b2bc 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.128365 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.128369 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.128374 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.128376 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.128391 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407603 cr=0x25f4cd80) 2015-03-31 11:02:24.128411 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.128429 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.128444 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.128455 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.128466 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.128476 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.128487 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.128498 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f467ca8] 2015-03-31 11:02:24.128508 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.128524 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.128535 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.128546 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) auth_unpin by 0x2367d500 on [inode 1000006b2bc [2,head] /test_small/small5/blarg10036 auth v178676 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f467ca8] now 0+0 2015-03-31 11:02:24.128843 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407604 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.128861 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407604 cr=0x9cc5c80) 2015-03-31 11:02:24.128863 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407604 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.128866 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407604 cr=0x9cc5c80) #10000004e45 2015-03-31 11:02:24.128868 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e45 snap head 2015-03-31 11:02:24.128870 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.128871 7fbe462be700 10 mds.0.server ref is [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.128883 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407604 cr=0x9cc5c80) 2015-03-31 11:02:24.128886 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.128901 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.128911 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.128921 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.128926 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.128940 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.128955 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.128965 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.128976 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.128985 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367d500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.128995 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.129000 7fbe462be700 10 mds.0.cache.ino(10000004e45) auth_pin by 0x2367d500 on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] now 1+0 2015-03-31 11:02:24.129007 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.129022 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.129036 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.129047 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.129058 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.129067 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.129075 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129081 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129087 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129105 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129127 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407604 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.129131 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407604 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.129142 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.129145 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.129150 7fbe462be700 10 mds.0.cache.ino(10000004e45) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.129152 7fbe462be700 10 mds.0.cache.ino(10000004e45) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.129165 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407604 cr=0x9cc5c80) 2015-03-31 11:02:24.129185 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.129201 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.129215 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.129226 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.129236 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.129245 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.129266 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129273 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129280 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129287 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.129293 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.129308 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.129319 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367d500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.129328 7fbe462be700 10 mds.0.cache.ino(10000004e45) auth_unpin by 0x2367d500 on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bd470] now 0+0 2015-03-31 11:02:24.129700 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407605 lookup #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.129721 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407605 cr=0xaeeda00) 2015-03-31 11:02:24.129723 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407605 lookup #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.129726 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407605 cr=0xaeeda00) #1000006026a/blarg10037 2015-03-31 11:02:24.129728 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.129731 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10037 [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock) v=177660 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770180] 2015-03-31 11:02:24.129740 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.129741 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407605 lookup #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.129753 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.129766 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407605 cr=0xaeeda00) 2015-03-31 11:02:24.130276 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407606 lookup #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.130295 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407606 cr=0x60a8500) 2015-03-31 11:02:24.130298 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407606 lookup #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.130301 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407606 cr=0x60a8500) #1000006026a/blarg10037 2015-03-31 11:02:24.130303 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.130306 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10037 [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock) v=177660 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770180] 2015-03-31 11:02:24.130314 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.130316 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407606 lookup #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.130327 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.130339 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407606 cr=0x60a8500) 2015-03-31 11:02:24.130744 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407607 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.130766 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407607 cr=0x23fbb700) 2015-03-31 11:02:24.130769 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407607 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.130772 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407607 cr=0x23fbb700) #10000004e45 2015-03-31 11:02:24.130774 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e45 snap head 2015-03-31 11:02:24.130775 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.130777 7fbe462be700 10 mds.0.server ref is [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.130793 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407607 cr=0x23fbb700) 2015-03-31 11:02:24.130796 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.130813 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.130825 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.130835 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.130842 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.130857 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.130872 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.130882 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.130893 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.130902 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2367d500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.130912 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.130919 7fbe462be700 10 mds.0.cache.ino(10000004e45) auth_pin by 0x2367d500 on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] now 1+0 2015-03-31 11:02:24.130927 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.130942 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.130967 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.130978 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.130998 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.131006 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.131015 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131022 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131028 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131034 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131048 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407607 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.131053 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407607 getattr Xs #10000004e45 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.131064 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.131067 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.131072 7fbe462be700 10 mds.0.cache.ino(10000004e45) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.131074 7fbe462be700 10 mds.0.cache.ino(10000004e45) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.131089 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407607 cr=0x23fbb700) 2015-03-31 11:02:24.131108 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.131125 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.131140 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.131150 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.131161 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.131170 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.131191 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131199 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131206 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131213 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bd470] 2015-03-31 11:02:24.131219 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.131234 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.131245 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2367d500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.131255 7fbe462be700 10 mds.0.cache.ino(10000004e45) auth_unpin by 0x2367d500 on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bd470] now 0+0 2015-03-31 11:02:24.131609 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407608 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.131631 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407608 cr=0x682d000) 2015-03-31 11:02:24.131633 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407608 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.131637 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407608 cr=0x682d000) #1000006026a 2015-03-31 11:02:24.131639 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.131640 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.131641 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.131659 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407608 cr=0x682d000) 2015-03-31 11:02:24.131662 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.131678 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.131690 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.131700 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.131715 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.131730 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.131740 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.131751 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.131761 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.131772 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.131792 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.131817 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.131827 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.131837 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.131857 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.131867 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.131877 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31362} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.131893 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407608 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.131898 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407608 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.131909 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.131913 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.131917 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31363 2015-03-31 11:02:24.131919 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31363 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.131934 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407608 cr=0x682d000) 2015-03-31 11:02:24.131953 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.131970 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.131985 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.131995 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.132006 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31363} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132028 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31363} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132038 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31363} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132048 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31363} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132058 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.132073 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.132084 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31363} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.132464 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407609 create #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.132485 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407609 cr=0x9ae0a00) 2015-03-31 11:02:24.132490 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132507 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:24.132509 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132520 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.132521 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132533 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132544 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132553 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132563 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.132564 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407609 create #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.132568 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10037 2015-03-31 11:02:24.132569 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407609 cr=0x9ae0a00) #1000006026a/blarg10037 2015-03-31 11:02:24.132571 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10037 2015-03-31 11:02:24.132573 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.132574 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.132575 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178677 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.132583 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178677 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.132589 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10037 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178677 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.132598 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407609 cr=0x9ae0a00) 2015-03-31 11:02:24.132604 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.132620 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.132631 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132641 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock) v=177660 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770180] 2015-03-31 11:02:24.132648 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.132663 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.132688 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.132698 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.132719 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.132728 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.132738 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock) v=177660 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770180] 2015-03-31 11:02:24.132742 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10037) auth_pin by 0x2367d500 on [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock) v=177660 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] now 1+0 2015-03-31 11:02:24.132748 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock) v=177660 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.132753 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177660 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.132758 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177660 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.132763 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177660 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.132768 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177660 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.132773 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10037) auth_pin by 0x67702d8 on [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177660 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] now 2+0 2015-03-31 11:02:24.132778 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2367d500) [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dn xlock x=1 by 0x2367d500) (dversion lock w=1 last_client=708310) v=177660 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.132789 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.132805 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.132819 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.132833 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.132847 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.132858 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.132868 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.132878 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.132888 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132897 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132907 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132917 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132927 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132937 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132947 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132957 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132967 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132977 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.132987 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133007 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2bd ([1000006b2be~365], 869 left) 2015-03-31 11:02:24.133010 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.133011 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2bd [2,head] #1000006b2bd auth v1 s=0 n() (iversion lock) 0x3f3338a0] 2015-03-31 11:02:24.133016 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178678 2015-03-31 11:02:24.133017 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10037) pre_dirty [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dn xlock x=1 by 0x2367d500) (dversion lock w=1 last_client=708310) pv=178678 v=177660 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.133025 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3338a0] 2015-03-31 11:02:24.133033 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2367d500 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:24.133042 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x39577a0 2015-03-31 11:02:24.133044 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178679 2015-03-31 11:02:24.133045 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178679 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.133052 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178679 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.133060 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3338a0] 2015-03-31 11:02:24.133066 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.133068 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133082 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295250 2015-03-31 11:02:24.133083 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295250 v=3295248 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.133087 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295250 (current v 3295248) 2015-03-31 11:02:24.133089 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178679 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.133097 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.133099 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2367d500 on [dir 10000000000 /test_small/ [2,head] auth v=3295249 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:24.133109 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x96823c0 2015-03-31 11:02:24.133110 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295251 2015-03-31 11:02:24.133111 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133121 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133133 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133144 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.133145 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.304356 < 1, stopping 2015-03-31 11:02:24.133150 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133161 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.133165 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295250 v=3295248 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.133170 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31363} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133185 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3338a0] 2015-03-31 11:02:24.133191 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.133194 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133201 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.133203 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133211 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133219 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133227 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133234 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133241 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133248 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133255 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133261 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133268 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133275 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133283 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133290 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133296 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133302 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3338a0] 2015-03-31 11:02:24.133313 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.133314 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.133316 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3338a0 tracedn 0x6770180 2015-03-31 11:02:24.133318 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2367d500) [dentry #1/test_small/small5/blarg10037 [2,head] auth NULL (dn xlock x=1 by 0x2367d500) (dversion lock w=1 last_client=708310) pv=178678 v=177660 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770180] 2015-03-31 11:02:24.133325 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407609 create #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.133334 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.133338 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31364 2015-03-31 11:02:24.133340 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31364 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.133346 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.133349 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.133352 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) including xattrs version 0 2015-03-31 11:02:24.133390 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.133420 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.133434 7fbe406af700 5 mds.0.log _submit_thread 5419584491~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.133435 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.133448 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.133462 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133474 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133485 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133495 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133505 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133518 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133529 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133540 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133549 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133559 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133803 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407610 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.133823 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407610 cr=0x9ae1400) 2015-03-31 11:02:24.133825 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407610 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.133829 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407610 cr=0x9ae1400) #1000006b2bd 2015-03-31 11:02:24.133831 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bd snap head 2015-03-31 11:02:24.133833 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.133834 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3338a0] 2015-03-31 11:02:24.133848 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407610 cr=0x9ae1400) 2015-03-31 11:02:24.133851 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.133868 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133878 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133890 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3338a0] 2015-03-31 11:02:24.133898 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.133913 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.133928 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.133938 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.133949 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.133960 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.133971 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3338a0] 2015-03-31 11:02:24.133980 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_pin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3338a0] now 1+0 2015-03-31 11:02:24.133990 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134006 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134021 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134032 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134043 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134065 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134085 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.134095 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.134110 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407610 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.134114 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407610 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.134125 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.134130 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.134133 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.134135 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.134149 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407610 cr=0x9ae1400) 2015-03-31 11:02:24.134168 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134184 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134198 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134209 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134220 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134230 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134251 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.134262 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.134272 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.134288 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.134299 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.134311 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_unpin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] now 0+0 2015-03-31 11:02:24.134560 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407611 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.134579 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407611 cr=0x9ae1b80) 2015-03-31 11:02:24.134581 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407611 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.134585 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407611 cr=0x9ae1b80) #1000006b2bd 2015-03-31 11:02:24.134587 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bd snap head 2015-03-31 11:02:24.134588 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.134589 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.134603 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407611 cr=0x9ae1b80) 2015-03-31 11:02:24.134606 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134622 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134633 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134644 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.134654 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134668 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.134683 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134693 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.134704 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134714 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.134725 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.134735 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_pin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] now 1+0 2015-03-31 11:02:24.134745 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134760 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134775 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134791 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134802 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134823 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134843 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.134853 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.134867 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407611 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.134871 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407611 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.134881 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.134884 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.134889 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.134891 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.134905 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407611 cr=0x9ae1b80) 2015-03-31 11:02:24.134924 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134941 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.134955 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134965 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.134987 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.134998 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.135009 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.135020 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.135029 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.135045 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.135056 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.135066 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_unpin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] now 0+0 2015-03-31 11:02:24.138969 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e45 follows 0 op update 2015-03-31 11:02:24.138972 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.138983 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.138985 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.139004 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.139005 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139012 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139020 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.139022 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139033 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139042 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139049 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.139051 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139059 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139066 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139068 7fbe406af700 5 mds.0.log _submit_thread 5419586131~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.139073 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139078 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139084 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139090 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139095 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.139105 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.179030 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407612 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.179049 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407612 cr=0x9ae6400) 2015-03-31 11:02:24.179053 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407612 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.179057 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407612 cr=0x9ae6400) #1000006b2bd 2015-03-31 11:02:24.179059 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bd snap head 2015-03-31 11:02:24.179061 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.179062 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.179079 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407612 cr=0x9ae6400) 2015-03-31 11:02:24.179082 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.179101 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.179113 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.179125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.179136 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.179151 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.179166 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.179176 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.179188 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.179198 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.179210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.179220 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_pin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] now 1+0 2015-03-31 11:02:24.179231 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.179246 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.179271 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.179292 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.179302 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.179312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.179323 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.179332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.179349 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407612 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.179353 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407612 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.179365 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.179368 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.179373 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:24.179375 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.179390 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407612 cr=0x9ae6400) 2015-03-31 11:02:24.179410 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.179426 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.179441 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.179452 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.179463 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.179485 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.179496 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.179507 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.179517 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.179533 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.179544 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.179555 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_unpin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] now 0+0 2015-03-31 11:02:24.180846 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e45 follows 0 op update 2015-03-31 11:02:24.180849 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180861 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.180863 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.180882 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.180883 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180890 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180899 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.180901 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180906 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180914 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180921 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.180922 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180929 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180936 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180941 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180947 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.180949 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.180950 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e45 [2,head] /test_small/small1/blarg10037 auth v136892 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bd470] 2015-03-31 11:02:24.180957 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.220039 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407613 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.220061 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407613 cr=0x2645ad00) 2015-03-31 11:02:24.220066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407613 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.220069 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407613 cr=0x2645ad00) #1000006b2bd 2015-03-31 11:02:24.220071 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bd snap head 2015-03-31 11:02:24.220073 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.220074 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.220091 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407613 cr=0x2645ad00) 2015-03-31 11:02:24.220094 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220112 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.220137 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.220148 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220163 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.220178 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220188 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.220200 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.220210 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.220222 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.220231 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_pin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] now 1+0 2015-03-31 11:02:24.220242 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220258 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220283 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220303 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220313 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.220324 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.220334 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.220344 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.220360 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407613 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.220364 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407613 getattr Xs #1000006b2bd 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.220375 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.220379 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.220383 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.220387 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.220401 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407613 cr=0x2645ad00) 2015-03-31 11:02:24.220421 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220438 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220453 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220475 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.220497 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.220508 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.220519 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3338a0] 2015-03-31 11:02:24.220529 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.220544 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.220555 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.220567 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) auth_unpin by 0x242c8f00 on [inode 1000006b2bd [2,head] {#1000006b2bd /test_small/small5/blarg10037} auth v178678 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3338a0] now 0+0 2015-03-31 11:02:24.220845 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407614 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.220863 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407614 cr=0xa928f00) 2015-03-31 11:02:24.220865 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407614 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.220868 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407614 cr=0xa928f00) #10000004e86 2015-03-31 11:02:24.220870 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e86 snap head 2015-03-31 11:02:24.220872 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.220873 7fbe462be700 10 mds.0.server ref is [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.220884 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407614 cr=0xa928f00) 2015-03-31 11:02:24.220887 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220903 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220914 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.220923 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.220930 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.220944 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.220959 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.220969 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.220980 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.220989 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242c8f00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.220999 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.221004 7fbe462be700 10 mds.0.cache.ino(10000004e86) auth_pin by 0x242c8f00 on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] now 1+0 2015-03-31 11:02:24.221012 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.221026 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.221041 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.221052 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.221062 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.221072 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.221081 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221088 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221106 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221113 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221137 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407614 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.221142 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407614 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.221152 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.221156 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.221160 7fbe462be700 10 mds.0.cache.ino(10000004e86) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.221163 7fbe462be700 10 mds.0.cache.ino(10000004e86) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.221176 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407614 cr=0xa928f00) 2015-03-31 11:02:24.221196 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.221212 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.221227 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.221238 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.221248 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.221257 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.221278 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221285 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221291 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221296 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.221303 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.221318 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.221328 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242c8f00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.221338 7fbe462be700 10 mds.0.cache.ino(10000004e86) auth_unpin by 0x242c8f00 on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bcb38] now 0+0 2015-03-31 11:02:24.221709 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407615 lookup #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.221730 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407615 cr=0x940f080) 2015-03-31 11:02:24.221732 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407615 lookup #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.221735 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407615 cr=0x940f080) #1000006026a/blarg10038 2015-03-31 11:02:24.221737 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.221740 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10038 [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock) v=177662 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770360] 2015-03-31 11:02:24.221749 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.221750 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407615 lookup #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.221763 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.221776 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407615 cr=0x940f080) 2015-03-31 11:02:24.222213 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407616 lookup #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.222233 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407616 cr=0xa251e00) 2015-03-31 11:02:24.222236 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407616 lookup #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.222239 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407616 cr=0xa251e00) #1000006026a/blarg10038 2015-03-31 11:02:24.222241 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.222244 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10038 [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock) v=177662 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770360] 2015-03-31 11:02:24.222252 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.222254 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407616 lookup #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.222266 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.222279 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407616 cr=0xa251e00) 2015-03-31 11:02:24.222769 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407617 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.222795 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407617 cr=0xa250f00) 2015-03-31 11:02:24.222799 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407617 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.222802 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407617 cr=0xa250f00) #10000004e86 2015-03-31 11:02:24.222804 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e86 snap head 2015-03-31 11:02:24.222805 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.222807 7fbe462be700 10 mds.0.server ref is [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.222818 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407617 cr=0xa250f00) 2015-03-31 11:02:24.222821 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.222839 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.222851 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.222861 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.222867 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.222882 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.222897 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.222907 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.222919 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.222928 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242c8f00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.222939 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.222945 7fbe462be700 10 mds.0.cache.ino(10000004e86) auth_pin by 0x242c8f00 on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] now 1+0 2015-03-31 11:02:24.222953 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.222968 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.222993 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223014 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223024 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.223033 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.223042 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223048 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223053 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223059 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223072 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407617 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.223077 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407617 getattr Xs #10000004e86 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.223088 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.223091 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.223096 7fbe462be700 10 mds.0.cache.ino(10000004e86) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.223099 7fbe462be700 10 mds.0.cache.ino(10000004e86) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.223113 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407617 cr=0xa250f00) 2015-03-31 11:02:24.223133 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.223150 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.223164 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223176 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223186 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.223207 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.223216 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223224 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223231 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bcb38] 2015-03-31 11:02:24.223243 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.223258 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.223269 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242c8f00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.223278 7fbe462be700 10 mds.0.cache.ino(10000004e86) auth_unpin by 0x242c8f00 on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bcb38] now 0+0 2015-03-31 11:02:24.223629 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407618 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.223651 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407618 cr=0xa255780) 2015-03-31 11:02:24.223655 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407618 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.223659 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407618 cr=0xa255780) #1000006026a 2015-03-31 11:02:24.223661 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.223663 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.223664 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223682 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407618 cr=0xa255780) 2015-03-31 11:02:24.223686 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.223702 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223714 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223725 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.223740 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.223755 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223765 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.223776 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223791 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.223803 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.223818 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.223833 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223854 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.223864 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223884 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223895 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223905 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31364} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.223923 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407618 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.223927 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407618 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.223938 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.223942 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.223947 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31365 2015-03-31 11:02:24.223949 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31365 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.223964 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407618 cr=0xa255780) 2015-03-31 11:02:24.223984 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224000 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224015 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224026 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224035 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224046 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224069 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224079 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224089 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.224104 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.224114 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.224498 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407619 create #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.224519 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407619 cr=0x26d3c600) 2015-03-31 11:02:24.224522 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407619 create #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.224525 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10038 2015-03-31 11:02:24.224526 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407619 cr=0x26d3c600) #1000006026a/blarg10038 2015-03-31 11:02:24.224528 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10038 2015-03-31 11:02:24.224529 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.224531 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.224533 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178679 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.224542 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178679 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.224550 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10038 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178679 v=178677 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.224561 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407619 cr=0x26d3c600) 2015-03-31 11:02:24.224567 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224586 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224598 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224609 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock) v=177662 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770360] 2015-03-31 11:02:24.224616 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224631 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.224646 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224656 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.224667 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224678 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.224688 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock) v=177662 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770360] 2015-03-31 11:02:24.224693 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10038) auth_pin by 0x242c8f00 on [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock) v=177662 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] now 1+0 2015-03-31 11:02:24.224700 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock) v=177662 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224705 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177662 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224721 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177662 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224726 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177662 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224732 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177662 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224746 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10038) auth_pin by 0x67704b8 on [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177662 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] now 2+0 2015-03-31 11:02:24.224751 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242c8f00) [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dn xlock x=1 by 0x242c8f00) (dversion lock w=1 last_client=708310) v=177662 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224757 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224773 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224792 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224805 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.224819 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224829 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224839 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224848 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.224858 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224869 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224879 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224889 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224900 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224910 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224920 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224930 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224940 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224951 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.224971 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2be ([1000006b2bf~364], 868 left) 2015-03-31 11:02:24.224974 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.224975 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2be [2,head] #1000006b2be auth v1 s=0 n() (iversion lock) 0x3f3ac890] 2015-03-31 11:02:24.224980 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178680 2015-03-31 11:02:24.224981 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10038) pre_dirty [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dn xlock x=1 by 0x242c8f00) (dversion lock w=1 last_client=708310) pv=178680 v=177662 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.224989 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ac890] 2015-03-31 11:02:24.224996 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242c8f00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178680 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:24.225005 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3956e00 2015-03-31 11:02:24.225007 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178681 2015-03-31 11:02:24.225008 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178681 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.225015 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178681 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.225022 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ac890] 2015-03-31 11:02:24.225027 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.225029 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295250 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225043 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295252 2015-03-31 11:02:24.225044 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295252 v=3295248 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.225048 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295252 (current v 3295248) 2015-03-31 11:02:24.225050 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178681 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.225056 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.225058 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242c8f00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295252 v=3295249 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:24.225068 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x91d63b0 2015-03-31 11:02:24.225069 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295253 2015-03-31 11:02:24.225070 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225083 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225094 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225105 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.225107 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.39632 < 1, stopping 2015-03-31 11:02:24.225111 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225122 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.225126 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295252 v=3295248 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.225131 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31365} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225146 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3ac890] 2015-03-31 11:02:24.225153 7fbe462be700 10 mds.0.cache.ino(1000006b2be) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.225156 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225164 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.225165 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225174 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225181 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225188 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225195 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225202 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225209 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225215 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225222 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225229 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225236 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225243 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225250 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225256 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225263 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ac890] 2015-03-31 11:02:24.225274 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.225275 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.225277 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3ac890 tracedn 0x6770360 2015-03-31 11:02:24.225279 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242c8f00) [dentry #1/test_small/small5/blarg10038 [2,head] auth NULL (dn xlock x=1 by 0x242c8f00) (dversion lock w=1 last_client=708310) pv=178680 v=177662 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770360] 2015-03-31 11:02:24.225286 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407619 create #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.225295 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.225299 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31366 2015-03-31 11:02:24.225301 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31366 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.225307 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.225310 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.225313 7fbe462be700 10 mds.0.cache.ino(1000006b2be) including xattrs version 0 2015-03-31 11:02:24.225351 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225381 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225395 7fbe406af700 5 mds.0.log _submit_thread 5419586990~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.225396 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225410 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225436 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225447 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225457 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225467 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225479 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225492 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225503 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225513 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225523 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225764 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407620 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.225788 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407620 cr=0x9f78280) 2015-03-31 11:02:24.225791 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407620 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.225795 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407620 cr=0x9f78280) #1000006b2be 2015-03-31 11:02:24.225797 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2be snap head 2015-03-31 11:02:24.225798 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.225799 7fbe462be700 10 mds.0.server ref is [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3ac890] 2015-03-31 11:02:24.225812 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407620 cr=0x9f78280) 2015-03-31 11:02:24.225815 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225831 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225842 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225852 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ac890] 2015-03-31 11:02:24.225862 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225876 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.225891 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225901 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.225911 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.225922 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.225933 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ac890] 2015-03-31 11:02:24.225942 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_pin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ac890] now 1+0 2015-03-31 11:02:24.225953 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225968 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.225982 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.225993 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226003 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226028 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226048 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226057 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226073 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407620 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.226077 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407620 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.226088 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.226092 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.226096 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.226099 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.226113 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407620 cr=0x9f78280) 2015-03-31 11:02:24.226132 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226149 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226164 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226175 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226185 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226208 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226219 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226230 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226240 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.226255 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.226267 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.226278 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_unpin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] now 0+0 2015-03-31 11:02:24.226495 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407621 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.226513 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407621 cr=0x51da300) 2015-03-31 11:02:24.226515 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407621 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.226518 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407621 cr=0x51da300) #1000006b2be 2015-03-31 11:02:24.226520 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2be snap head 2015-03-31 11:02:24.226521 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.226522 7fbe462be700 10 mds.0.server ref is [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.226536 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407621 cr=0x51da300) 2015-03-31 11:02:24.226538 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226554 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226565 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226576 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.226585 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226599 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.226614 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226624 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.226635 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226645 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.226656 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.226666 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_pin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] now 1+0 2015-03-31 11:02:24.226676 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226692 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226707 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226718 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226728 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226739 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226760 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226781 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226801 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407621 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.226805 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407621 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.226815 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.226819 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.226823 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.226826 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.226839 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407621 cr=0x51da300) 2015-03-31 11:02:24.226857 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226874 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.226889 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226900 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.226921 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226932 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.226943 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226954 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.226964 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.226979 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.226989 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.227000 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_unpin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] now 0+0 2015-03-31 11:02:24.431884 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e86 follows 0 op update 2015-03-31 11:02:24.431887 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431898 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.431900 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.431919 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.431920 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431927 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431935 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.431937 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431948 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431957 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431966 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.431967 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431975 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431982 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431984 7fbe406af700 5 mds.0.log _submit_thread 5419588630~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.431989 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.431994 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.432000 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.432005 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.432010 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.432020 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.432036 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407622 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.432056 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407622 cr=0x45a5c80) 2015-03-31 11:02:24.432059 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407622 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.432063 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407622 cr=0x45a5c80) #1000006b2be 2015-03-31 11:02:24.432065 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2be snap head 2015-03-31 11:02:24.432067 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.432068 7fbe462be700 10 mds.0.server ref is [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.432082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407622 cr=0x45a5c80) 2015-03-31 11:02:24.432085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.432101 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.432113 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.432125 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.432135 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.432160 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.432174 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.432184 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.432195 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.432205 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.432216 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.432226 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_pin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] now 1+0 2015-03-31 11:02:24.432236 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.432251 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.432275 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.432286 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.432296 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.432306 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.432316 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.432326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.432342 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407622 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.432346 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407622 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.432357 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.432361 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.432365 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:24.432368 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.432382 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407622 cr=0x45a5c80) 2015-03-31 11:02:24.432402 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.432418 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.432433 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.432443 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.432454 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.432464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.432486 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.432497 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.432507 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.432522 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.432533 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.432544 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_unpin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] now 0+0 2015-03-31 11:02:24.433817 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e86 follows 0 op update 2015-03-31 11:02:24.433821 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433832 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.433834 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.433853 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.433854 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433861 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433869 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.433871 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433877 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433883 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433890 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.433891 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433897 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433904 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433910 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433916 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.433917 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.433919 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e86 [2,head] /test_small/small1/blarg10038 auth v136894 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bcb38] 2015-03-31 11:02:24.433926 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.473061 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407623 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.473083 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407623 cr=0x5410f00) 2015-03-31 11:02:24.473087 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407623 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.473091 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407623 cr=0x5410f00) #1000006b2be 2015-03-31 11:02:24.473093 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2be snap head 2015-03-31 11:02:24.473094 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.473095 7fbe462be700 10 mds.0.server ref is [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.473111 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407623 cr=0x5410f00) 2015-03-31 11:02:24.473114 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473132 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473144 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.473156 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.473166 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473180 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.473195 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473204 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.473215 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.473226 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.473236 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.473246 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_pin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] now 1+0 2015-03-31 11:02:24.473256 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473272 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473286 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473306 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473327 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.473337 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.473347 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.473356 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.473371 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407623 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.473375 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407623 getattr Xs #1000006b2be 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.473386 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.473389 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.473393 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.473396 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.473410 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407623 cr=0x5410f00) 2015-03-31 11:02:24.473429 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473445 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473460 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473471 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473481 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.473503 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.473514 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.473525 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ac890] 2015-03-31 11:02:24.473534 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.473549 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.473560 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.473570 7fbe462be700 10 mds.0.cache.ino(1000006b2be) auth_unpin by 0x242cc100 on [inode 1000006b2be [2,head] {#1000006b2be /test_small/small5/blarg10038} auth v178680 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ac890] now 0+0 2015-03-31 11:02:24.473849 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407624 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.473867 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407624 cr=0x26903700) 2015-03-31 11:02:24.473870 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407624 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.473873 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407624 cr=0x26903700) #10000004e4b 2015-03-31 11:02:24.473875 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4b snap head 2015-03-31 11:02:24.473876 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.473877 7fbe462be700 10 mds.0.server ref is [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.473887 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407624 cr=0x26903700) 2015-03-31 11:02:24.473890 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473905 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473915 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.473925 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.473931 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.473945 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.473959 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.473968 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.473979 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.473987 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cc100 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.473996 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.474001 7fbe462be700 10 mds.0.cache.ino(10000004e4b) auth_pin by 0x242cc100 on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] now 1+0 2015-03-31 11:02:24.474009 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.474023 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.474037 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.474047 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.474058 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.474067 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.474076 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474083 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474089 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474095 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474120 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407624 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.474135 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407624 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.474146 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.474150 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.474153 7fbe462be700 10 mds.0.cache.ino(10000004e4b) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.474155 7fbe462be700 10 mds.0.cache.ino(10000004e4b) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.474168 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407624 cr=0x26903700) 2015-03-31 11:02:24.474187 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.474203 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.474217 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.474227 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.474237 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.474246 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.474267 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474274 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474281 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474287 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.474293 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.474308 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.474318 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cc100 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.474328 7fbe462be700 10 mds.0.cache.ino(10000004e4b) auth_unpin by 0x242cc100 on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bc200] now 0+0 2015-03-31 11:02:24.474699 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407625 lookup #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.474719 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407625 cr=0x25f4ee00) 2015-03-31 11:02:24.474721 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407625 lookup #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.474724 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407625 cr=0x25f4ee00) #1000006026a/blarg10039 2015-03-31 11:02:24.474726 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.474729 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10039 [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock) v=177664 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770540] 2015-03-31 11:02:24.474737 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.474738 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407625 lookup #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.474749 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.474763 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407625 cr=0x25f4ee00) 2015-03-31 11:02:24.475201 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407626 lookup #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.475220 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407626 cr=0x5e8c380) 2015-03-31 11:02:24.475224 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407626 lookup #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.475227 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407626 cr=0x5e8c380) #1000006026a/blarg10039 2015-03-31 11:02:24.475229 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.475232 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10039 [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock) v=177664 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770540] 2015-03-31 11:02:24.475240 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.475242 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407626 lookup #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.475253 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.475266 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407626 cr=0x5e8c380) 2015-03-31 11:02:24.475731 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407627 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.475752 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407627 cr=0xb264880) 2015-03-31 11:02:24.475756 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407627 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.475759 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407627 cr=0xb264880) #10000004e4b 2015-03-31 11:02:24.475761 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4b snap head 2015-03-31 11:02:24.475762 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.475763 7fbe462be700 10 mds.0.server ref is [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.475776 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407627 cr=0xb264880) 2015-03-31 11:02:24.475779 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.475801 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.475813 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.475822 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.475828 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.475843 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.475857 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.475867 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.475878 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.475886 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cc100 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.475895 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.475900 7fbe462be700 10 mds.0.cache.ino(10000004e4b) auth_pin by 0x242cc100 on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] now 1+0 2015-03-31 11:02:24.475908 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.475923 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.475937 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.475958 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.475980 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.475988 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.475996 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476003 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476009 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476015 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476027 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407627 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.476031 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407627 getattr Xs #10000004e4b 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.476042 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.476046 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.476049 7fbe462be700 10 mds.0.cache.ino(10000004e4b) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.476052 7fbe462be700 10 mds.0.cache.ino(10000004e4b) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.476066 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407627 cr=0xb264880) 2015-03-31 11:02:24.476085 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476101 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476115 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476126 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476136 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.476146 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.476166 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476173 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476180 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476185 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9bc200] 2015-03-31 11:02:24.476191 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.476206 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.476217 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cc100 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.476226 7fbe462be700 10 mds.0.cache.ino(10000004e4b) auth_unpin by 0x242cc100 on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9bc200] now 0+0 2015-03-31 11:02:24.476507 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407628 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.476524 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407628 cr=0xb267080) 2015-03-31 11:02:24.476527 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407628 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.476530 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407628 cr=0xb267080) #1000006026a 2015-03-31 11:02:24.476532 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.476534 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.476535 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476549 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407628 cr=0xb267080) 2015-03-31 11:02:24.476552 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476566 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476577 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476587 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476600 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.476614 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476623 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.476634 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476644 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.476655 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476669 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476683 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476693 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476703 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476713 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476724 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476734 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31366} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476751 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407628 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.476772 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407628 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.476797 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.476800 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.476804 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31367 2015-03-31 11:02:24.476805 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31367 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.476818 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407628 cr=0xb267080) 2015-03-31 11:02:24.476837 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476853 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.476867 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476878 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.476887 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476898 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476920 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476930 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.476940 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.476954 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.476964 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.477346 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407629 create #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.477366 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407629 cr=0x26459b80) 2015-03-31 11:02:24.477370 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407629 create #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.477373 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10039 2015-03-31 11:02:24.477374 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407629 cr=0x26459b80) #1000006026a/blarg10039 2015-03-31 11:02:24.477376 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10039 2015-03-31 11:02:24.477377 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.477379 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.477380 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178681 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.477390 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178681 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.477398 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10039 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178681 v=178677 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.477409 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407629 cr=0x26459b80) 2015-03-31 11:02:24.477414 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.477433 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477444 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477455 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock) v=177664 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770540] 2015-03-31 11:02:24.477462 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.477477 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.477491 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477501 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.477513 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477523 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.477534 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock) v=177664 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770540] 2015-03-31 11:02:24.477539 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10039) auth_pin by 0x242cc100 on [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock) v=177664 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] now 1+0 2015-03-31 11:02:24.477546 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock) v=177664 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477551 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177664 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477567 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177664 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477571 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177664 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477577 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177664 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477581 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10039) auth_pin by 0x6770698 on [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177664 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] now 2+0 2015-03-31 11:02:24.477599 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cc100) [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dn xlock x=1 by 0x242cc100) (dversion lock w=1 last_client=708310) v=177664 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477605 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.477619 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.477633 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.477646 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.477658 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477668 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477678 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477687 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477696 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477706 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477716 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477726 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477735 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477744 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477754 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477763 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477773 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477787 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477804 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2bf ([1000006b2c0~363], 867 left) 2015-03-31 11:02:24.477806 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.477808 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2bf [2,head] #1000006b2bf auth v1 s=0 n() (iversion lock) 0x3f491468] 2015-03-31 11:02:24.477812 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178682 2015-03-31 11:02:24.477813 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10039) pre_dirty [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dn xlock x=1 by 0x242cc100) (dversion lock w=1 last_client=708310) pv=178682 v=177664 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.477821 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f491468] 2015-03-31 11:02:24.477829 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cc100 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178682 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:24.477837 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x39518c0 2015-03-31 11:02:24.477839 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178683 2015-03-31 11:02:24.477840 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178683 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.477847 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178683 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.477854 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f491468] 2015-03-31 11:02:24.477860 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.477863 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295252 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477878 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295254 2015-03-31 11:02:24.477879 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295254 v=3295248 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.477883 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295254 (current v 3295248) 2015-03-31 11:02:24.477884 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178683 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.477891 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.477894 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cc100 on [dir 10000000000 /test_small/ [2,head] auth pv=3295254 v=3295249 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:24.477903 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2694c410 2015-03-31 11:02:24.477904 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295255 2015-03-31 11:02:24.477905 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477917 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477927 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477938 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.477939 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.649156 < 1, stopping 2015-03-31 11:02:24.477943 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.477953 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.477957 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295254 v=3295248 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.477962 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31367} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.477976 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f491468] 2015-03-31 11:02:24.477983 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.477986 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f491468] 2015-03-31 11:02:24.477993 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.477995 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478002 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478009 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478015 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478022 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478028 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478035 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478042 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478048 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478054 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478060 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478067 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478073 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478079 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478085 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f491468] 2015-03-31 11:02:24.478095 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.478096 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.478098 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f491468 tracedn 0x6770540 2015-03-31 11:02:24.478101 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cc100) [dentry #1/test_small/small5/blarg10039 [2,head] auth NULL (dn xlock x=1 by 0x242cc100) (dversion lock w=1 last_client=708310) pv=178682 v=177664 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770540] 2015-03-31 11:02:24.478107 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407629 create #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.478116 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.478119 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31368 2015-03-31 11:02:24.478121 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31368 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.478126 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.478130 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.478132 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) including xattrs version 0 2015-03-31 11:02:24.478169 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478198 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478213 7fbe406af700 5 mds.0.log _submit_thread 5419589489~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.478213 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478225 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478239 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478261 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478273 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478283 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478294 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478305 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478317 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478327 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478338 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478348 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478601 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407630 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.478621 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407630 cr=0x60ab480) 2015-03-31 11:02:24.478623 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407630 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.478627 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407630 cr=0x60ab480) #1000006b2bf 2015-03-31 11:02:24.478629 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bf snap head 2015-03-31 11:02:24.478631 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.478632 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f491468] 2015-03-31 11:02:24.478646 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407630 cr=0x60ab480) 2015-03-31 11:02:24.478648 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478664 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478674 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478685 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f491468] 2015-03-31 11:02:24.478694 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478708 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.478722 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478732 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.478743 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478753 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.478763 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f491468] 2015-03-31 11:02:24.478773 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_pin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f491468] now 1+0 2015-03-31 11:02:24.478787 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478802 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478816 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478827 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.478837 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478863 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.478885 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.478894 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.478908 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407630 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.478912 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407630 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.478922 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.478925 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.478930 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.478932 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.478946 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407630 cr=0x60ab480) 2015-03-31 11:02:24.478965 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478981 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.478994 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479005 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479015 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479026 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479047 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.479058 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.479068 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.479083 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.479093 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.479104 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_unpin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] now 0+0 2015-03-31 11:02:24.479358 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407631 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.479376 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407631 cr=0x60aa300) 2015-03-31 11:02:24.479378 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407631 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.479381 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407631 cr=0x60aa300) #1000006b2bf 2015-03-31 11:02:24.479383 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bf snap head 2015-03-31 11:02:24.479384 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.479385 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.479398 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407631 cr=0x60aa300) 2015-03-31 11:02:24.479401 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.479416 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479426 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479437 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.479446 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.479460 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.479474 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479483 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.479494 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479504 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.479514 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.479522 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_pin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] now 1+0 2015-03-31 11:02:24.479532 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.479547 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.479561 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479571 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479582 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479592 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479602 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.479622 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.479650 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407631 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.479654 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407631 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.479664 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.479668 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.479671 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.479673 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.479685 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407631 cr=0x60aa300) 2015-03-31 11:02:24.479704 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.479720 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.479734 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479744 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.479766 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479776 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.479791 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.479802 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.479811 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.479826 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.479836 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.479846 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_unpin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] now 0+0 2015-03-31 11:02:24.482862 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4b follows 0 op update 2015-03-31 11:02:24.482866 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482877 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.482879 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.482896 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.482897 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482904 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482913 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.482914 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482925 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482945 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482952 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.482953 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482961 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482964 7fbe406af700 5 mds.0.log _submit_thread 5419591129~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.482969 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482974 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482979 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482986 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482992 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.482998 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.483008 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.522023 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407632 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.522045 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407632 cr=0x60afa80) 2015-03-31 11:02:24.522050 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407632 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.522054 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407632 cr=0x60afa80) #1000006b2bf 2015-03-31 11:02:24.522056 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bf snap head 2015-03-31 11:02:24.522057 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.522059 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.522076 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407632 cr=0x60afa80) 2015-03-31 11:02:24.522079 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.522097 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.522109 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.522121 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.522132 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.522147 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.522162 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.522172 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.522184 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.522195 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.522206 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.522216 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_pin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] now 1+0 2015-03-31 11:02:24.522227 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.522242 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.522281 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.522292 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.522302 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.522324 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.522333 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.522343 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.522358 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407632 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.522362 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407632 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.522373 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.522378 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.522381 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:24.522385 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.522398 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407632 cr=0x60afa80) 2015-03-31 11:02:24.522417 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.522434 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.522448 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.522459 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.522470 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.522480 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.522502 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.522513 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.522522 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.522537 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.522548 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.522559 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_unpin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] now 0+0 2015-03-31 11:02:24.523835 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4b follows 0 op update 2015-03-31 11:02:24.523838 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523850 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.523852 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.523870 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.523871 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523877 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523885 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.523887 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523893 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523900 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523906 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.523907 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523915 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523922 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523928 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523933 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.523935 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.523936 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e4b [2,head] /test_small/small1/blarg10039 auth v136896 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9bc200] 2015-03-31 11:02:24.523943 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.563017 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407633 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.563039 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407633 cr=0x43d2800) 2015-03-31 11:02:24.563043 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407633 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.563047 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407633 cr=0x43d2800) #1000006b2bf 2015-03-31 11:02:24.563049 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2bf snap head 2015-03-31 11:02:24.563050 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.563051 7fbe462be700 10 mds.0.server ref is [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.563068 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407633 cr=0x43d2800) 2015-03-31 11:02:24.563071 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563088 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563100 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.563111 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.563122 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563136 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.563151 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563160 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.563171 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.563182 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.563193 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.563203 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_pin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] now 1+0 2015-03-31 11:02:24.563213 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563229 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563253 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563275 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563285 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.563295 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.563305 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.563315 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.563330 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407633 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.563334 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407633 getattr Xs #1000006b2bf 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.563345 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.563348 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.563353 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.563355 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.563369 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407633 cr=0x43d2800) 2015-03-31 11:02:24.563388 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563404 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563418 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563429 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563439 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.563461 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.563472 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.563483 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f491468] 2015-03-31 11:02:24.563492 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.563508 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.563518 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.563529 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) auth_unpin by 0x28ebee00 on [inode 1000006b2bf [2,head] {#1000006b2bf /test_small/small5/blarg10039} auth v178682 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f491468] now 0+0 2015-03-31 11:02:24.563829 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407634 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.563847 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407634 cr=0x9cc4880) 2015-03-31 11:02:24.563850 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407634 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.563853 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407634 cr=0x9cc4880) #100000003f0 2015-03-31 11:02:24.563855 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003f0 snap head 2015-03-31 11:02:24.563856 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.563857 7fbe462be700 10 mds.0.server ref is [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.563868 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407634 cr=0x9cc4880) 2015-03-31 11:02:24.563871 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563886 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563897 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.563906 7fbe462be700 10 mds.0.locker must authpin [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.563911 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.563924 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.563938 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.563947 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.563958 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.563966 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x28ebee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.563976 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.563981 7fbe462be700 10 mds.0.cache.ino(100000003f0) auth_pin by 0x28ebee00 on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] now 1+0 2015-03-31 11:02:24.563989 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.564004 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.564018 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.564028 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.564038 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.564048 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.564057 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564064 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564071 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564089 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564115 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407634 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.564119 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407634 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.564129 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.564132 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.564136 7fbe462be700 10 mds.0.cache.ino(100000003f0) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.564139 7fbe462be700 10 mds.0.cache.ino(100000003f0) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.564151 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407634 cr=0x9cc4880) 2015-03-31 11:02:24.564170 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.564185 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.564199 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.564210 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.564219 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.564228 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.564249 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564255 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564263 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564269 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.564275 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.564289 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.564300 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x28ebee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.564309 7fbe462be700 10 mds.0.cache.ino(100000003f0) auth_unpin by 0x28ebee00 on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b5360] now 0+0 2015-03-31 11:02:24.564688 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407635 lookup #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.564708 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407635 cr=0x26d3e180) 2015-03-31 11:02:24.564710 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407635 lookup #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.564713 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407635 cr=0x26d3e180) #1000006026a/blarg1004 2015-03-31 11:02:24.564715 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.564718 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1004 [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock) v=177666 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770720] 2015-03-31 11:02:24.564726 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.564727 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407635 lookup #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.564739 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.564752 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407635 cr=0x26d3e180) 2015-03-31 11:02:24.565238 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407636 lookup #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.565257 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407636 cr=0x26d39900) 2015-03-31 11:02:24.565260 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407636 lookup #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.565263 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407636 cr=0x26d39900) #1000006026a/blarg1004 2015-03-31 11:02:24.565266 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.565269 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1004 [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock) v=177666 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770720] 2015-03-31 11:02:24.565277 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.565279 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407636 lookup #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.565289 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.565300 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407636 cr=0x26d39900) 2015-03-31 11:02:24.565791 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407637 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.565826 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407637 cr=0x26d3af80) 2015-03-31 11:02:24.565829 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407637 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.565832 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407637 cr=0x26d3af80) #100000003f0 2015-03-31 11:02:24.565834 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003f0 snap head 2015-03-31 11:02:24.565835 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.565837 7fbe462be700 10 mds.0.server ref is [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.565849 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407637 cr=0x26d3af80) 2015-03-31 11:02:24.565852 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.565871 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.565883 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.565894 7fbe462be700 10 mds.0.locker must authpin [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.565901 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.565916 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.565931 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.565941 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.565953 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.565963 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x28ebee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.565973 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.565980 7fbe462be700 10 mds.0.cache.ino(100000003f0) auth_pin by 0x28ebee00 on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] now 1+0 2015-03-31 11:02:24.565987 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566012 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566036 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566047 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566057 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.566066 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.566075 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566082 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566100 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566106 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566119 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407637 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.566123 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407637 getattr Xs #100000003f0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.566134 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.566137 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.566142 7fbe462be700 10 mds.0.cache.ino(100000003f0) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.566144 7fbe462be700 10 mds.0.cache.ino(100000003f0) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.566158 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407637 cr=0x26d3af80) 2015-03-31 11:02:24.566177 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566193 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566207 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566218 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566228 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.566237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.566257 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566264 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566271 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566278 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b5360] 2015-03-31 11:02:24.566283 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.566298 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.566309 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x28ebee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.566318 7fbe462be700 10 mds.0.cache.ino(100000003f0) auth_unpin by 0x28ebee00 on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b5360] now 0+0 2015-03-31 11:02:24.566692 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407638 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.566714 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407638 cr=0x26d3df00) 2015-03-31 11:02:24.566717 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407638 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.566720 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407638 cr=0x26d3df00) #1000006026a 2015-03-31 11:02:24.566722 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.566723 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.566724 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566742 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407638 cr=0x26d3df00) 2015-03-31 11:02:24.566745 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566761 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566772 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566789 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566803 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.566817 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566827 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.566838 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566848 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.566860 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566874 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.566889 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566899 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.566919 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566941 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566951 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566961 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31368} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.566977 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407638 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.566981 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407638 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.566992 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.566995 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.566999 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31369 2015-03-31 11:02:24.567001 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31369 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.567015 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407638 cr=0x26d3df00) 2015-03-31 11:02:24.567034 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567050 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567064 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567075 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567085 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567097 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567119 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567129 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567139 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.567153 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.567164 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.567555 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407639 create #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.567575 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407639 cr=0xaee8c80) 2015-03-31 11:02:24.567578 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407639 create #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.567581 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg1004 2015-03-31 11:02:24.567582 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407639 cr=0xaee8c80) #1000006026a/blarg1004 2015-03-31 11:02:24.567584 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg1004 2015-03-31 11:02:24.567586 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.567587 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.567589 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178683 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.567599 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178683 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.567608 7fbe462be700 10 mds.0.server prepare_null_dentry blarg1004 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178683 v=178677 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.567619 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407639 cr=0xaee8c80) 2015-03-31 11:02:24.567624 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567643 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567654 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567665 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock) v=177666 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770720] 2015-03-31 11:02:24.567672 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567686 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.567701 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567711 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.567722 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567732 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.567743 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock) v=177666 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770720] 2015-03-31 11:02:24.567748 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1004) auth_pin by 0x28ebee00 on [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock) v=177666 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] now 1+0 2015-03-31 11:02:24.567755 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock) v=177666 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.567759 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177666 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.567775 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177666 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.567779 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177666 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.567800 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177666 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.567804 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1004) auth_pin by 0x6770878 on [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177666 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] now 2+0 2015-03-31 11:02:24.567809 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x28ebee00) [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dn xlock x=1 by 0x28ebee00) (dversion lock w=1 last_client=708310) v=177666 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.567815 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567829 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567843 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567856 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.567868 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567878 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567887 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567897 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.567906 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567916 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567925 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567935 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567944 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567954 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567963 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567973 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567982 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.567991 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568010 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c0 ([1000006b2c1~362], 866 left) 2015-03-31 11:02:24.568012 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.568014 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c0 [2,head] #1000006b2c0 auth v1 s=0 n() (iversion lock) 0x3f33c2e8] 2015-03-31 11:02:24.568018 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178684 2015-03-31 11:02:24.568019 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1004) pre_dirty [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dn xlock x=1 by 0x28ebee00) (dversion lock w=1 last_client=708310) pv=178684 v=177666 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.568027 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f33c2e8] 2015-03-31 11:02:24.568033 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x28ebee00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178684 v=178677 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 8 2015-03-31 11:02:24.568042 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x39546d0 2015-03-31 11:02:24.568044 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178685 2015-03-31 11:02:24.568045 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178677 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.568051 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178677 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.568057 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f33c2e8] 2015-03-31 11:02:24.568063 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.568064 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295254 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568078 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295256 2015-03-31 11:02:24.568079 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295256 v=3295248 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.568083 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295256 (current v 3295248) 2015-03-31 11:02:24.568084 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178677 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=46+1558,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.568091 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.568093 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x28ebee00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295256 v=3295249 cv=3287205/3287205 ap=4+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 5 2015-03-31 11:02:24.568102 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x26948840 2015-03-31 11:02:24.568103 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295257 2015-03-31 11:02:24.568104 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568116 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568126 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568137 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.568138 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.73936 < 1, stopping 2015-03-31 11:02:24.568142 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568152 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=4 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.568156 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295256 v=3295248 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.568161 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31369} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568175 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f33c2e8] 2015-03-31 11:02:24.568182 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.568185 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568233 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.568235 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568244 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568251 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568257 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568263 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568269 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568276 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568283 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568289 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568295 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568302 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568308 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568315 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568321 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568328 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568338 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.568339 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.568341 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f33c2e8 tracedn 0x6770720 2015-03-31 11:02:24.568343 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x28ebee00) [dentry #1/test_small/small5/blarg1004 [2,head] auth NULL (dn xlock x=1 by 0x28ebee00) (dversion lock w=1 last_client=708310) pv=178684 v=177666 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770720] 2015-03-31 11:02:24.568350 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407639 create #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.568358 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.568362 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31370 2015-03-31 11:02:24.568364 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31370 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.568369 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.568373 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.568375 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) including xattrs version 0 2015-03-31 11:02:24.568412 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.568441 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.568456 7fbe406af700 5 mds.0.log _submit_thread 5419591988~1619 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.568457 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.568469 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.568494 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568506 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568516 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568526 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568537 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568549 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568560 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568571 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568582 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568592 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568839 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407640 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.568858 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407640 cr=0x2a509900) 2015-03-31 11:02:24.568860 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407640 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.568864 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407640 cr=0x2a509900) #1000006b2c0 2015-03-31 11:02:24.568866 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c0 snap head 2015-03-31 11:02:24.568867 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.568868 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568881 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407640 cr=0x2a509900) 2015-03-31 11:02:24.568884 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.568899 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568910 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568921 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f33c2e8] 2015-03-31 11:02:24.568930 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.568944 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:24.568958 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.568968 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:24.568978 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.568989 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:24.568999 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f33c2e8] 2015-03-31 11:02:24.569008 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_pin by 0x242ce900 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f33c2e8] now 1+0 2015-03-31 11:02:24.569018 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569033 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569047 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569058 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569068 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569079 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569101 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.569122 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.569137 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407640 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.569141 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407640 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.569151 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.569154 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.569158 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.569161 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.569173 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407640 cr=0x2a509900) 2015-03-31 11:02:24.569193 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569209 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569222 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569233 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569243 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569253 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569275 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.569286 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.569296 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.569310 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.569321 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.569331 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_unpin by 0x242ce900 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] now 0+0 2015-03-31 11:02:24.569591 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407641 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.569609 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407641 cr=0x2a508c80) 2015-03-31 11:02:24.569611 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407641 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.569614 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407641 cr=0x2a508c80) #1000006b2c0 2015-03-31 11:02:24.569616 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c0 snap head 2015-03-31 11:02:24.569617 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.569619 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.569632 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407641 cr=0x2a508c80) 2015-03-31 11:02:24.569634 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569649 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569660 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569670 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.569679 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569693 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:24.569707 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569716 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:24.569726 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569736 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:24.569747 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.569756 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_pin by 0x242ce900 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] now 1+0 2015-03-31 11:02:24.569766 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569780 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569799 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569809 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569819 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569830 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.569850 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.569872 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.569888 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407641 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.569891 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407641 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.569902 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.569905 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.569909 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.569911 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.569923 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407641 cr=0x2a508c80) 2015-03-31 11:02:24.569942 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569958 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.569972 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.569983 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.570004 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.570015 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.570026 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.570036 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.570046 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.570060 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.570071 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.570081 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_unpin by 0x242ce900 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] now 0+0 2015-03-31 11:02:24.574081 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003f0 follows 0 op update 2015-03-31 11:02:24.574085 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574096 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.574097 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.574115 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.574116 7fbe462be700 10 mds.0.locker cap inode [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574122 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574130 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.574131 7fbe462be700 10 mds.0.locker adding to open file list [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574142 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574162 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574169 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.574172 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574180 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574182 7fbe406af700 5 mds.0.log _submit_thread 5419593627~838 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.574186 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574191 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574198 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574205 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574210 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574217 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.574227 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.614025 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407642 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614046 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407642 cr=0x37d5500) 2015-03-31 11:02:24.614050 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407642 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614055 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407642 cr=0x37d5500) #1000006b2c0 2015-03-31 11:02:24.614056 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c0 snap head 2015-03-31 11:02:24.614058 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.614059 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.614075 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407642 cr=0x37d5500) 2015-03-31 11:02:24.614078 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614096 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614108 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614120 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.614130 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614145 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:24.614159 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614169 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:24.614180 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614190 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:24.614201 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.614211 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_pin by 0x242ce900 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] now 1+0 2015-03-31 11:02:24.614221 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614237 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614251 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614262 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614273 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614296 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614305 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.614314 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.614330 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407642 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614334 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407642 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614345 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.614348 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.614352 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:24.614355 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.614368 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407642 cr=0x37d5500) 2015-03-31 11:02:24.614387 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614404 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614418 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614428 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614439 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614460 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614470 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.614481 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.614491 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.614506 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.614516 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.614527 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_unpin by 0x242ce900 on [inode 1000006b2c0 [2,head] {#1000006b2c0 /test_small/small5/blarg1004} auth v178684 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33c2e8] now 0+0 2015-03-31 11:02:24.614565 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407643 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614583 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407643 cr=0x37d7580) 2015-03-31 11:02:24.614586 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407643 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614589 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407643 cr=0x37d7580) #1000006026a 2015-03-31 11:02:24.614591 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.614592 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.614593 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614607 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407643 cr=0x37d7580) 2015-03-31 11:02:24.614610 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614624 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614634 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614644 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614657 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:24.614671 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614680 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:24.614691 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614710 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:24.614721 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614734 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614748 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614757 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614767 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614777 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614793 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614803 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (ixattr sync r=1) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31370} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614819 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407643 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614821 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407643 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.614843 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.614845 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.614850 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31371 2015-03-31 11:02:24.614852 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31371 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.614864 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407643 cr=0x37d7580) 2015-03-31 11:02:24.614883 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614898 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.614912 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614923 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.614933 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614944 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614965 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614975 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.614985 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.614998 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.615009 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.615270 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407644 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.615291 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407644 cr=0x37d2580) 2015-03-31 11:02:24.615294 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407644 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.615297 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407644 cr=0x37d2580) #1000006026a 2015-03-31 11:02:24.615299 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.615300 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.615301 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615316 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407644 cr=0x37d2580) 2015-03-31 11:02:24.615319 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.615333 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.615343 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615353 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.615366 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:24.615380 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.615389 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:24.615400 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615410 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:24.615420 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.615434 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.615448 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.615458 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.615468 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615479 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615489 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615499 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615510 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:24.615531 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.615553 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x28006f30 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:24.615555 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631051 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:24.631057 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:24.631066 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:24.631068 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bd) mark_dirty [inode 1000006b2bd [2,head] /test_small/small5/blarg10037 auth v178677 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.631084 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10037) mark_dirty [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178678 v=177660 ap=2+0 inode=0x3f3338a0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631093 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178678 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 46=46+0) hs=47+1557,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178678 2015-03-31 11:02:24.631103 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bd) mark_dirty_parent 2015-03-31 11:02:24.631105 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295248 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 46=46+0) n(v1 rc2015-03-31 11:03:01.000000 47=46+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631120 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295256 v=3295248 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.631124 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295250 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382349=382342+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295250 2015-03-31 11:02:24.631135 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178679 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 47=47+0) hs=47+1557,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178679 2015-03-31 11:02:24.631142 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295251 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382350=382343+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295251 2015-03-31 11:02:24.631151 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2bd [2,head] /test_small/small5/blarg10037 auth v178678 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3338a0] 2015-03-31 11:02:24.631162 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:24.631165 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27520 client_caps(grant ino 1000006b2bd 1851506 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:24.631186 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178678 ap=2+0 inode=0x3f3338a0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631196 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407609 create #1000006026a/blarg10037 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.631208 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2bd 2015-03-31 11:02:24.631212 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178678 ap=2+0 inode=0x3f3338a0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631221 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178678 ap=2+0 inode=0x3f3338a0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631228 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178678 ap=2+0 inode=0x3f3338a0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631233 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10037) auth_unpin by 0x67702d8 on [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178678 ap=1+0 inode=0x3f3338a0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] now 1+0 2015-03-31 11:02:24.631240 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178678 ap=1+0 inode=0x3f3338a0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631246 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.631262 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295250 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 48=47+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631275 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295250 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 48=47+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631287 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295250 pv3295256 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 48=47+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631299 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178678 ap=1+0 inode=0x3f3338a0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770180] 2015-03-31 11:02:24.631325 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407609 cr=0x9ae0a00) 2015-03-31 11:02:24.631333 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2367d500 on [inode 1 [...2,head] / auth v53470 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.631350 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2367d500 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.631361 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2367d500 on [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295251 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382350=382343+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 7 2015-03-31 11:02:24.631371 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2367d500 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178679 cv=170705/170705 ap=3+7+7 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 47=47+0) hs=47+1557,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 7 2015-03-31 11:02:24.631379 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2367d500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295250 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 48=47+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:24.631391 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10037) auth_unpin by 0x2367d500 on [dentry #1/test_small/small5/blarg10037 [2,head] auth (dn sync l=1) (dversion lock) v=178678 inode=0x3f3338a0 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770180] now 0+0 2015-03-31 11:02:24.631414 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:24.631415 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:24.631420 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:24.631421 7fbe43ab9700 10 mds.0.cache.ino(1000006b2be) mark_dirty [inode 1000006b2be [2,head] /test_small/small5/blarg10038 auth v178679 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.631443 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10038) mark_dirty [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178680 v=177662 ap=2+0 inode=0x3f3ac890 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631451 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178680 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 47=47+0) hs=48+1556,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178680 2015-03-31 11:02:24.631460 7fbe43ab9700 10 mds.0.cache.ino(1000006b2be) mark_dirty_parent 2015-03-31 11:02:24.631461 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295250 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 47=47+0) n(v1 rc2015-03-31 11:03:01.000000 48=47+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631474 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295256 v=3295250 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.631478 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295252 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382350=382343+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295252 2015-03-31 11:02:24.631488 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178681 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 48=48+0) hs=48+1556,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178681 2015-03-31 11:02:24.631495 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295253 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382351=382344+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295253 2015-03-31 11:02:24.631504 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2be [2,head] /test_small/small5/blarg10038 auth v178680 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3ac890] 2015-03-31 11:02:24.631514 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:24.631516 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27521 client_caps(grant ino 1000006b2be 1851507 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:24.631534 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178680 ap=2+0 inode=0x3f3ac890 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631543 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407619 create #1000006026a/blarg10038 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.631553 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2be 2015-03-31 11:02:24.631556 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178680 ap=2+0 inode=0x3f3ac890 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631564 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178680 ap=2+0 inode=0x3f3ac890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631570 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178680 ap=2+0 inode=0x3f3ac890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631575 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10038) auth_unpin by 0x67704b8 on [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178680 ap=1+0 inode=0x3f3ac890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] now 1+0 2015-03-31 11:02:24.631581 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178680 ap=1+0 inode=0x3f3ac890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631587 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.631600 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295252 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 49=48+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631613 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295252 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 49=48+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631624 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295252 pv3295256 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 49=48+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631635 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178680 ap=1+0 inode=0x3f3ac890 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770360] 2015-03-31 11:02:24.631650 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407619 cr=0x26d3c600) 2015-03-31 11:02:24.631658 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242c8f00 on [inode 1 [...2,head] / auth v53470 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.631675 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242c8f00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.631686 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242c8f00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295253 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382351=382344+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:24.631696 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242c8f00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178681 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 48=48+0) hs=48+1556,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:24.631704 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242c8f00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295252 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 49=48+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.631716 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10038) auth_unpin by 0x242c8f00 on [dentry #1/test_small/small5/blarg10038 [2,head] auth (dn sync l=1) (dversion lock) v=178680 inode=0x3f3ac890 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770360] now 0+0 2015-03-31 11:02:24.631737 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:24.631739 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:24.631754 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:24.631755 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bf) mark_dirty [inode 1000006b2bf [2,head] /test_small/small5/blarg10039 auth v178681 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.631777 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10039) mark_dirty [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178682 v=177664 ap=2+0 inode=0x3f491468 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.631801 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178682 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 48=48+0) hs=49+1555,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178682 2015-03-31 11:02:24.631810 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bf) mark_dirty_parent 2015-03-31 11:02:24.631812 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295252 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 48=48+0) n(v1 rc2015-03-31 11:03:01.000000 49=48+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631825 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295256 v=3295252 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.631829 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295254 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382351=382344+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295254 2015-03-31 11:02:24.631839 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178683 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 49=49+0) hs=49+1555,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178683 2015-03-31 11:02:24.631847 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295255 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382352=382345+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295255 2015-03-31 11:02:24.631855 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2bf [2,head] /test_small/small5/blarg10039 auth v178682 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f491468] 2015-03-31 11:02:24.631865 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:24.631868 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27522 client_caps(grant ino 1000006b2bf 1851508 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:24.631887 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178682 ap=2+0 inode=0x3f491468 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.631895 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407629 create #1000006026a/blarg10039 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.631906 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2bf 2015-03-31 11:02:24.631910 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178682 ap=2+0 inode=0x3f491468 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.631918 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178682 ap=2+0 inode=0x3f491468 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.631924 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178682 ap=2+0 inode=0x3f491468 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.631928 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10039) auth_unpin by 0x6770698 on [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178682 ap=1+0 inode=0x3f491468 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] now 1+0 2015-03-31 11:02:24.631935 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178682 ap=1+0 inode=0x3f491468 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.631940 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.631954 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295254 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 50=49+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631966 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295254 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 50=49+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631978 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295254 pv3295256 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 50=49+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.631989 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178682 ap=1+0 inode=0x3f491468 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770540] 2015-03-31 11:02:24.632003 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407629 cr=0x26459b80) 2015-03-31 11:02:24.632011 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cc100 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.632028 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cc100 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.632039 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cc100 on [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295255 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382352=382345+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:24.632060 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cc100 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178683 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 49=49+0) hs=49+1555,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:24.632067 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cc100 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295254 pv3295256 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 50=49+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.632079 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10039) auth_unpin by 0x242cc100 on [dentry #1/test_small/small5/blarg10039 [2,head] auth (dn sync l=1) (dversion lock) v=178682 inode=0x3f491468 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770540] now 0+0 2015-03-31 11:02:24.632100 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:24.632101 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:24.632106 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:24.632119 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c0) mark_dirty [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178683 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.632130 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1004) mark_dirty [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178684 v=177666 ap=2+0 inode=0x3f33c2e8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632137 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178684 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 49=49+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178684 2015-03-31 11:02:24.632145 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c0) mark_dirty_parent 2015-03-31 11:02:24.632147 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295254 pv3295256 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 49=49+0) n(v1 rc2015-03-31 11:03:01.000000 50=49+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.632159 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295256 v=3295254 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.632163 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295256 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382352=382345+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295256 2015-03-31 11:02:24.632172 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178685 v=178685 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178685 2015-03-31 11:02:24.632180 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295257 v=3295257 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382353=382346+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295257 2015-03-31 11:02:24.632189 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.632199 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:24.632200 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27523 client_caps(grant ino 1000006b2c0 1851509 seq 5 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:24.632217 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178684 ap=2+0 inode=0x3f33c2e8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632225 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407639 create #1000006026a/blarg1004 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.632235 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c0 2015-03-31 11:02:24.632238 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178684 ap=2+0 inode=0x3f33c2e8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632245 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178684 ap=2+0 inode=0x3f33c2e8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632251 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178684 ap=2+0 inode=0x3f33c2e8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632256 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1004) auth_unpin by 0x6770878 on [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178684 ap=1+0 inode=0x3f33c2e8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] now 1+0 2015-03-31 11:02:24.632262 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178684 ap=1+0 inode=0x3f33c2e8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632268 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632282 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632294 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.632306 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.632317 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.632328 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:24.632331 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.632342 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.632353 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:24.632354 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407644 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.632358 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407644 cr=0x37d2580) #1000006026a 2015-03-31 11:02:24.632360 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.632362 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.632363 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632374 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407644 cr=0x37d2580) 2015-03-31 11:02:24.632377 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.632402 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632413 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632422 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.632435 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632445 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632455 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.632469 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632479 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632489 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632511 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632532 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632541 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632550 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632560 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632569 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632578 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31371} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632594 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407644 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.632599 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407644 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.632609 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.632611 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.632616 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31372 2015-03-31 11:02:24.632618 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31372 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.632630 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407644 cr=0x37d2580) 2015-03-31 11:02:24.632648 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.632664 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.632677 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632687 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.632697 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632707 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632729 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632739 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632750 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632760 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632771 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632780 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632795 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632804 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632813 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242ce900 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.632827 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ce900 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.632837 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ce900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.632863 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632874 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632885 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632894 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178684 ap=1+0 inode=0x3f33c2e8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770720] 2015-03-31 11:02:24.632902 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.632924 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407639 cr=0xaee8c80) 2015-03-31 11:02:24.632931 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebee00 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.632945 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebee00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.632956 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x28ebee00 on [dir 10000000000 /test_small/ [2,head] auth v=3295257 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382353=382346+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:24.632966 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x28ebee00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178685 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:24.632974 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.632984 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1004) auth_unpin by 0x28ebee00 on [dentry #1/test_small/small5/blarg1004 [2,head] auth (dn sync l=1) (dversion lock) v=178684 inode=0x3f33c2e8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770720] now 0+0 2015-03-31 11:02:24.633031 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003f0 follows 0 op update 2015-03-31 11:02:24.633040 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633055 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.633057 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.633077 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.633078 7fbe462be700 10 mds.0.locker cap inode [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633086 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633094 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.633096 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633101 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633109 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633115 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.633116 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633124 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633131 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633136 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633142 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.633143 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.633144 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 100000003f0 [2,head] /test_small/small1/blarg1004 auth v59070 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5360] 2015-03-31 11:02:24.633151 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.633170 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407645 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633192 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407645 cr=0x6884880) 2015-03-31 11:02:24.633196 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407645 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633200 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407645 cr=0x6884880) #1000006b2c0 2015-03-31 11:02:24.633202 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c0 snap head 2015-03-31 11:02:24.633203 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.633205 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.633218 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407645 cr=0x6884880) 2015-03-31 11:02:24.633221 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.633238 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.633249 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.633260 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.633270 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.633294 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.633309 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.633318 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.633340 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.633360 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.633370 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f33c2e8] 2015-03-31 11:02:24.633379 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_pin by 0x28ebd000 on [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f33c2e8] now 1+0 2015-03-31 11:02:24.633388 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.633401 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.633414 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.633424 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.633433 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633442 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633452 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.633460 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.633475 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407645 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633479 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407645 getattr Xs #1000006b2c0 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633490 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.633493 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.633498 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:24.633500 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.633514 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407645 cr=0x6884880) 2015-03-31 11:02:24.633533 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.633549 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.633563 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.633574 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.633584 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633594 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633615 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.633625 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f33c2e8] 2015-03-31 11:02:24.633634 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.633649 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.633660 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.633670 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) auth_unpin by 0x28ebd000 on [inode 1000006b2c0 [2,head] /test_small/small5/blarg1004 auth v178684 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f33c2e8] now 0+0 2015-03-31 11:02:24.633708 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407646 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633726 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407646 cr=0x6883980) 2015-03-31 11:02:24.633728 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407646 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633731 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407646 cr=0x6883980) #1000006026a 2015-03-31 11:02:24.633733 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.633734 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.633735 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.633748 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407646 cr=0x6883980) 2015-03-31 11:02:24.633751 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.633765 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.633775 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.633789 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.633803 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.633818 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.633827 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.633849 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.633858 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.633868 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.633881 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.633895 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.633905 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.633915 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633924 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633934 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633944 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31372} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.633961 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407646 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633965 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407646 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.633975 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.633977 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.633981 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31373 2015-03-31 11:02:24.633983 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31373 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.634007 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407646 cr=0x6883980) 2015-03-31 11:02:24.634026 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634041 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634055 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634065 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634075 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.634097 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.634106 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.634116 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.634125 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.634139 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.634149 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.634241 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407647 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.634258 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407647 cr=0x6883200) 2015-03-31 11:02:24.634261 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407647 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.634264 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407647 cr=0x6883200) #10000004e49 2015-03-31 11:02:24.634266 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e49 snap head 2015-03-31 11:02:24.634267 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.634268 7fbe462be700 10 mds.0.server ref is [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.634278 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407647 cr=0x6883200) 2015-03-31 11:02:24.634281 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.634296 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.634306 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.634314 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.634321 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.634334 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.634348 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.634358 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.634369 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.634377 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x28ebd000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.634386 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.634392 7fbe462be700 10 mds.0.cache.ino(10000004e49) auth_pin by 0x28ebd000 on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] now 1+0 2015-03-31 11:02:24.634399 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634414 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634428 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634438 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634449 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.634458 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.634467 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634473 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634479 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634485 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634520 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407647 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.634524 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407647 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.634535 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.634538 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.634542 7fbe462be700 10 mds.0.cache.ino(10000004e49) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.634544 7fbe462be700 10 mds.0.cache.ino(10000004e49) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.634557 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407647 cr=0x6883200) 2015-03-31 11:02:24.634576 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634591 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634605 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634615 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634625 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.634634 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.634654 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634661 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634668 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634674 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.634680 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.634694 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.634704 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x28ebd000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.634713 7fbe462be700 10 mds.0.cache.ino(10000004e49) auth_unpin by 0x28ebd000 on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9baf90] now 0+0 2015-03-31 11:02:24.634817 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407648 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.634835 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407648 cr=0x968b480) 2015-03-31 11:02:24.634837 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407648 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.634840 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407648 cr=0x968b480) #1000006026a 2015-03-31 11:02:24.634842 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.634843 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.634844 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.634856 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407648 cr=0x968b480) 2015-03-31 11:02:24.634859 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.634873 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.634883 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.634892 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.634906 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.634920 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.634929 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.634940 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.634949 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.634960 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634974 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.634988 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.634998 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.635009 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635018 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635029 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635039 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31373} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635055 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407648 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.635059 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407648 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.635081 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.635084 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.635089 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31374 2015-03-31 11:02:24.635091 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31374 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.635103 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407648 cr=0x968b480) 2015-03-31 11:02:24.635122 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.635136 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.635150 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.635160 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.635170 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635180 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635201 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635210 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.635219 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.635233 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.635243 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.635344 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407649 lookup #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.635360 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407649 cr=0x4a0c100) 2015-03-31 11:02:24.635363 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407649 lookup #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.635366 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407649 cr=0x4a0c100) #1000006026a/blarg10040 2015-03-31 11:02:24.635367 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.635370 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10040 [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock) v=177668 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770900] 2015-03-31 11:02:24.635378 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.635380 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407649 lookup #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.635389 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.635400 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407649 cr=0x4a0c100) 2015-03-31 11:02:24.675005 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407650 lookup #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675026 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407650 cr=0x237c6400) 2015-03-31 11:02:24.675030 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407650 lookup #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675034 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407650 cr=0x237c6400) #1000006026a/blarg10040 2015-03-31 11:02:24.675035 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.675038 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10040 [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock) v=177668 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770900] 2015-03-31 11:02:24.675048 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.675050 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407650 lookup #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675062 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.675074 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407650 cr=0x237c6400) 2015-03-31 11:02:24.675107 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407651 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675124 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407651 cr=0x237c2300) 2015-03-31 11:02:24.675126 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407651 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675129 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407651 cr=0x237c2300) #1000006026a 2015-03-31 11:02:24.675130 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.675132 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.675133 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.675149 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407651 cr=0x237c2300) 2015-03-31 11:02:24.675152 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.675168 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.675179 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.675189 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.675203 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.675218 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.675227 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.675238 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.675248 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.675259 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675273 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675287 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675298 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675308 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675318 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675328 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675338 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31374} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675356 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407651 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675361 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407651 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675371 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.675375 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.675380 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31375 2015-03-31 11:02:24.675382 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31375 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.675396 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407651 cr=0x237c2300) 2015-03-31 11:02:24.675405 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675457 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675467 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675477 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675486 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675496 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.675510 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.675521 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.675556 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407652 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675573 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407652 cr=0x237c5f00) 2015-03-31 11:02:24.675575 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407652 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675578 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407652 cr=0x237c5f00) #1000006026a 2015-03-31 11:02:24.675580 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.675581 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.675583 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.675595 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407652 cr=0x237c5f00) 2015-03-31 11:02:24.675598 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.675612 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.675621 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.675631 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.675644 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.675658 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.675667 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.675688 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.675697 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.675718 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675731 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675744 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675753 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675762 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675771 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675780 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675795 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31375} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675811 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407652 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675814 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407652 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.675824 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.675828 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.675832 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31376 2015-03-31 11:02:24.675834 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31376 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.675846 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407652 cr=0x237c5f00) 2015-03-31 11:02:24.675865 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675880 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.675894 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675904 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.675913 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675922 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675943 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675952 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.675962 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.675975 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.675986 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.676023 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407653 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676040 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407653 cr=0x237c5500) 2015-03-31 11:02:24.676041 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407653 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676044 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407653 cr=0x237c5500) #10000004e49 2015-03-31 11:02:24.676046 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e49 snap head 2015-03-31 11:02:24.676047 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.676048 7fbe462be700 10 mds.0.server ref is [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.676056 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407653 cr=0x237c5500) 2015-03-31 11:02:24.676059 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.676073 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.676083 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.676091 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.676097 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.676111 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.676125 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.676134 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.676145 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.676153 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x28ebd000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.676162 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.676179 7fbe462be700 10 mds.0.cache.ino(10000004e49) auth_pin by 0x28ebd000 on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] now 1+0 2015-03-31 11:02:24.676186 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.676200 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.676213 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.676223 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.676233 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.676242 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.676251 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676258 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676263 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676269 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676282 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407653 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676298 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407653 getattr Xs #10000004e49 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676307 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.676309 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.676313 7fbe462be700 10 mds.0.cache.ino(10000004e49) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.676315 7fbe462be700 10 mds.0.cache.ino(10000004e49) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.676327 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407653 cr=0x237c5500) 2015-03-31 11:02:24.676345 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.676360 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.676374 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.676385 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.676406 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.676415 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.676425 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676432 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676439 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676445 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9baf90] 2015-03-31 11:02:24.676451 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.676466 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.676476 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x28ebd000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.676485 7fbe462be700 10 mds.0.cache.ino(10000004e49) auth_unpin by 0x28ebd000 on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9baf90] now 0+0 2015-03-31 11:02:24.676729 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407654 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676746 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407654 cr=0x237c7a80) 2015-03-31 11:02:24.676749 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407654 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676752 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407654 cr=0x237c7a80) #1000006026a 2015-03-31 11:02:24.676754 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.676755 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.676756 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.676769 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407654 cr=0x237c7a80) 2015-03-31 11:02:24.676772 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.676790 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.676800 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.676810 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.676823 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.676837 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.676847 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.676857 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.676866 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.676877 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.676891 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.676905 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.676915 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.676925 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.676934 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.676944 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.676954 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31376} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.676970 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407654 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.676974 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407654 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.677011 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.677013 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.677017 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31377 2015-03-31 11:02:24.677019 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31377 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.677032 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407654 cr=0x237c7a80) 2015-03-31 11:02:24.677051 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.677066 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.677080 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.677090 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.677100 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31377} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677110 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31377} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677131 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31377} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677141 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31377} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677150 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.677164 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.677175 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31377} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.677449 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407655 create #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.677465 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407655 cr=0x237c3480) 2015-03-31 11:02:24.677468 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677481 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:24.677482 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677492 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.677493 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677504 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677513 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677523 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677532 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.677533 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407655 create #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.677536 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10040 2015-03-31 11:02:24.677537 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407655 cr=0x237c3480) #1000006026a/blarg10040 2015-03-31 11:02:24.677539 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10040 2015-03-31 11:02:24.677541 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.677542 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.677543 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178685 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.677551 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178685 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.677557 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10040 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178685 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.677566 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407655 cr=0x237c3480) 2015-03-31 11:02:24.677571 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.677586 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.677596 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677605 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock) v=177668 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770900] 2015-03-31 11:02:24.677611 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.677624 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.677638 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.677648 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.677658 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.677667 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.677677 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock) v=177668 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770900] 2015-03-31 11:02:24.677681 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10040) auth_pin by 0x28ebd000 on [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock) v=177668 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] now 1+0 2015-03-31 11:02:24.677688 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock) v=177668 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677693 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177668 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677714 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177668 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677718 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177668 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677735 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177668 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677739 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10040) auth_pin by 0x6770a58 on [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177668 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] now 2+0 2015-03-31 11:02:24.677745 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x28ebd000) [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dn xlock x=1 by 0x28ebd000) (dversion lock w=1 last_client=708310) v=177668 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677750 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.677765 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.677778 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.677795 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.677808 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.677817 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.677827 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.677836 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.677844 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677853 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677861 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677870 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677880 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677889 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677899 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677908 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677918 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677927 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677936 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.677953 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c1 ([1000006b2c2~361], 865 left) 2015-03-31 11:02:24.677956 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.677958 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c1 [2,head] #1000006b2c1 auth v1 s=0 n() (iversion lock) 0x3f3e0640] 2015-03-31 11:02:24.677962 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178686 2015-03-31 11:02:24.677963 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10040) pre_dirty [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dn xlock x=1 by 0x28ebd000) (dversion lock w=1 last_client=708310) pv=178686 v=177668 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.677972 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3e0640] 2015-03-31 11:02:24.677979 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x28ebd000 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178685 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:24.677988 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9323440 2015-03-31 11:02:24.677990 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178687 2015-03-31 11:02:24.677991 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178687 v=178685 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.677997 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178687 v=178685 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.678003 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3e0640] 2015-03-31 11:02:24.678009 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.678011 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678024 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295258 2015-03-31 11:02:24.678025 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295258 v=3295256 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.678029 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295258 (current v 3295256) 2015-03-31 11:02:24.678030 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178687 v=178685 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=50+1554,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.678038 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.678039 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x28ebd000 on [dir 10000000000 /test_small/ [2,head] auth v=3295257 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382353=382346+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:24.678048 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9324e60 2015-03-31 11:02:24.678050 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295259 2015-03-31 11:02:24.678051 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678062 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678072 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678083 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.678084 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.849304 < 1, stopping 2015-03-31 11:02:24.678089 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678099 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.678102 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295258 v=3295256 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.678108 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31377} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678121 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3e0640] 2015-03-31 11:02:24.678128 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.678131 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678138 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.678140 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678148 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678154 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678161 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678167 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678173 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678180 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678187 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678193 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678199 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678205 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678212 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678218 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678225 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678231 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e0640] 2015-03-31 11:02:24.678241 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.678242 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.678244 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3e0640 tracedn 0x6770900 2015-03-31 11:02:24.678246 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x28ebd000) [dentry #1/test_small/small5/blarg10040 [2,head] auth NULL (dn xlock x=1 by 0x28ebd000) (dversion lock w=1 last_client=708310) pv=178686 v=177668 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770900] 2015-03-31 11:02:24.678252 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407655 create #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.678259 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.678263 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31378 2015-03-31 11:02:24.678265 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31378 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.678270 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.678273 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.678275 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) including xattrs version 0 2015-03-31 11:02:24.678312 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678340 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678356 7fbe406af700 5 mds.0.log _submit_thread 5419594485~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.678355 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678367 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678380 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678403 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678414 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678424 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678434 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678446 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678468 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678478 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678488 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678547 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407656 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.678567 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407656 cr=0x237c5780) 2015-03-31 11:02:24.678569 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407656 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.678573 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407656 cr=0x237c5780) #1000006026a 2015-03-31 11:02:24.678575 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.678576 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.678577 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678591 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407656 cr=0x237c5780) 2015-03-31 11:02:24.678594 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678609 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678620 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678630 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678654 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.678668 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678677 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.678688 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678697 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.678708 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678722 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678736 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678746 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678756 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678767 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678777 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678792 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31378} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678830 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407656 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.678834 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407656 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.678844 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.678847 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.678851 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31379 2015-03-31 11:02:24.678853 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31379 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.678866 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407656 cr=0x237c5780) 2015-03-31 11:02:24.678885 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678900 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.678914 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678925 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.678934 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678945 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678966 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678976 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.678986 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.679000 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.679010 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.679100 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407657 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.679118 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407657 cr=0x237c1400) 2015-03-31 11:02:24.679120 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407657 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.679123 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407657 cr=0x237c1400) #1000006b2c1 2015-03-31 11:02:24.679125 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c1 snap head 2015-03-31 11:02:24.679126 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.679127 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3e0640] 2015-03-31 11:02:24.679141 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407657 cr=0x237c1400) 2015-03-31 11:02:24.679144 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.679158 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.679169 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.679180 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3e0640] 2015-03-31 11:02:24.679189 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.679202 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.679217 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.679226 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.679236 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.679246 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.679256 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3e0640] 2015-03-31 11:02:24.679265 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_pin by 0x242cb700 on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3e0640] now 1+0 2015-03-31 11:02:24.679275 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.679290 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.679304 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.679314 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.679324 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.679335 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.679346 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.679365 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.679392 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407657 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.679396 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407657 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.679406 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.679409 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.679413 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.679415 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.679428 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407657 cr=0x237c1400) 2015-03-31 11:02:24.679447 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.679462 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.679476 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.679486 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.679496 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.679506 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.679527 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.679538 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.679548 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.679563 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.679573 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.679584 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_unpin by 0x242cb700 on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e0640] now 0+0 2015-03-31 11:02:24.719037 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407658 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.719058 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407658 cr=0x236ba580) 2015-03-31 11:02:24.719062 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407658 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.719066 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407658 cr=0x236ba580) #1000006b2c1 2015-03-31 11:02:24.719068 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c1 snap head 2015-03-31 11:02:24.719070 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.719071 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.719087 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407658 cr=0x236ba580) 2015-03-31 11:02:24.719090 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719108 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719120 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719131 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.719142 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719156 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.719171 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719180 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.719192 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719202 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.719213 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.719222 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_pin by 0x242cb700 on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e0640] now 1+0 2015-03-31 11:02:24.719233 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719248 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719263 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719274 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719284 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719295 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719315 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.719336 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.719351 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407658 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.719355 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407658 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.719366 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.719370 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.719374 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.719377 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.719391 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407658 cr=0x236ba580) 2015-03-31 11:02:24.719410 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719426 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719440 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719451 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719461 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719483 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719493 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.719504 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.719514 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.719529 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.719539 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.719549 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_unpin by 0x242cb700 on [inode 1000006b2c1 [2,head] {#1000006b2c1 /test_small/small5/blarg10040} auth v178686 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e0640] now 0+0 2015-03-31 11:02:24.719586 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407659 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.719602 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407659 cr=0x3b0be80) 2015-03-31 11:02:24.719604 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407659 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.719607 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407659 cr=0x3b0be80) #1000006026a 2015-03-31 11:02:24.719609 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.719610 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.719611 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719625 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407659 cr=0x3b0be80) 2015-03-31 11:02:24.719628 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719643 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719653 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719664 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719677 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.719690 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719700 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.719710 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719730 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.719740 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719765 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.719777 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719794 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.719804 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719813 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719823 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719832 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719842 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.719852 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.719861 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x265a4740 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:24.719863 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.723372 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e49 follows 0 op update 2015-03-31 11:02:24.723375 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723386 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.723388 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.723406 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.723407 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723414 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723422 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.723424 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723435 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723455 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723462 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.723464 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723472 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723475 7fbe406af700 5 mds.0.log _submit_thread 5419596125~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.723479 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723484 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723490 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723496 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723502 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723507 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.723515 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.734071 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:24.734077 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:24.734086 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:24.734091 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c1) mark_dirty [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178685 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.734106 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10040) mark_dirty [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178686 v=177668 ap=2+0 inode=0x3f3e0640 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.734115 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178687 v=178686 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 50=50+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178686 2015-03-31 11:02:24.734125 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c1) mark_dirty_parent 2015-03-31 11:02:24.734127 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295256 pv3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 50=50+0) n(v1 rc2015-03-31 11:03:01.000000 51=50+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.734141 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295258 v=3295256 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.734146 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295259 v=3295258 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382353=382346+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295258 2015-03-31 11:02:24.734156 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178687 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178687 2015-03-31 11:02:24.734165 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295259 v=3295259 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295259 2015-03-31 11:02:24.734173 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.734184 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:24.734186 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27524 client_caps(grant ino 1000006b2c1 1851510 seq 4 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:24.734208 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178686 ap=2+0 inode=0x3f3e0640 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.734217 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407655 create #1000006026a/blarg10040 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.734229 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c1 2015-03-31 11:02:24.734232 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178686 ap=2+0 inode=0x3f3e0640 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.734241 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178686 ap=2+0 inode=0x3f3e0640 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.734248 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178686 ap=2+0 inode=0x3f3e0640 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.734253 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10040) auth_unpin by 0x6770a58 on [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178686 ap=1+0 inode=0x3f3e0640 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] now 1+0 2015-03-31 11:02:24.734260 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178686 ap=1+0 inode=0x3f3e0640 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.734266 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734282 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734294 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.734308 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.734319 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.734340 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:24.734343 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:24.734354 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.734364 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:24.734366 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407659 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.734369 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407659 cr=0x3b0be80) #1000006026a 2015-03-31 11:02:24.734371 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.734372 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.734373 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734384 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407659 cr=0x3b0be80) 2015-03-31 11:02:24.734388 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.734403 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734413 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734422 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.734436 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734446 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734468 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.734483 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734502 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734513 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734524 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734534 7fbe43ab9700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734544 7fbe43ab9700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (idft sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31379} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.734560 7fbe43ab9700 10 mds.0.server frag * offset '' 2015-03-31 11:02:24.734563 7fbe43ab9700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178687 cv=170705/170705 ap=1+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.734571 7fbe43ab9700 10 mds.0.server snapid head 2015-03-31 11:02:24.734576 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:24.734580 7fbe43ab9700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734585 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:24.734589 7fbe43ab9700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734593 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:24.734595 7fbe43ab9700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734598 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:24.734600 7fbe43ab9700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734603 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:24.734605 7fbe43ab9700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734608 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:24.734609 7fbe43ab9700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734612 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734614 7fbe43ab9700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734617 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734619 7fbe43ab9700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734622 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734624 7fbe43ab9700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734626 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734628 7fbe43ab9700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734631 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734633 7fbe43ab9700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734636 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734638 7fbe43ab9700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734641 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:24.734643 7fbe43ab9700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734645 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734647 7fbe43ab9700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734650 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734652 7fbe43ab9700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734655 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734657 7fbe43ab9700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734660 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734661 7fbe43ab9700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734664 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734666 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734669 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734670 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734673 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:24.734675 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734678 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.734680 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734683 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.734685 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734687 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.734689 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734692 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.734694 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734696 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.734698 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734701 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:24.734703 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734706 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734707 7fbe43ab9700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734710 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734712 7fbe43ab9700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734715 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734717 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734720 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734722 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734735 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734737 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734740 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734741 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734754 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:24.734756 7fbe43ab9700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734758 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.734760 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734763 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.734765 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734767 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.734780 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734788 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.734790 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734792 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.734794 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734797 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:24.734798 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734801 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734803 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734805 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734807 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734809 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734811 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734813 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734815 7fbe43ab9700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734818 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734819 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734822 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734823 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734826 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:24.734828 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734830 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.734831 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734834 7fbe43ab9700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.734835 7fbe43ab9700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734838 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.734839 7fbe43ab9700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734842 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.734844 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734846 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.734848 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734891 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407659 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 readdir num=51 bytes=13924 end=1 complete=1 2015-03-31 11:02:24.734895 7fbe43ab9700 10 mds.0.server reply to client_request(client.708310:40407659 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 readdir num=51 end=1 complete=1 2015-03-31 11:02:24.734898 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407659 readdir #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.734907 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.734909 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.734912 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31380 2015-03-31 11:02:24.734914 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31380 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.734925 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407659 cr=0x3b0be80) 2015-03-31 11:02:24.734943 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.734959 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.734973 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734984 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.734994 7fbe43ab9700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735004 7fbe43ab9700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735015 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735036 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735047 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735056 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735066 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb700 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.735080 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb700 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.735091 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb700 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.735115 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735126 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735136 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735145 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178686 ap=1+0 inode=0x3f3e0640 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770900] 2015-03-31 11:02:24.735154 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735175 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407655 cr=0x237c3480) 2015-03-31 11:02:24.735182 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x28ebd000 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.735197 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x28ebd000 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.735208 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x28ebd000 on [dir 10000000000 /test_small/ [2,head] auth v=3295259 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:24.735218 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x28ebd000 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178687 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:24.735226 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x28ebd000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.735237 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10040) auth_unpin by 0x28ebd000 on [dentry #1/test_small/small5/blarg10040 [2,head] auth (dn sync l=1) (dversion lock) v=178686 inode=0x3f3e0640 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770900] now 0+0 2015-03-31 11:02:24.735287 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407660 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.735319 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407660 cr=0x3b0e180) 2015-03-31 11:02:24.735323 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407660 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.735326 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407660 cr=0x3b0e180) #1000006b2c1 2015-03-31 11:02:24.735328 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c1 snap head 2015-03-31 11:02:24.735330 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.735331 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.735349 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407660 cr=0x3b0e180) 2015-03-31 11:02:24.735352 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.735370 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.735383 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.735394 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.735404 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.735419 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.735435 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.735445 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.735456 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.735477 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.735487 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.735496 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_pin by 0x242cbc00 on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] now 1+0 2015-03-31 11:02:24.735506 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.735522 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.735546 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.735556 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.735567 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735577 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735587 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.735596 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.735623 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407660 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.735627 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407660 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.735638 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.735641 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.735646 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:24.735648 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.735663 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407660 cr=0x3b0e180) 2015-03-31 11:02:24.735683 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.735699 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.735713 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.735724 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.735745 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735755 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.735765 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.735775 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.735790 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.735805 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.735816 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.735826 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_unpin by 0x242cbc00 on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] now 0+0 2015-03-31 11:02:24.737091 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e49 follows 0 op update 2015-03-31 11:02:24.737094 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737106 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.737107 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.737125 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.737126 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737133 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737142 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.737143 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737149 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737156 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737163 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.737164 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737170 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737177 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737183 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737189 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.737190 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.737191 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e49 [2,head] /test_small/small1/blarg10040 auth v136898 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9baf90] 2015-03-31 11:02:24.737199 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.777043 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407661 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.777067 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407661 cr=0x3b08f00) 2015-03-31 11:02:24.777071 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407661 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.777075 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407661 cr=0x3b08f00) #1000006b2c1 2015-03-31 11:02:24.777077 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c1 snap head 2015-03-31 11:02:24.777079 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.777080 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.777096 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407661 cr=0x3b08f00) 2015-03-31 11:02:24.777099 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.777116 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.777127 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.777137 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.777147 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.777161 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.777176 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.777186 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.777197 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.777207 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.777217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] 2015-03-31 11:02:24.777227 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_pin by 0x242cbc00 on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] now 1+0 2015-03-31 11:02:24.777237 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.777252 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.777267 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.777287 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.777308 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.777317 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.777326 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.777335 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.777349 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407661 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.777351 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407661 getattr Xs #1000006b2c1 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.777362 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.777365 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.777369 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:24.777372 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.777386 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407661 cr=0x3b08f00) 2015-03-31 11:02:24.777405 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.777421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.777435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.777446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.777455 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.777465 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.777486 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.777496 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f3e0640] 2015-03-31 11:02:24.777506 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.777520 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.777531 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=0+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:24.777541 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) auth_unpin by 0x242cbc00 on [inode 1000006b2c1 [2,head] /test_small/small5/blarg10040 auth v178686 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@7},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e0640] now 0+0 2015-03-31 11:02:24.777912 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407662 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.777934 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407662 cr=0xa256900) 2015-03-31 11:02:24.777937 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407662 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.777941 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407662 cr=0xa256900) #10000004e46 2015-03-31 11:02:24.777943 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e46 snap head 2015-03-31 11:02:24.777945 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.777946 7fbe462be700 10 mds.0.server ref is [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.777960 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407662 cr=0xa256900) 2015-03-31 11:02:24.777963 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.777981 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.777992 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.778001 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.778007 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.778021 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.778036 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.778046 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.778057 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.778066 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cbc00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.778075 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.778081 7fbe462be700 10 mds.0.cache.ino(10000004e46) auth_pin by 0x242cbc00 on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] now 1+0 2015-03-31 11:02:24.778089 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.778113 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.778138 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.778148 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.778157 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.778165 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.778174 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778180 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778186 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778191 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778205 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407662 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.778209 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407662 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.778220 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.778223 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.778227 7fbe462be700 10 mds.0.cache.ino(10000004e46) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.778230 7fbe462be700 10 mds.0.cache.ino(10000004e46) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.778243 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407662 cr=0xa256900) 2015-03-31 11:02:24.778264 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.778279 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.778293 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.778304 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.778314 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.778323 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.778344 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778351 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778358 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778364 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.778369 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.778383 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.778394 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cbc00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.778403 7fbe462be700 10 mds.0.cache.ino(10000004e46) auth_unpin by 0x242cbc00 on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ba658] now 0+0 2015-03-31 11:02:24.778774 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407663 lookup #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.778799 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407663 cr=0xa251180) 2015-03-31 11:02:24.778803 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407663 lookup #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.778806 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407663 cr=0xa251180) #1000006026a/blarg10041 2015-03-31 11:02:24.778808 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.778811 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10041 [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock) v=177670 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.778820 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.778821 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407663 lookup #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.778833 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.778845 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407663 cr=0xa251180) 2015-03-31 11:02:24.779321 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407664 lookup #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.779342 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407664 cr=0xa253700) 2015-03-31 11:02:24.779344 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407664 lookup #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.779347 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407664 cr=0xa253700) #1000006026a/blarg10041 2015-03-31 11:02:24.779349 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.779352 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10041 [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock) v=177670 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.779360 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.779361 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407664 lookup #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.779373 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.779386 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407664 cr=0xa253700) 2015-03-31 11:02:24.779849 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407665 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.779871 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407665 cr=0xa250c80) 2015-03-31 11:02:24.779873 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407665 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.779877 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407665 cr=0xa250c80) #10000004e46 2015-03-31 11:02:24.779879 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e46 snap head 2015-03-31 11:02:24.779880 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.779881 7fbe462be700 10 mds.0.server ref is [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.779894 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407665 cr=0xa250c80) 2015-03-31 11:02:24.779897 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.779914 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.779926 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.779935 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.779942 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.779956 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.779970 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.779980 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.779992 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.780000 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cbc00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.780010 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.780016 7fbe462be700 10 mds.0.cache.ino(10000004e46) auth_pin by 0x242cbc00 on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] now 1+0 2015-03-31 11:02:24.780023 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780038 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780052 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780062 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780073 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.780096 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.780116 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780122 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780127 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780132 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780145 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407665 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.780148 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407665 getattr Xs #10000004e46 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.780158 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.780161 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.780166 7fbe462be700 10 mds.0.cache.ino(10000004e46) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.780168 7fbe462be700 10 mds.0.cache.ino(10000004e46) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.780181 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407665 cr=0xa250c80) 2015-03-31 11:02:24.780201 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780217 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780232 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780242 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780252 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.780261 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.780281 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780288 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780294 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780300 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9ba658] 2015-03-31 11:02:24.780306 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.780320 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.780331 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cbc00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.780340 7fbe462be700 10 mds.0.cache.ino(10000004e46) auth_unpin by 0x242cbc00 on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9ba658] now 0+0 2015-03-31 11:02:24.780612 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407666 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.780630 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407666 cr=0x9ae5f00) 2015-03-31 11:02:24.780632 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407666 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.780635 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407666 cr=0x9ae5f00) #1000006026a 2015-03-31 11:02:24.780637 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.780638 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.780640 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.780654 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407666 cr=0x9ae5f00) 2015-03-31 11:02:24.780657 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.780671 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.780681 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.780691 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.780705 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.780720 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.780729 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.780740 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.780749 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.780759 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780773 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780792 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780803 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780813 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.780823 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.780833 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.780843 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31380} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.780873 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407666 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.780877 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407666 getattr Xs #1000006026a 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.780899 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.780901 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.780906 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31381 2015-03-31 11:02:24.780907 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31381 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.780921 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407666 cr=0x9ae5f00) 2015-03-31 11:02:24.780939 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780955 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.780969 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780979 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.780989 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31381} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.780999 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31381} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781020 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31381} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781030 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31381} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781038 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:24.781052 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:24.781063 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31381} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:24.781347 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407667 create #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.781363 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407667 cr=0x9ae2a80) 2015-03-31 11:02:24.781366 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781379 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:24.781381 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781391 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.781392 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781402 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781412 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781421 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781430 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.781432 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407667 create #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.781435 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10041 2015-03-31 11:02:24.781436 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407667 cr=0x9ae2a80) #1000006026a/blarg10041 2015-03-31 11:02:24.781438 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10041 2015-03-31 11:02:24.781439 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.781441 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.781442 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178687 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.781449 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178687 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.781456 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10041 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178687 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:24.781465 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407667 cr=0x9ae2a80) 2015-03-31 11:02:24.781470 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.781485 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.781495 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781504 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock) v=177670 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781510 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:24.781524 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.781538 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:24.781548 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:24.781558 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:24.781567 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+0 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:24.781577 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock) v=177670 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781582 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10041) auth_pin by 0x242cbc00 on [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock) v=177670 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] now 1+0 2015-03-31 11:02:24.781588 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock) v=177670 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781608 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177670 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781614 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177670 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781630 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177670 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781634 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177670 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781638 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10041) auth_pin by 0x6770c38 on [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177670 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] now 2+0 2015-03-31 11:02:24.781644 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cbc00) [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dn xlock x=1 by 0x242cbc00) (dversion lock w=1 last_client=708310) v=177670 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781650 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.781664 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.781677 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.781689 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.781702 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781712 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781721 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781730 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781740 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781749 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781758 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781767 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781777 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781790 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781799 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781809 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781818 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781828 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781837 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781855 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c2 ([1000006b2c3~360], 864 left) 2015-03-31 11:02:24.781858 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.781859 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c2 [2,head] #1000006b2c2 auth v1 s=0 n() (iversion lock) 0x3f3b4068] 2015-03-31 11:02:24.781863 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178688 2015-03-31 11:02:24.781864 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10041) pre_dirty [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dn xlock x=1 by 0x242cbc00) (dversion lock w=1 last_client=708310) pv=178688 v=177670 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.781873 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3b4068] 2015-03-31 11:02:24.781879 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cbc00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:24.781888 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3c35f90 2015-03-31 11:02:24.781890 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178689 2015-03-31 11:02:24.781891 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178689 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.781897 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178689 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.781903 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3b4068] 2015-03-31 11:02:24.781909 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.781911 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781922 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295260 2015-03-31 11:02:24.781923 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295260 v=3295258 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.781929 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295260 (current v 3295258) 2015-03-31 11:02:24.781930 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178689 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.781937 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.781940 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cbc00 on [dir 10000000000 /test_small/ [2,head] auth v=3295259 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:24.781949 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9249ad0 2015-03-31 11:02:24.781950 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295261 2015-03-31 11:02:24.781951 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781962 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781972 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.781982 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.781984 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.953205 < 1, stopping 2015-03-31 11:02:24.781988 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.781998 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.782001 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295260 v=3295258 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.782006 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31381} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782020 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3b4068] 2015-03-31 11:02:24.782026 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.782029 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782037 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.782038 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782046 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782052 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782059 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782065 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782070 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782077 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782083 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782089 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782095 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782102 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782109 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782115 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782121 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782128 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3b4068] 2015-03-31 11:02:24.782137 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.782138 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.782140 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3b4068 tracedn 0x6770ae0 2015-03-31 11:02:24.782142 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cbc00) [dentry #1/test_small/small5/blarg10041 [2,head] auth NULL (dn xlock x=1 by 0x242cbc00) (dversion lock w=1 last_client=708310) pv=178688 v=177670 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ae0] 2015-03-31 11:02:24.782149 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407667 create #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.782157 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.782160 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31382 2015-03-31 11:02:24.782163 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31382 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.782168 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.782171 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.782173 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) including xattrs version 0 2015-03-31 11:02:24.782210 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782239 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782255 7fbe406af700 5 mds.0.log _submit_thread 5419596984~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.782254 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782267 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782292 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782305 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782316 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782326 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782336 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782349 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782360 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782371 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782382 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782392 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782532 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407668 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.782562 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407668 cr=0x9ae4380) 2015-03-31 11:02:24.782564 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407668 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.782568 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407668 cr=0x9ae4380) #1000006b2c2 2015-03-31 11:02:24.782570 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c2 snap head 2015-03-31 11:02:24.782571 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.782573 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3b4068] 2015-03-31 11:02:24.782586 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407668 cr=0x9ae4380) 2015-03-31 11:02:24.782588 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782604 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782615 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782625 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3b4068] 2015-03-31 11:02:24.782634 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782648 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.782662 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782672 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.782683 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782693 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.782704 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3b4068] 2015-03-31 11:02:24.782713 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_pin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3b4068] now 1+0 2015-03-31 11:02:24.782723 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782738 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782753 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782764 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782774 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782810 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782820 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.782829 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.782844 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407668 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.782848 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407668 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.782858 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.782861 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.782865 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.782868 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.782880 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407668 cr=0x9ae4380) 2015-03-31 11:02:24.782900 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782916 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.782930 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782940 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.782950 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782960 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.782982 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.782992 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.783002 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.783017 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.783027 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.783038 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_unpin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] now 0+0 2015-03-31 11:02:24.783202 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407669 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.783219 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407669 cr=0x9ae3c00) 2015-03-31 11:02:24.783222 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407669 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.783225 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407669 cr=0x9ae3c00) #1000006b2c2 2015-03-31 11:02:24.783227 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c2 snap head 2015-03-31 11:02:24.783228 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.783229 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.783242 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407669 cr=0x9ae3c00) 2015-03-31 11:02:24.783245 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.783260 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.783270 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.783281 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.783290 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.783304 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.783318 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.783327 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.783338 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.783348 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.783358 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.783368 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_pin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] now 1+0 2015-03-31 11:02:24.783378 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.783392 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.783407 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.783417 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.783428 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.783438 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.783458 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.783479 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.783493 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407669 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.783497 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407669 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.783507 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.783511 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.783515 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.783517 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.783530 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407669 cr=0x9ae3c00) 2015-03-31 11:02:24.783549 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.783564 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.783578 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.783589 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.783598 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.783608 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.783630 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.783640 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.783649 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.783664 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.783674 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.783684 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_unpin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] now 0+0 2015-03-31 11:02:24.788434 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e46 follows 0 op update 2015-03-31 11:02:24.788438 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788449 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.788450 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.788468 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.788470 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788476 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788484 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.788486 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788497 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788517 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788524 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.788526 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788534 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788537 7fbe406af700 5 mds.0.log _submit_thread 5419598624~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.788540 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788546 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788551 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788558 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788565 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788571 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.788581 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.828048 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407670 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.828072 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407670 cr=0x9ae1e00) 2015-03-31 11:02:24.828075 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407670 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.828079 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407670 cr=0x9ae1e00) #1000006b2c2 2015-03-31 11:02:24.828081 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c2 snap head 2015-03-31 11:02:24.828082 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.828083 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.828100 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407670 cr=0x9ae1e00) 2015-03-31 11:02:24.828103 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.828120 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.828132 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.828144 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.828154 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.828168 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.828183 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.828192 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.828204 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.828214 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.828225 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.828235 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_pin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] now 1+0 2015-03-31 11:02:24.828245 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.828261 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.828285 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.828307 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.828317 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.828327 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.828336 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.828346 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.828361 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407670 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.828365 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407670 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.828375 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.828379 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.828383 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:24.828386 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.828399 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407670 cr=0x9ae1e00) 2015-03-31 11:02:24.828419 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.828435 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.828449 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.828460 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.828471 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.828492 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.828503 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.828514 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.828524 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.828539 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.828550 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.828560 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_unpin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] now 0+0 2015-03-31 11:02:24.829840 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e46 follows 0 op update 2015-03-31 11:02:24.829843 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829855 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.829857 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.829876 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.829877 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829884 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829893 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.829895 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829901 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829908 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829915 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.829917 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829923 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829930 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829936 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829942 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.829943 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.829944 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e46 [2,head] /test_small/small1/blarg10041 auth v136900 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9ba658] 2015-03-31 11:02:24.829952 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.869044 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407671 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.869068 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407671 cr=0x9ae4b00) 2015-03-31 11:02:24.869071 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407671 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.869074 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407671 cr=0x9ae4b00) #1000006b2c2 2015-03-31 11:02:24.869076 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c2 snap head 2015-03-31 11:02:24.869077 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.869079 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.869094 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407671 cr=0x9ae4b00) 2015-03-31 11:02:24.869097 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869115 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869126 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.869138 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.869148 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869162 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.869177 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869186 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.869197 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.869208 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.869218 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:24.869228 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_pin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] now 1+0 2015-03-31 11:02:24.869238 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869268 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869301 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869310 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.869320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.869330 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.869339 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.869354 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407671 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.869358 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407671 getattr Xs #1000006b2c2 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:24.869368 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.869370 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.869374 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.869378 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.869391 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407671 cr=0x9ae4b00) 2015-03-31 11:02:24.869410 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869426 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869441 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869451 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869461 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.869472 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.869493 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.869504 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3b4068] 2015-03-31 11:02:24.869514 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.869528 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.869539 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.869550 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) auth_unpin by 0x2b0c1e00 on [inode 1000006b2c2 [2,head] {#1000006b2c2 /test_small/small5/blarg10041} auth v178688 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3b4068] now 0+0 2015-03-31 11:02:24.869830 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407672 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.869846 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407672 cr=0x9ae4d80) 2015-03-31 11:02:24.869849 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407672 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.869852 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407672 cr=0x9ae4d80) #10000004e48 2015-03-31 11:02:24.869854 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e48 snap head 2015-03-31 11:02:24.869855 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.869856 7fbe462be700 10 mds.0.server ref is [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.869868 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407672 cr=0x9ae4d80) 2015-03-31 11:02:24.869871 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869886 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869897 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.869906 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.869911 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.869925 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.869939 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.869948 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.869959 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.869968 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.869977 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.869983 7fbe462be700 10 mds.0.cache.ino(10000004e48) auth_pin by 0x2b0c1e00 on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] now 1+0 2015-03-31 11:02:24.869990 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.870005 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.870018 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.870029 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.870039 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.870048 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.870058 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870064 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870070 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870076 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870100 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407672 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.870116 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407672 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.870126 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.870129 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.870133 7fbe462be700 10 mds.0.cache.ino(10000004e48) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.870136 7fbe462be700 10 mds.0.cache.ino(10000004e48) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.870148 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407672 cr=0x9ae4d80) 2015-03-31 11:02:24.870167 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.870183 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.870196 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.870207 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.870217 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.870226 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.870246 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870253 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870260 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870266 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.870272 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.870286 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.870297 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.870306 7fbe462be700 10 mds.0.cache.ino(10000004e48) auth_unpin by 0x2b0c1e00 on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b9d20] now 0+0 2015-03-31 11:02:24.870677 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407673 lookup #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.870697 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407673 cr=0x9ae1680) 2015-03-31 11:02:24.870700 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407673 lookup #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.870703 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407673 cr=0x9ae1680) #1000006026a/blarg10042 2015-03-31 11:02:24.870705 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.870707 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10042 [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock) v=177672 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.870716 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.870718 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407673 lookup #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.870728 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.870741 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407673 cr=0x9ae1680) 2015-03-31 11:02:24.871206 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407674 lookup #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.871225 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407674 cr=0x9ae3200) 2015-03-31 11:02:24.871228 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407674 lookup #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.871231 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407674 cr=0x9ae3200) #1000006026a/blarg10042 2015-03-31 11:02:24.871233 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.871235 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10042 [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock) v=177672 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.871244 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.871245 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407674 lookup #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.871257 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.871269 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407674 cr=0x9ae3200) 2015-03-31 11:02:24.871691 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407675 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.871713 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407675 cr=0x9ae7300) 2015-03-31 11:02:24.871715 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407675 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.871718 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407675 cr=0x9ae7300) #10000004e48 2015-03-31 11:02:24.871720 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e48 snap head 2015-03-31 11:02:24.871722 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.871723 7fbe462be700 10 mds.0.server ref is [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.871735 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407675 cr=0x9ae7300) 2015-03-31 11:02:24.871738 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.871755 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.871767 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.871776 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.871789 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.871804 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.871818 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.871828 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.871840 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.871849 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.871858 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.871863 7fbe462be700 10 mds.0.cache.ino(10000004e48) auth_pin by 0x2b0c1e00 on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] now 1+0 2015-03-31 11:02:24.871870 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.871885 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.871909 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.871920 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.871941 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.871950 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.871958 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.871965 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.871971 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.871976 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.871990 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407675 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.871993 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407675 getattr Xs #10000004e48 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.872004 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.872008 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.872012 7fbe462be700 10 mds.0.cache.ino(10000004e48) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.872015 7fbe462be700 10 mds.0.cache.ino(10000004e48) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.872029 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407675 cr=0x9ae7300) 2015-03-31 11:02:24.872049 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872065 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872079 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872090 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872100 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.872109 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.872129 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.872135 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.872142 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.872148 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b9d20] 2015-03-31 11:02:24.872154 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.872169 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.872179 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.872189 7fbe462be700 10 mds.0.cache.ino(10000004e48) auth_unpin by 0x2b0c1e00 on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b9d20] now 0+0 2015-03-31 11:02:24.872460 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407676 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.872478 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407676 cr=0x9ae3e80) 2015-03-31 11:02:24.872480 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407676 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.872483 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407676 cr=0x9ae3e80) #1000006026a 2015-03-31 11:02:24.872485 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.872487 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.872488 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872503 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407676 cr=0x9ae3e80) 2015-03-31 11:02:24.872506 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872520 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872531 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872541 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872554 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.872568 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872577 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.872588 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872597 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.872609 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872623 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872636 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872647 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872657 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872668 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872679 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872689 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31382} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872706 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407676 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.872725 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407676 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.872746 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.872749 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.872753 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31383 2015-03-31 11:02:24.872755 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31383 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.872768 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407676 cr=0x9ae3e80) 2015-03-31 11:02:24.872790 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872806 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.872820 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872830 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.872840 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872862 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872872 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872882 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.872892 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:24.872906 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:24.872916 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:24.873298 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407677 create #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.873318 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407677 cr=0x9f7c100) 2015-03-31 11:02:24.873321 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407677 create #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.873324 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10042 2015-03-31 11:02:24.873325 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407677 cr=0x9f7c100) #1000006026a/blarg10042 2015-03-31 11:02:24.873327 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10042 2015-03-31 11:02:24.873329 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.873330 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.873332 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178689 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.873342 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178689 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.873349 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10042 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178689 v=178687 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.873360 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407677 cr=0x9f7c100) 2015-03-31 11:02:24.873365 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873384 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873395 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873406 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock) v=177672 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873414 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873427 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.873442 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873452 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.873462 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=1+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873472 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.873482 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock) v=177672 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873487 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10042) auth_pin by 0x2b0c1e00 on [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock) v=177672 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] now 1+0 2015-03-31 11:02:24.873494 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock) v=177672 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873499 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177672 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873504 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177672 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873519 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177672 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873525 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177672 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873530 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10042) auth_pin by 0x6770e18 on [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177672 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] now 2+0 2015-03-31 11:02:24.873547 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2b0c1e00) [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dn xlock x=1 by 0x2b0c1e00) (dversion lock w=1 last_client=708310) v=177672 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873553 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873567 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873580 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873593 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873606 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873615 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873625 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873634 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873643 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873653 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873662 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873673 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873682 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873692 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873701 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873711 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873720 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873730 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873748 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c3 ([1000006b2c4~35f], 863 left) 2015-03-31 11:02:24.873751 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.873752 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c3 [2,head] #1000006b2c3 auth v1 s=0 n() (iversion lock) 0x3f33d558] 2015-03-31 11:02:24.873756 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178690 2015-03-31 11:02:24.873757 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10042) pre_dirty [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dn xlock x=1 by 0x2b0c1e00) (dversion lock w=1 last_client=708310) pv=178690 v=177672 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.873765 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f33d558] 2015-03-31 11:02:24.873771 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2b0c1e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178690 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:24.873780 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3c32ec0 2015-03-31 11:02:24.873787 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178691 2015-03-31 11:02:24.873788 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178691 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.873795 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178691 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.873800 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f33d558] 2015-03-31 11:02:24.873806 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.873809 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295260 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873822 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295262 2015-03-31 11:02:24.873823 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295262 v=3295258 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.873827 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295262 (current v 3295258) 2015-03-31 11:02:24.873828 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178691 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.873835 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.873837 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2b0c1e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295262 v=3295259 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:24.873845 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x924cfc0 2015-03-31 11:02:24.873846 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295263 2015-03-31 11:02:24.873847 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873857 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873867 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.873878 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.873879 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.0451 ago, continuing 2015-03-31 11:02:24.873883 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 10000000000 [...2,head] /test_small/ auth v120414 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873893 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120416 2015-03-31 11:02:24.873894 7fbe462be700 10 mds.0.cache.den(1 test_small) pre_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120416 v=120414 ap=0+3 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:24.873898 7fbe462be700 10 mds.0.cache.ino(10000000000) pre_dirty 120416 (current v 120414) 2015-03-31 11:02:24.873899 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 10000000000 /test_small/ [2,head] auth pv=3295263 v=3295259 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] 2015-03-31 11:02:24.873906 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.873907 7fbe462be700 10 mds.0.cache.dir(1) auth_pin by 0x2b0c1e00 on [dir 1 / [2,head] auth v=120415 cv=119911/119911 dir_auth=0 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:00.000000 b422190196760 382364=382355+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] count now 1 + 3 2015-03-31 11:02:24.873917 7fbe462be700 10 mds.0.cache.dir(1) project_fnode 0x3c351d0 2015-03-31 11:02:24.873918 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120417 2015-03-31 11:02:24.873919 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873933 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873946 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873956 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.873957 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.0451 ago, continuing 2015-03-31 11:02:24.873959 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1 [...2,head] / auth v53470 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.873979 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small [2,head] auth (dversion lock) pv=120416 v=120414 ap=0+3 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:24.873983 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.873995 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295262 v=3295258 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.873999 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31383} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874014 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f33d558] 2015-03-31 11:02:24.874021 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.874024 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f33d558] 2015-03-31 11:02:24.874031 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.874033 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874041 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874048 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874054 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874061 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874068 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874074 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874081 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874086 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874092 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874099 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874106 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874113 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874119 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874125 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f33d558] 2015-03-31 11:02:24.874135 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.874136 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.874138 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f33d558 tracedn 0x6770cc0 2015-03-31 11:02:24.874140 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2b0c1e00) [dentry #1/test_small/small5/blarg10042 [2,head] auth NULL (dn xlock x=1 by 0x2b0c1e00) (dversion lock w=1 last_client=708310) pv=178690 v=177672 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770cc0] 2015-03-31 11:02:24.874147 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407677 create #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.874155 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.874159 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31384 2015-03-31 11:02:24.874161 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31384 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.874166 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.874170 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.874172 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) including xattrs version 0 2015-03-31 11:02:24.874208 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874237 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874252 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874261 7fbe406af700 5 mds.0.log _submit_thread 5419599483~2770 : EUpdate openc [metablob 1, 3 dirs] 2015-03-31 11:02:24.874266 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874291 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874303 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874315 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874325 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874336 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874348 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874359 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874370 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874380 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874390 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874641 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407678 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.874661 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407678 cr=0x9f7c380) 2015-03-31 11:02:24.874663 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407678 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.874667 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407678 cr=0x9f7c380) #1000006b2c3 2015-03-31 11:02:24.874669 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c3 snap head 2015-03-31 11:02:24.874671 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.874672 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f33d558] 2015-03-31 11:02:24.874686 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407678 cr=0x9f7c380) 2015-03-31 11:02:24.874688 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874704 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874715 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874725 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f33d558] 2015-03-31 11:02:24.874735 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874749 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.874764 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874774 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.874789 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874799 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.874810 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f33d558] 2015-03-31 11:02:24.874819 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_pin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f33d558] now 1+0 2015-03-31 11:02:24.874830 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874846 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.874860 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874871 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.874882 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874906 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.874928 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.874937 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.874952 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407678 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.874956 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407678 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.874965 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.874970 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.874973 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.874977 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.874990 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407678 cr=0x9f7c380) 2015-03-31 11:02:24.875009 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875025 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875040 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875050 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875060 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875070 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875091 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.875102 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.875112 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.875127 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.875137 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.875148 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_unpin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] now 0+0 2015-03-31 11:02:24.875407 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407679 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.875425 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407679 cr=0x9f7d780) 2015-03-31 11:02:24.875427 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407679 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.875430 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407679 cr=0x9f7d780) #1000006b2c3 2015-03-31 11:02:24.875432 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c3 snap head 2015-03-31 11:02:24.875433 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.875434 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.875447 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407679 cr=0x9f7d780) 2015-03-31 11:02:24.875450 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875466 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875477 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875488 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.875497 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875511 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.875526 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875536 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.875547 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875557 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.875567 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.875577 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_pin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] now 1+0 2015-03-31 11:02:24.875587 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875602 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875616 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875626 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875637 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875648 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875668 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.875690 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.875706 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407679 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.875710 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407679 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.875720 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.875723 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.875727 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.875730 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.875743 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407679 cr=0x9f7d780) 2015-03-31 11:02:24.875762 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875778 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.875795 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875806 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.875828 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875839 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.875849 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.875859 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.875869 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.875884 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.875894 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.875905 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_unpin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] now 0+0 2015-03-31 11:02:24.879925 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e48 follows 0 op update 2015-03-31 11:02:24.879929 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.879940 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.879942 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.879960 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.879961 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.879968 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.879976 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.879978 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.879988 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880008 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880015 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.880017 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880024 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880030 7fbe406af700 5 mds.0.log _submit_thread 5419602273~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.880032 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880037 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880043 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880049 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880056 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880062 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.880072 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.920032 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407680 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.920053 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407680 cr=0x9f7a300) 2015-03-31 11:02:24.920057 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407680 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.920061 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407680 cr=0x9f7a300) #1000006b2c3 2015-03-31 11:02:24.920063 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c3 snap head 2015-03-31 11:02:24.920064 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.920065 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.920082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407680 cr=0x9f7a300) 2015-03-31 11:02:24.920085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.920103 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.920115 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.920127 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.920137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.920152 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.920166 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.920176 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.920188 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.920198 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.920209 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.920219 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_pin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] now 1+0 2015-03-31 11:02:24.920229 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.920245 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.920270 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.920293 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.920302 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.920312 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.920322 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.920331 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.920346 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407680 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.920350 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407680 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.920361 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.920364 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.920369 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:24.920371 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.920385 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407680 cr=0x9f7a300) 2015-03-31 11:02:24.920404 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.920421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.920435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.920446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.920457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.920479 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.920489 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.920500 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.920510 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.920525 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.920536 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.920547 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_unpin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] now 0+0 2015-03-31 11:02:24.921799 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e48 follows 0 op update 2015-03-31 11:02:24.921803 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921814 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.921816 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.921834 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.921835 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921842 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921851 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:24.921852 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921858 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921866 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921872 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:24.921873 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921880 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921887 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921892 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921898 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:24.921899 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:24.921900 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e48 [2,head] /test_small/small1/blarg10042 auth v136902 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b9d20] 2015-03-31 11:02:24.921907 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.961029 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407681 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.961053 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407681 cr=0x9f7af80) 2015-03-31 11:02:24.961055 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407681 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.961059 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407681 cr=0x9f7af80) #1000006b2c3 2015-03-31 11:02:24.961061 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c3 snap head 2015-03-31 11:02:24.961062 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.961063 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.961080 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407681 cr=0x9f7af80) 2015-03-31 11:02:24.961083 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961101 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961113 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.961124 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.961135 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961150 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.961165 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961175 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.961186 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.961196 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.961207 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:24.961217 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_pin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] now 1+0 2015-03-31 11:02:24.961227 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961242 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961267 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961289 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961299 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.961309 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.961319 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.961328 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.961342 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407681 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.961346 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407681 getattr Xs #1000006b2c3 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.961356 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.961360 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.961364 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:24.961367 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.961380 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407681 cr=0x9f7af80) 2015-03-31 11:02:24.961399 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961416 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961431 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961442 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961453 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.961463 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.961484 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.961495 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f33d558] 2015-03-31 11:02:24.961505 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.961521 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.961532 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.961542 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) auth_unpin by 0x23dd1e00 on [inode 1000006b2c3 [2,head] {#1000006b2c3 /test_small/small5/blarg10042} auth v178690 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f33d558] now 0+0 2015-03-31 11:02:24.961831 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407682 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.961849 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407682 cr=0x9f7e400) 2015-03-31 11:02:24.961851 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407682 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.961854 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407682 cr=0x9f7e400) #10000004e4c 2015-03-31 11:02:24.961856 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4c snap head 2015-03-31 11:02:24.961857 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.961858 7fbe462be700 10 mds.0.server ref is [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.961868 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407682 cr=0x9f7e400) 2015-03-31 11:02:24.961871 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961887 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961898 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.961907 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.961913 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.961927 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.961941 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.961951 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.961962 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.961970 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.961980 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.961985 7fbe462be700 10 mds.0.cache.ino(10000004e4c) auth_pin by 0x23dd1e00 on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] now 1+0 2015-03-31 11:02:24.961992 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.962007 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.962021 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.962032 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.962043 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.962052 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.962062 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962069 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962076 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962092 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962117 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407682 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.962121 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407682 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.962131 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.962134 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.962138 7fbe462be700 10 mds.0.cache.ino(10000004e4c) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:24.962140 7fbe462be700 10 mds.0.cache.ino(10000004e4c) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.962153 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407682 cr=0x9f7e400) 2015-03-31 11:02:24.962171 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.962187 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.962201 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.962212 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.962222 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.962231 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.962251 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962258 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962265 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962272 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.962277 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.962292 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.962302 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.962312 7fbe462be700 10 mds.0.cache.ino(10000004e4c) auth_unpin by 0x23dd1e00 on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b93e8] now 0+0 2015-03-31 11:02:24.962682 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407683 lookup #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.962702 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407683 cr=0x9f7c600) 2015-03-31 11:02:24.962705 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407683 lookup #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.962708 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407683 cr=0x9f7c600) #1000006026a/blarg10043 2015-03-31 11:02:24.962710 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.962713 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10043 [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock) v=177674 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.962722 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.962723 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407683 lookup #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.962735 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.962748 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407683 cr=0x9f7c600) 2015-03-31 11:02:24.963214 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407684 lookup #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.963233 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407684 cr=0x9f79b80) 2015-03-31 11:02:24.963235 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407684 lookup #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.963238 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407684 cr=0x9f79b80) #1000006026a/blarg10043 2015-03-31 11:02:24.963240 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.963243 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10043 [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock) v=177674 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.963251 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:24.963253 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407684 lookup #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.963263 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.963275 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407684 cr=0x9f79b80) 2015-03-31 11:02:24.963737 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407685 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.963758 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407685 cr=0x9f78f00) 2015-03-31 11:02:24.963762 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407685 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.963765 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407685 cr=0x9f78f00) #10000004e4c 2015-03-31 11:02:24.963767 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4c snap head 2015-03-31 11:02:24.963769 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.963770 7fbe462be700 10 mds.0.server ref is [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.963788 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407685 cr=0x9f78f00) 2015-03-31 11:02:24.963793 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.963811 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.963823 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.963833 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.963840 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.963854 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.963869 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.963879 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.963890 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:24.963899 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:24.963909 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.963915 7fbe462be700 10 mds.0.cache.ino(10000004e4c) auth_pin by 0x23dd1e00 on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] now 1+0 2015-03-31 11:02:24.963923 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.963939 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.963964 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.963987 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.963997 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.964005 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.964014 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964020 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964026 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964032 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964045 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407685 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.964049 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407685 getattr Xs #10000004e4c 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.964060 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.964063 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.964067 7fbe462be700 10 mds.0.cache.ino(10000004e4c) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:24.964069 7fbe462be700 10 mds.0.cache.ino(10000004e4c) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.964083 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407685 cr=0x9f78f00) 2015-03-31 11:02:24.964102 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964119 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964133 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964144 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964166 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.964175 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:24.964185 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964192 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964199 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964205 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b93e8] 2015-03-31 11:02:24.964211 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.964226 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.964237 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd1e00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:24.964246 7fbe462be700 10 mds.0.cache.ino(10000004e4c) auth_unpin by 0x23dd1e00 on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b93e8] now 0+0 2015-03-31 11:02:24.964510 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407686 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.964528 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407686 cr=0x929cb00) 2015-03-31 11:02:24.964530 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407686 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.964533 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407686 cr=0x929cb00) #1000006026a 2015-03-31 11:02:24.964535 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.964537 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.964538 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964553 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407686 cr=0x929cb00) 2015-03-31 11:02:24.964555 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964570 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964581 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964591 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964604 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.964618 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964628 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.964639 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964648 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.964659 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964673 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964687 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964697 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964707 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964718 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964728 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964738 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31384} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964754 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407686 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.964758 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407686 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.964798 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.964803 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.964806 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31385 2015-03-31 11:02:24.964808 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31385 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.964820 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407686 cr=0x929cb00) 2015-03-31 11:02:24.964839 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964855 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.964870 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964880 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.964890 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964901 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964922 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964932 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.964942 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:24.964956 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:24.964966 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:24.965350 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407687 create #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.965370 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407687 cr=0x9298500) 2015-03-31 11:02:24.965372 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407687 create #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.965375 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10043 2015-03-31 11:02:24.965377 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407687 cr=0x9298500) #1000006026a/blarg10043 2015-03-31 11:02:24.965379 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10043 2015-03-31 11:02:24.965380 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:24.965381 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.965383 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178691 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.965393 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178691 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.965401 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10043 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178691 v=178687 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.965412 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407687 cr=0x9298500) 2015-03-31 11:02:24.965418 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.965437 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965449 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965460 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock) v=177674 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965467 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.965482 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.965497 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965507 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.965518 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=2+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965528 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.965539 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock) v=177674 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965544 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10043) auth_pin by 0x23dd1e00 on [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock) v=177674 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] now 1+0 2015-03-31 11:02:24.965549 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock) v=177674 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965554 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177674 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965571 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177674 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965576 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177674 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965581 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177674 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965598 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10043) auth_pin by 0x6770ff8 on [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177674 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] now 2+0 2015-03-31 11:02:24.965603 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd1e00) [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dn xlock x=1 by 0x23dd1e00) (dversion lock w=1 last_client=708310) v=177674 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965608 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.965623 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.965637 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.965651 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.965664 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965674 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965684 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965694 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965703 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965713 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965723 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965733 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965742 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965752 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965762 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965771 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965781 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965795 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965813 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c4 ([1000006b2c5~35e], 862 left) 2015-03-31 11:02:24.965816 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:24.965818 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c4 [2,head] #1000006b2c4 auth v1 s=0 n() (iversion lock) 0x3f3dfd08] 2015-03-31 11:02:24.965822 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178692 2015-03-31 11:02:24.965823 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10043) pre_dirty [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dn xlock x=1 by 0x23dd1e00) (dversion lock w=1 last_client=708310) pv=178692 v=177674 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.965831 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3dfd08] 2015-03-31 11:02:24.965838 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd1e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178692 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:24.965847 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3c35ac0 2015-03-31 11:02:24.965850 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178693 2015-03-31 11:02:24.965851 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178693 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.965857 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178693 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.965864 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3dfd08] 2015-03-31 11:02:24.965870 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.965872 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295262 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965885 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295264 2015-03-31 11:02:24.965886 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295264 v=3295258 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.965890 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295264 (current v 3295258) 2015-03-31 11:02:24.965892 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178693 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:24.965899 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:24.965901 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd1e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295264 v=3295259 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:24.965909 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2cc6ac00 2015-03-31 11:02:24.965910 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295265 2015-03-31 11:02:24.965911 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965921 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965932 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965942 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:24.965944 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.092066 < 1, stopping 2015-03-31 11:02:24.965948 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.965958 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:24.965962 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295264 v=3295258 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:24.965967 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31385} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.965980 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3dfd08] 2015-03-31 11:02:24.965987 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:24.965990 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.965998 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.965999 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966007 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966014 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966021 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966028 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966034 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966041 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966048 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966054 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966060 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966067 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966073 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966079 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966085 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966091 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966101 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:24.966102 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:24.966104 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3dfd08 tracedn 0x6770ea0 2015-03-31 11:02:24.966106 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd1e00) [dentry #1/test_small/small5/blarg10043 [2,head] auth NULL (dn xlock x=1 by 0x23dd1e00) (dversion lock w=1 last_client=708310) pv=178692 v=177674 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6770ea0] 2015-03-31 11:02:24.966113 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407687 create #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.966121 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.966124 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31386 2015-03-31 11:02:24.966126 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31386 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.966132 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:24.966135 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:24.966138 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) including xattrs version 0 2015-03-31 11:02:24.966175 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966204 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966219 7fbe406af700 5 mds.0.log _submit_thread 5419603132~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:24.966219 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966233 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966258 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966270 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966281 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966291 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966302 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966314 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966325 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966335 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966346 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966356 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966606 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407688 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.966626 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407688 cr=0x9299e00) 2015-03-31 11:02:24.966628 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407688 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.966631 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407688 cr=0x9299e00) #1000006b2c4 2015-03-31 11:02:24.966633 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c4 snap head 2015-03-31 11:02:24.966635 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.966636 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966650 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407688 cr=0x9299e00) 2015-03-31 11:02:24.966652 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966668 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966679 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966690 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966699 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966714 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.966729 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966739 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.966749 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966759 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.966770 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3dfd08] 2015-03-31 11:02:24.966778 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_pin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3dfd08] now 1+0 2015-03-31 11:02:24.966792 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966808 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966822 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966833 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.966843 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966867 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.966889 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.966898 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.966914 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407688 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.966917 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407688 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.966927 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.966931 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.966935 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:24.966938 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.966951 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407688 cr=0x9299e00) 2015-03-31 11:02:24.966970 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.966986 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967000 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967011 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967021 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967031 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967052 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.967063 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.967073 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.967088 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.967098 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.967109 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_unpin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] now 0+0 2015-03-31 11:02:24.967366 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407689 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.967384 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407689 cr=0x9298280) 2015-03-31 11:02:24.967386 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407689 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.967389 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407689 cr=0x9298280) #1000006b2c4 2015-03-31 11:02:24.967391 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c4 snap head 2015-03-31 11:02:24.967392 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:24.967393 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:24.967406 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407689 cr=0x9298280) 2015-03-31 11:02:24.967409 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967425 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967436 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967447 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:24.967456 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967470 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:24.967485 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967495 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:24.967506 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967516 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:24.967527 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:24.967536 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_pin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] now 1+0 2015-03-31 11:02:24.967546 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967561 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967576 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967587 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967597 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967608 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967628 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.967650 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.967665 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407689 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.967669 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407689 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:24.967679 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:24.967682 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:24.967687 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:24.967689 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:24.967702 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407689 cr=0x9298280) 2015-03-31 11:02:24.967721 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967737 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.967751 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967762 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:24.967788 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967798 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:24.967808 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.967820 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:24.967829 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:24.967844 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:24.967855 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:24.967865 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_unpin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] now 0+0 2015-03-31 11:02:24.971437 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4c follows 0 op update 2015-03-31 11:02:24.971441 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971452 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:24.971453 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:24.971472 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:24.971473 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971479 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971487 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:24.971489 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971500 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971508 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971525 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:24.971526 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971534 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971541 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971542 7fbe406af700 5 mds.0.log _submit_thread 5419604772~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:24.971547 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971552 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971558 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971563 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971570 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:24.971579 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.011032 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407690 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.011054 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407690 cr=0x9299900) 2015-03-31 11:02:25.011058 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407690 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.011063 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407690 cr=0x9299900) #1000006b2c4 2015-03-31 11:02:25.011065 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c4 snap head 2015-03-31 11:02:25.011066 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.011067 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.011084 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407690 cr=0x9299900) 2015-03-31 11:02:25.011087 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.011105 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.011117 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.011128 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.011139 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.011153 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.011168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.011179 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.011190 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.011200 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.011211 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.011221 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_pin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] now 1+0 2015-03-31 11:02:25.011231 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.011247 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.011271 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.011293 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.011303 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.011313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.011322 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.011332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.011347 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407690 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.011351 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407690 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.011360 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.011364 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.011368 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.011371 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.011384 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407690 cr=0x9299900) 2015-03-31 11:02:25.011404 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.011420 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.011435 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.011446 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.011456 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.011478 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.011488 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.011499 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.011508 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.011523 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.011534 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.011544 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_unpin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] now 0+0 2015-03-31 11:02:25.012817 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4c follows 0 op update 2015-03-31 11:02:25.012820 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012832 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.012834 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.012852 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.012853 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012860 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012869 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.012871 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012876 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012883 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012889 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.012890 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012896 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012903 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012908 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012914 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.012915 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.012916 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e4c [2,head] /test_small/small1/blarg10043 auth v136904 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b93e8] 2015-03-31 11:02:25.012923 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.052025 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407691 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.052049 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407691 cr=0x929da00) 2015-03-31 11:02:25.052052 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407691 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.052055 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407691 cr=0x929da00) #1000006b2c4 2015-03-31 11:02:25.052057 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c4 snap head 2015-03-31 11:02:25.052058 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.052060 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.052076 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407691 cr=0x929da00) 2015-03-31 11:02:25.052079 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052097 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052110 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.052121 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.052132 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052147 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.052162 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052172 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.052183 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.052194 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.052204 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.052214 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_pin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] now 1+0 2015-03-31 11:02:25.052225 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052240 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052265 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052287 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052297 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.052307 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.052317 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.052326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.052342 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407691 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.052346 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407691 getattr Xs #1000006b2c4 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.052356 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.052360 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.052364 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.052367 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.052381 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407691 cr=0x929da00) 2015-03-31 11:02:25.052400 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052417 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052431 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052442 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052452 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.052474 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.052484 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.052496 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3dfd08] 2015-03-31 11:02:25.052505 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.052521 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.052531 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.052542 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) auth_unpin by 0x242ca300 on [inode 1000006b2c4 [2,head] {#1000006b2c4 /test_small/small5/blarg10043} auth v178692 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3dfd08] now 0+0 2015-03-31 11:02:25.052820 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407692 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.052837 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407692 cr=0x9298a00) 2015-03-31 11:02:25.052839 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407692 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.052842 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407692 cr=0x9298a00) #10000004e47 2015-03-31 11:02:25.052844 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e47 snap head 2015-03-31 11:02:25.052846 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.052847 7fbe462be700 10 mds.0.server ref is [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.052859 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407692 cr=0x9298a00) 2015-03-31 11:02:25.052861 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052877 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052888 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.052897 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.052903 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052917 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.052931 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.052941 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.052952 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.052961 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242ca300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.052970 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.052976 7fbe462be700 10 mds.0.cache.ino(10000004e47) auth_pin by 0x242ca300 on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] now 1+0 2015-03-31 11:02:25.052983 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.052998 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.053012 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.053023 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.053033 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.053043 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.053052 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053059 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053065 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053088 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053113 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407692 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.053117 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407692 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.053127 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.053131 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.053135 7fbe462be700 10 mds.0.cache.ino(10000004e47) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.053137 7fbe462be700 10 mds.0.cache.ino(10000004e47) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.053150 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407692 cr=0x9298a00) 2015-03-31 11:02:25.053168 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.053184 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.053198 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.053209 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.053218 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.053227 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.053247 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053254 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053261 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053267 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.053273 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.053287 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.053298 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242ca300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.053307 7fbe462be700 10 mds.0.cache.ino(10000004e47) auth_unpin by 0x242ca300 on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b8ab0] now 0+0 2015-03-31 11:02:25.053592 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407693 lookup #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.053609 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407693 cr=0x929e680) 2015-03-31 11:02:25.053611 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407693 lookup #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.053614 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407693 cr=0x929e680) #1000006026a/blarg10044 2015-03-31 11:02:25.053616 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.053619 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10044 [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock) v=177676 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771080] 2015-03-31 11:02:25.053627 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.053629 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407693 lookup #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.053638 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.053649 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407693 cr=0x929e680) 2015-03-31 11:02:25.054113 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407694 lookup #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054133 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407694 cr=0x9299400) 2015-03-31 11:02:25.054135 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407694 lookup #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054138 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407694 cr=0x9299400) #1000006026a/blarg10044 2015-03-31 11:02:25.054140 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.054143 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10044 [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock) v=177676 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771080] 2015-03-31 11:02:25.054151 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.054152 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407694 lookup #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054164 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.054176 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407694 cr=0x9299400) 2015-03-31 11:02:25.054641 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407695 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054663 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407695 cr=0x929cd80) 2015-03-31 11:02:25.054665 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407695 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054669 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407695 cr=0x929cd80) #10000004e47 2015-03-31 11:02:25.054671 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e47 snap head 2015-03-31 11:02:25.054672 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.054673 7fbe462be700 10 mds.0.server ref is [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.054684 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407695 cr=0x929cd80) 2015-03-31 11:02:25.054687 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.054706 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.054718 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.054727 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.054734 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.054749 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.054764 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.054775 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.054793 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.054802 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242ca300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.054812 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.054817 7fbe462be700 10 mds.0.cache.ino(10000004e47) auth_pin by 0x242ca300 on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] now 1+0 2015-03-31 11:02:25.054825 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.054840 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.054865 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.054887 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.054897 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.054905 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.054914 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.054919 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.054925 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.054932 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.054945 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407695 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054948 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407695 getattr Xs #10000004e47 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.054959 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.054963 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.054966 7fbe462be700 10 mds.0.cache.ino(10000004e47) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.054969 7fbe462be700 10 mds.0.cache.ino(10000004e47) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.054983 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407695 cr=0x929cd80) 2015-03-31 11:02:25.055002 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055019 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055035 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055045 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055056 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.055076 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.055085 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.055092 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.055099 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.055106 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b8ab0] 2015-03-31 11:02:25.055111 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.055126 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.055138 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242ca300 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.055147 7fbe462be700 10 mds.0.cache.ino(10000004e47) auth_unpin by 0x242ca300 on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b8ab0] now 0+0 2015-03-31 11:02:25.055405 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407696 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.055423 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407696 cr=0x929a300) 2015-03-31 11:02:25.055426 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407696 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.055429 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407696 cr=0x929a300) #1000006026a 2015-03-31 11:02:25.055431 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.055432 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.055433 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055448 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407696 cr=0x929a300) 2015-03-31 11:02:25.055451 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055465 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055476 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055487 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055500 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.055514 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055524 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.055534 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055543 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.055554 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055568 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055582 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055593 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055603 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055614 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055625 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055635 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31386} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055669 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407696 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.055673 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407696 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.055694 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.055697 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.055702 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31387 2015-03-31 11:02:25.055703 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31387 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.055716 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407696 cr=0x929a300) 2015-03-31 11:02:25.055734 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055750 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.055764 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055775 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.055788 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055809 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055820 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055829 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.055839 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.055853 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.055864 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.056245 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407697 create #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.056265 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407697 cr=0x9f79680) 2015-03-31 11:02:25.056268 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407697 create #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.056271 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10044 2015-03-31 11:02:25.056272 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407697 cr=0x9f79680) #1000006026a/blarg10044 2015-03-31 11:02:25.056274 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10044 2015-03-31 11:02:25.056275 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.056277 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.056278 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178693 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.056288 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178693 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.056296 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10044 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178693 v=178687 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.056307 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407697 cr=0x9f79680) 2015-03-31 11:02:25.056312 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.056332 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056344 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056355 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock) v=177676 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771080] 2015-03-31 11:02:25.056362 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.056377 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242ca300 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.056392 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056403 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.056414 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=3+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056425 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.056435 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock) v=177676 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771080] 2015-03-31 11:02:25.056440 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10044) auth_pin by 0x242ca300 on [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock) v=177676 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] now 1+0 2015-03-31 11:02:25.056447 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock) v=177676 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056452 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177676 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056468 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177676 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056473 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177676 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056477 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177676 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056493 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10044) auth_pin by 0x67711d8 on [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177676 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] now 2+0 2015-03-31 11:02:25.056499 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242ca300) [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dn xlock x=1 by 0x242ca300) (dversion lock w=1 last_client=708310) v=177676 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056505 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.056520 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.056534 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.056547 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.056560 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056570 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056580 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056590 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056599 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056609 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056619 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056628 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056637 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056647 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056657 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056666 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056676 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056685 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056704 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c5 ([1000006b2c6~35d], 861 left) 2015-03-31 11:02:25.056707 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.056709 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c5 [2,head] #1000006b2c5 auth v1 s=0 n() (iversion lock) 0x3f3e5938] 2015-03-31 11:02:25.056713 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178694 2015-03-31 11:02:25.056714 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10044) pre_dirty [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dn xlock x=1 by 0x242ca300) (dversion lock w=1 last_client=708310) pv=178694 v=177676 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.056721 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3e5938] 2015-03-31 11:02:25.056728 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242ca300 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178694 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 8 2015-03-31 11:02:25.056737 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x3c34a40 2015-03-31 11:02:25.056739 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178695 2015-03-31 11:02:25.056740 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178695 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.056746 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178695 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.056752 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3e5938] 2015-03-31 11:02:25.056758 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.056760 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295264 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056773 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295266 2015-03-31 11:02:25.056774 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295266 v=3295258 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.056778 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295266 (current v 3295258) 2015-03-31 11:02:25.056779 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178695 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.056791 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.056792 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242ca300 on [dir 10000000000 /test_small/ [2,head] auth pv=3295266 v=3295259 cv=3287205/3287205 ap=4+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 5 2015-03-31 11:02:25.056802 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2cc6ca40 2015-03-31 11:02:25.056803 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295267 2015-03-31 11:02:25.056804 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056816 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056826 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056837 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.056838 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.182956 < 1, stopping 2015-03-31 11:02:25.056842 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.056853 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=4 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.056856 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295266 v=3295258 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.056862 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31387} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.056876 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3e5938] 2015-03-31 11:02:25.056882 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.056885 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056893 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.056896 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056903 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056908 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056914 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056921 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056927 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056934 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056940 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056946 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056953 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056959 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056966 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056972 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056979 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056984 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3e5938] 2015-03-31 11:02:25.056994 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.056995 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.056997 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3e5938 tracedn 0x6771080 2015-03-31 11:02:25.057000 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242ca300) [dentry #1/test_small/small5/blarg10044 [2,head] auth NULL (dn xlock x=1 by 0x242ca300) (dversion lock w=1 last_client=708310) pv=178694 v=177676 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771080] 2015-03-31 11:02:25.057006 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407697 create #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.057015 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.057018 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31388 2015-03-31 11:02:25.057020 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31388 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.057026 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.057029 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.057032 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) including xattrs version 0 2015-03-31 11:02:25.057069 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057098 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057114 7fbe406af700 5 mds.0.log _submit_thread 5419605631~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.057114 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057127 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057152 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057164 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057175 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057185 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057196 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057208 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057220 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057230 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057241 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057251 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057490 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407698 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.057510 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407698 cr=0x2a509900) 2015-03-31 11:02:25.057512 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407698 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.057516 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407698 cr=0x2a509900) #1000006b2c5 2015-03-31 11:02:25.057518 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c5 snap head 2015-03-31 11:02:25.057519 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.057520 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3e5938] 2015-03-31 11:02:25.057534 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407698 cr=0x2a509900) 2015-03-31 11:02:25.057537 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057553 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057564 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057574 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3e5938] 2015-03-31 11:02:25.057584 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057598 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.057612 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057622 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.057633 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057643 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.057653 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3e5938] 2015-03-31 11:02:25.057662 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_pin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3e5938] now 1+0 2015-03-31 11:02:25.057673 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057688 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057703 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057714 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057724 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057735 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057760 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.057785 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.057800 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407698 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.057804 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407698 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.057814 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.057818 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.057823 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.057825 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.057838 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407698 cr=0x2a509900) 2015-03-31 11:02:25.057857 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057874 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.057888 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057899 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.057910 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057920 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.057941 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.057951 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.057961 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.057976 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.057987 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.057997 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_unpin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] now 0+0 2015-03-31 11:02:25.058261 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407699 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.058279 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407699 cr=0x26d3df00) 2015-03-31 11:02:25.058281 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407699 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.058284 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407699 cr=0x26d3df00) #1000006b2c5 2015-03-31 11:02:25.058286 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c5 snap head 2015-03-31 11:02:25.058288 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.058289 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.058302 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407699 cr=0x26d3df00) 2015-03-31 11:02:25.058304 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.058320 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.058331 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.058342 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.058351 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.058365 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.058379 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.058389 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.058399 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.058409 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.058420 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.058429 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_pin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] now 1+0 2015-03-31 11:02:25.058439 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.058454 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.058468 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.058479 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.058490 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.058500 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.058521 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.058543 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.058557 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407699 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.058561 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407699 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.058571 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.058575 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.058579 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.058581 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.058594 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407699 cr=0x26d3df00) 2015-03-31 11:02:25.058613 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.058629 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.058643 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.058653 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.058675 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.058685 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.058695 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.058706 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.058716 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.058731 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.058742 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.058752 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_unpin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] now 0+0 2015-03-31 11:02:25.063483 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e47 follows 0 op update 2015-03-31 11:02:25.063486 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063497 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.063499 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.063518 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.063519 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063525 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063532 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.063534 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063545 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063565 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063571 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.063573 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063581 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063586 7fbe406af700 5 mds.0.log _submit_thread 5419607271~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.063588 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063603 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063610 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063616 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063622 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063628 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.063638 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.103034 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407700 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.103055 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407700 cr=0x26d3af80) 2015-03-31 11:02:25.103060 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407700 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.103064 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407700 cr=0x26d3af80) #1000006b2c5 2015-03-31 11:02:25.103066 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c5 snap head 2015-03-31 11:02:25.103067 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.103069 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.103085 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407700 cr=0x26d3af80) 2015-03-31 11:02:25.103088 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.103106 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.103119 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.103129 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.103140 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.103154 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.103169 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.103179 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.103189 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.103200 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.103211 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.103221 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_pin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] now 1+0 2015-03-31 11:02:25.103231 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.103246 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.103261 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.103283 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.103292 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.103302 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.103311 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.103320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.103335 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407700 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.103339 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407700 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.103350 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.103353 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.103357 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.103360 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.103373 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407700 cr=0x26d3af80) 2015-03-31 11:02:25.103393 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.103410 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.103424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.103435 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.103446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.103467 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.103478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.103488 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.103498 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.103513 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.103524 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.103534 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_unpin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] now 0+0 2015-03-31 11:02:25.104822 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e47 follows 0 op update 2015-03-31 11:02:25.104826 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104837 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.104839 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.104858 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.104858 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104866 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104874 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.104876 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104881 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104889 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104895 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.104896 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104903 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104909 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104913 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104919 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.104921 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.104922 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e47 [2,head] /test_small/small1/blarg10044 auth v136906 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8ab0] 2015-03-31 11:02:25.104929 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.144029 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407701 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.144052 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407701 cr=0x26d39900) 2015-03-31 11:02:25.144054 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407701 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.144058 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407701 cr=0x26d39900) #1000006b2c5 2015-03-31 11:02:25.144060 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c5 snap head 2015-03-31 11:02:25.144061 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.144062 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.144079 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407701 cr=0x26d39900) 2015-03-31 11:02:25.144082 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144100 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144112 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.144123 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.144133 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144148 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.144163 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144173 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.144184 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.144194 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.144205 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.144215 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_pin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] now 1+0 2015-03-31 11:02:25.144225 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144241 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144288 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144298 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.144307 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.144316 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.144325 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.144340 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407701 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.144343 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407701 getattr Xs #1000006b2c5 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.144354 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.144357 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.144362 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.144364 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.144377 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407701 cr=0x26d39900) 2015-03-31 11:02:25.144397 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144413 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144428 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144439 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144449 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.144470 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.144481 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.144491 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3e5938] 2015-03-31 11:02:25.144501 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.144516 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.144526 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.144537 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) auth_unpin by 0x2a625a00 on [inode 1000006b2c5 [2,head] {#1000006b2c5 /test_small/small5/blarg10044} auth v178694 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3e5938] now 0+0 2015-03-31 11:02:25.144816 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407702 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.144835 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407702 cr=0x26d3e180) 2015-03-31 11:02:25.144837 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407702 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.144840 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407702 cr=0x26d3e180) #10000004e53 2015-03-31 11:02:25.144842 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e53 snap head 2015-03-31 11:02:25.144843 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.144844 7fbe462be700 10 mds.0.server ref is [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.144854 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407702 cr=0x26d3e180) 2015-03-31 11:02:25.144857 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144873 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144884 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.144893 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.144900 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144914 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.144928 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.144938 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.144949 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.144958 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a625a00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.144967 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.144972 7fbe462be700 10 mds.0.cache.ino(10000004e53) auth_pin by 0x2a625a00 on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] now 1+0 2015-03-31 11:02:25.144980 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.144994 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.145008 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.145019 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.145029 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.145038 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.145048 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145055 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145061 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145079 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145104 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407702 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.145108 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407702 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.145118 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.145121 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.145125 7fbe462be700 10 mds.0.cache.ino(10000004e53) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.145127 7fbe462be700 10 mds.0.cache.ino(10000004e53) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.145140 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407702 cr=0x26d3e180) 2015-03-31 11:02:25.145160 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.145176 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.145190 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.145200 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.145211 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.145219 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.145240 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145247 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145254 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145260 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.145267 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.145281 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.145292 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a625a00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.145301 7fbe462be700 10 mds.0.cache.ino(10000004e53) auth_unpin by 0x2a625a00 on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b8178] now 0+0 2015-03-31 11:02:25.145669 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407703 lookup #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.145689 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407703 cr=0x9cc4880) 2015-03-31 11:02:25.145692 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407703 lookup #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.145695 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407703 cr=0x9cc4880) #1000006026a/blarg10045 2015-03-31 11:02:25.145697 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.145700 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10045 [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock) v=177678 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771260] 2015-03-31 11:02:25.145708 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.145710 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407703 lookup #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.145722 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.145736 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407703 cr=0x9cc4880) 2015-03-31 11:02:25.146199 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407704 lookup #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.146218 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407704 cr=0x43d2800) 2015-03-31 11:02:25.146220 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407704 lookup #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.146223 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407704 cr=0x43d2800) #1000006026a/blarg10045 2015-03-31 11:02:25.146225 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.146228 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10045 [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock) v=177678 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771260] 2015-03-31 11:02:25.146236 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.146237 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407704 lookup #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.146249 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.146261 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407704 cr=0x43d2800) 2015-03-31 11:02:25.146682 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407705 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.146704 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407705 cr=0x60afa80) 2015-03-31 11:02:25.146706 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407705 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.146709 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407705 cr=0x60afa80) #10000004e53 2015-03-31 11:02:25.146711 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e53 snap head 2015-03-31 11:02:25.146713 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.146714 7fbe462be700 10 mds.0.server ref is [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.146725 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407705 cr=0x60afa80) 2015-03-31 11:02:25.146728 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.146747 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.146759 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.146768 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.146774 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.146798 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.146813 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.146824 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.146835 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.146844 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2a625a00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.146854 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.146861 7fbe462be700 10 mds.0.cache.ino(10000004e53) auth_pin by 0x2a625a00 on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] now 1+0 2015-03-31 11:02:25.146868 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.146883 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.146907 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.146929 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.146939 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.146948 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.146957 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.146963 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.146980 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.146986 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.147000 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407705 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.147004 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407705 getattr Xs #10000004e53 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.147015 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.147030 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.147035 7fbe462be700 10 mds.0.cache.ino(10000004e53) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.147038 7fbe462be700 10 mds.0.cache.ino(10000004e53) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.147053 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407705 cr=0x60afa80) 2015-03-31 11:02:25.147062 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147079 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147095 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147118 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147129 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.147139 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.147149 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.147156 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.147163 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.147169 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b8178] 2015-03-31 11:02:25.147176 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.147192 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.147203 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2a625a00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.147213 7fbe462be700 10 mds.0.cache.ino(10000004e53) auth_unpin by 0x2a625a00 on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b8178] now 0+0 2015-03-31 11:02:25.147518 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407706 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.147536 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407706 cr=0x60aa300) 2015-03-31 11:02:25.147538 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407706 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.147541 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407706 cr=0x60aa300) #1000006026a 2015-03-31 11:02:25.147543 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.147544 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.147545 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147560 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407706 cr=0x60aa300) 2015-03-31 11:02:25.147563 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147578 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147588 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147599 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147612 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.147627 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147636 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.147647 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147657 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.147668 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147682 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147696 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147707 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147717 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147728 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147738 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147748 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (ixattr sync r=1) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31388} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147779 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407706 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.147799 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407706 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.147809 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.147812 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.147817 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31389 2015-03-31 11:02:25.147819 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31389 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.147831 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407706 cr=0x60aa300) 2015-03-31 11:02:25.147850 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147867 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.147881 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147892 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.147902 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147913 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147934 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147944 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.147953 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.147968 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.147978 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.148363 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407707 create #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.148383 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407707 cr=0x60ab480) 2015-03-31 11:02:25.148385 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407707 create #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.148388 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10045 2015-03-31 11:02:25.148389 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407707 cr=0x60ab480) #1000006026a/blarg10045 2015-03-31 11:02:25.148392 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10045 2015-03-31 11:02:25.148393 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.148394 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.148396 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178695 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.148406 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178695 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.148413 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10045 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178695 v=178687 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.148424 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407707 cr=0x60ab480) 2015-03-31 11:02:25.148430 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.148449 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148461 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148472 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock) v=177678 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771260] 2015-03-31 11:02:25.148479 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.148494 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625a00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.148508 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148518 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.148529 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=4+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148538 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.148549 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock) v=177678 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771260] 2015-03-31 11:02:25.148554 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10045) auth_pin by 0x2a625a00 on [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock) v=177678 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] now 1+0 2015-03-31 11:02:25.148561 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock) v=177678 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148565 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177678 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148571 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177678 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148586 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177678 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148592 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177678 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148597 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10045) auth_pin by 0x67713b8 on [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177678 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] now 2+0 2015-03-31 11:02:25.148614 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x2a625a00) [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dn xlock x=1 by 0x2a625a00) (dversion lock w=1 last_client=708310) v=177678 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148618 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.148633 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.148646 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.148659 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.148672 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148683 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148692 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148702 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148711 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148721 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148730 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148740 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148749 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148758 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148767 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148777 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148790 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148800 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148819 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c6 ([1000006b2c7~35c], 860 left) 2015-03-31 11:02:25.148822 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.148823 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c6 [2,head] #1000006b2c6 auth v1 s=0 n() (iversion lock) 0x3f4b7e10] 2015-03-31 11:02:25.148827 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178696 2015-03-31 11:02:25.148829 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10045) pre_dirty [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dn xlock x=1 by 0x2a625a00) (dversion lock w=1 last_client=708310) pv=178696 v=177678 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.148837 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4b7e10] 2015-03-31 11:02:25.148845 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x2a625a00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178696 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 10 2015-03-31 11:02:25.148854 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x2cc6f9b0 2015-03-31 11:02:25.148855 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178697 2015-03-31 11:02:25.148856 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178697 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.148863 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178697 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.148870 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f4b7e10] 2015-03-31 11:02:25.148875 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.148876 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295266 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148890 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295268 2015-03-31 11:02:25.148891 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295268 v=3295258 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.148895 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295268 (current v 3295258) 2015-03-31 11:02:25.148897 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178697 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.148905 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.148906 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x2a625a00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295268 v=3295259 cv=3287205/3287205 ap=5+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 6 2015-03-31 11:02:25.148915 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9321760 2015-03-31 11:02:25.148917 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295269 2015-03-31 11:02:25.148918 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148929 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148940 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148950 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.148952 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.27507 < 1, stopping 2015-03-31 11:02:25.148956 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.148966 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=5 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.148970 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295268 v=3295258 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.148975 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31389} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.148990 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f4b7e10] 2015-03-31 11:02:25.148996 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.148999 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149007 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.149009 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149017 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149024 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149030 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149037 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149044 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149050 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149056 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149062 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149068 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149074 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149081 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149087 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149092 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149098 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149108 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.149109 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.149111 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f4b7e10 tracedn 0x6771260 2015-03-31 11:02:25.149114 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x2a625a00) [dentry #1/test_small/small5/blarg10045 [2,head] auth NULL (dn xlock x=1 by 0x2a625a00) (dversion lock w=1 last_client=708310) pv=178696 v=177678 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771260] 2015-03-31 11:02:25.149120 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407707 create #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.149129 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.149132 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31390 2015-03-31 11:02:25.149135 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31390 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.149140 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.149142 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.149145 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) including xattrs version 0 2015-03-31 11:02:25.149182 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149212 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149226 7fbe406af700 5 mds.0.log _submit_thread 5419608130~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.149228 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149240 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149266 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149278 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149290 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149300 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149310 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149322 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149334 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149344 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149355 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149365 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149613 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407708 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.149631 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407708 cr=0xb267080) 2015-03-31 11:02:25.149633 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407708 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.149637 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407708 cr=0xb267080) #1000006b2c6 2015-03-31 11:02:25.149639 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c6 snap head 2015-03-31 11:02:25.149640 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.149641 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149654 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407708 cr=0xb267080) 2015-03-31 11:02:25.149657 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149673 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149684 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149695 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149704 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149718 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.149733 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149743 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.149754 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149764 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.149775 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f4b7e10] 2015-03-31 11:02:25.149789 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_pin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4b7e10] now 1+0 2015-03-31 11:02:25.149799 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149814 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149829 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149840 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.149851 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149876 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.149897 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.149906 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.149922 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407708 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.149926 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407708 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.149936 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.149939 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.149944 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.149946 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.149959 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407708 cr=0xb267080) 2015-03-31 11:02:25.149978 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.149995 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150009 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150020 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150040 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150062 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.150072 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.150082 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.150097 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.150108 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.150119 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_unpin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] now 0+0 2015-03-31 11:02:25.150378 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407709 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.150398 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407709 cr=0xb264880) 2015-03-31 11:02:25.150400 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407709 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.150403 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407709 cr=0xb264880) #1000006b2c6 2015-03-31 11:02:25.150405 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c6 snap head 2015-03-31 11:02:25.150407 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.150408 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.150421 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407709 cr=0xb264880) 2015-03-31 11:02:25.150423 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150439 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150450 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150460 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.150470 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150483 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.150498 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150507 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.150518 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150528 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.150539 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.150548 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_pin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] now 1+0 2015-03-31 11:02:25.150558 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150573 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150588 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150598 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150609 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150619 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150646 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.150667 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.150682 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407709 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.150686 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407709 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.150696 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.150699 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.150703 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.150705 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.150718 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407709 cr=0xb264880) 2015-03-31 11:02:25.150737 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150752 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.150766 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150777 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.150791 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150812 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.150822 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.150833 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.150842 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.150857 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.150869 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.150879 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_unpin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] now 0+0 2015-03-31 11:02:25.154874 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e53 follows 0 op update 2015-03-31 11:02:25.154877 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154888 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.154890 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.154909 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.154910 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154917 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154925 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.154927 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154937 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154957 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154963 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.154964 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154971 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154978 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154984 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154977 7fbe406af700 5 mds.0.log _submit_thread 5419609770~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.154990 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.154995 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.155000 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.155008 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.155017 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.194035 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407710 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.194056 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407710 cr=0x5e8c380) 2015-03-31 11:02:25.194060 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407710 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.194065 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407710 cr=0x5e8c380) #1000006b2c6 2015-03-31 11:02:25.194067 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c6 snap head 2015-03-31 11:02:25.194068 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.194069 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.194086 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407710 cr=0x5e8c380) 2015-03-31 11:02:25.194089 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.194107 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.194119 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.194130 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.194141 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.194156 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.194171 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.194181 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.194193 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.194203 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.194214 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.194224 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_pin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] now 1+0 2015-03-31 11:02:25.194234 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.194267 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.194292 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.194302 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.194312 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.194321 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.194331 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.194340 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.194355 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407710 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.194359 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407710 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.194370 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.194374 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.194378 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.194381 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.194394 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407710 cr=0x5e8c380) 2015-03-31 11:02:25.194414 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.194431 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.194446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.194457 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.194468 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.194489 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.194500 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.194511 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.194521 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.194536 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.194547 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.194557 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_unpin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] now 0+0 2015-03-31 11:02:25.195861 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e53 follows 0 op update 2015-03-31 11:02:25.195864 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195876 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.195878 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.195896 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.195897 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195904 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195912 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.195915 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195920 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195928 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195933 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.195934 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195941 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195948 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195953 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195959 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.195960 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.195961 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e53 [2,head] /test_small/small1/blarg10045 auth v136908 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b8178] 2015-03-31 11:02:25.195968 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.235019 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407711 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.235040 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407711 cr=0x25f4ee00) 2015-03-31 11:02:25.235045 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407711 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.235048 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407711 cr=0x25f4ee00) #1000006b2c6 2015-03-31 11:02:25.235051 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c6 snap head 2015-03-31 11:02:25.235052 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.235053 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.235070 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407711 cr=0x25f4ee00) 2015-03-31 11:02:25.235073 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235091 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235103 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.235115 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.235125 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235140 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.235154 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235165 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.235176 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.235187 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.235198 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.235207 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_pin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] now 1+0 2015-03-31 11:02:25.235218 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235233 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235258 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235280 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235289 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.235298 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.235308 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.235317 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.235333 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407711 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.235336 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407711 getattr Xs #1000006b2c6 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.235347 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.235350 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.235355 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.235357 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.235371 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407711 cr=0x25f4ee00) 2015-03-31 11:02:25.235391 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235407 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235422 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235433 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235443 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.235464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.235475 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.235486 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f4b7e10] 2015-03-31 11:02:25.235495 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.235511 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.235522 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.235532 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) auth_unpin by 0x242cad00 on [inode 1000006b2c6 [2,head] {#1000006b2c6 /test_small/small5/blarg10045} auth v178696 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f4b7e10] now 0+0 2015-03-31 11:02:25.235807 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407712 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.235825 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407712 cr=0x26903700) 2015-03-31 11:02:25.235827 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407712 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.235830 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407712 cr=0x26903700) #10000004e50 2015-03-31 11:02:25.235832 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e50 snap head 2015-03-31 11:02:25.235834 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.235835 7fbe462be700 10 mds.0.server ref is [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.235845 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407712 cr=0x26903700) 2015-03-31 11:02:25.235848 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235864 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235875 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.235884 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.235890 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235904 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.235918 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.235929 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.235940 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.235949 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.235958 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.235964 7fbe462be700 10 mds.0.cache.ino(10000004e50) auth_pin by 0x242cad00 on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] now 1+0 2015-03-31 11:02:25.235971 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.235986 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.236000 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.236010 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.236021 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.236030 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.236040 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236047 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236069 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236074 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236099 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407712 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.236103 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407712 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.236113 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.236116 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.236119 7fbe462be700 10 mds.0.cache.ino(10000004e50) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.236122 7fbe462be700 10 mds.0.cache.ino(10000004e50) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.236134 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407712 cr=0x26903700) 2015-03-31 11:02:25.236153 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.236170 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.236184 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.236194 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.236205 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.236214 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.236234 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236241 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236248 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236254 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.236259 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.236274 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.236284 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.236294 7fbe462be700 10 mds.0.cache.ino(10000004e50) auth_unpin by 0x242cad00 on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b7840] now 0+0 2015-03-31 11:02:25.236663 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407713 lookup #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.236683 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407713 cr=0x5410f00) 2015-03-31 11:02:25.236686 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407713 lookup #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.236689 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407713 cr=0x5410f00) #1000006026a/blarg10046 2015-03-31 11:02:25.236690 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.236693 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10046 [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock) v=177680 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771440] 2015-03-31 11:02:25.236702 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.236704 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407713 lookup #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.236716 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.236728 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407713 cr=0x5410f00) 2015-03-31 11:02:25.237193 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407714 lookup #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237212 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407714 cr=0x45a5c80) 2015-03-31 11:02:25.237216 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407714 lookup #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237219 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407714 cr=0x45a5c80) #1000006026a/blarg10046 2015-03-31 11:02:25.237221 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.237224 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10046 [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock) v=177680 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771440] 2015-03-31 11:02:25.237231 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.237232 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407714 lookup #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237243 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.237257 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407714 cr=0x45a5c80) 2015-03-31 11:02:25.237677 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407715 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237698 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407715 cr=0x51da300) 2015-03-31 11:02:25.237700 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407715 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237704 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407715 cr=0x51da300) #10000004e50 2015-03-31 11:02:25.237706 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e50 snap head 2015-03-31 11:02:25.237707 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.237708 7fbe462be700 10 mds.0.server ref is [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.237720 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407715 cr=0x51da300) 2015-03-31 11:02:25.237723 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.237741 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.237754 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.237763 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.237770 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.237790 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.237805 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.237815 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.237827 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.237836 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.237845 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.237852 7fbe462be700 10 mds.0.cache.ino(10000004e50) auth_pin by 0x242cad00 on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] now 1+0 2015-03-31 11:02:25.237860 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.237876 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.237900 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.237911 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.237932 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.237941 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.237949 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.237955 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.237962 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.237968 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.237982 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407715 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237985 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407715 getattr Xs #10000004e50 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.237996 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.238000 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.238004 7fbe462be700 10 mds.0.cache.ino(10000004e50) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.238006 7fbe462be700 10 mds.0.cache.ino(10000004e50) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.238020 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407715 cr=0x51da300) 2015-03-31 11:02:25.238040 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238057 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238072 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238083 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238094 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.238114 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.238123 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.238131 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.238138 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.238144 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b7840] 2015-03-31 11:02:25.238149 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.238164 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.238175 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cad00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.238184 7fbe462be700 10 mds.0.cache.ino(10000004e50) auth_unpin by 0x242cad00 on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b7840] now 0+0 2015-03-31 11:02:25.238462 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407716 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.238481 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407716 cr=0x9f78280) 2015-03-31 11:02:25.238484 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407716 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.238487 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407716 cr=0x9f78280) #1000006026a 2015-03-31 11:02:25.238489 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.238490 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.238491 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238506 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407716 cr=0x9f78280) 2015-03-31 11:02:25.238509 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238524 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238535 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238545 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238558 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.238572 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238582 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.238593 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238603 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.238613 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238628 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238642 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238653 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238664 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238674 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238685 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238696 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (ixattr sync r=1) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31390} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238726 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407716 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.238730 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407716 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.238752 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.238756 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.238759 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31391 2015-03-31 11:02:25.238761 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31391 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.238773 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407716 cr=0x9f78280) 2015-03-31 11:02:25.238796 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238812 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.238826 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238837 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.238847 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238869 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238880 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238890 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.238900 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.238913 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.238924 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.239303 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407717 create #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.239325 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407717 cr=0xa255780) 2015-03-31 11:02:25.239328 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407717 create #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.239331 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10046 2015-03-31 11:02:25.239332 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407717 cr=0xa255780) #1000006026a/blarg10046 2015-03-31 11:02:25.239335 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10046 2015-03-31 11:02:25.239336 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.239337 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.239339 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178697 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.239349 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178697 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.239358 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10046 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178697 v=178687 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.239369 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407717 cr=0xa255780) 2015-03-31 11:02:25.239374 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.239394 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239406 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239417 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock) v=177680 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771440] 2015-03-31 11:02:25.239424 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.239439 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cad00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.239454 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239464 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.239475 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=5+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239485 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.239495 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock) v=177680 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771440] 2015-03-31 11:02:25.239500 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10046) auth_pin by 0x242cad00 on [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock) v=177680 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] now 1+0 2015-03-31 11:02:25.239507 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock) v=177680 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239512 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177680 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239528 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177680 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239532 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177680 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239538 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177680 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239553 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10046) auth_pin by 0x6771598 on [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177680 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] now 2+0 2015-03-31 11:02:25.239559 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cad00) [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dn xlock x=1 by 0x242cad00) (dversion lock w=1 last_client=708310) v=177680 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239565 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.239579 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.239593 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.239606 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.239619 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239629 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239638 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239648 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239658 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239667 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239677 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239687 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239696 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239705 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239715 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239724 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239733 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239743 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239761 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c7 ([1000006b2c8~35b], 859 left) 2015-03-31 11:02:25.239764 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.239765 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c7 [2,head] #1000006b2c7 auth v1 s=0 n() (iversion lock) 0x3f473e40] 2015-03-31 11:02:25.239769 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178698 2015-03-31 11:02:25.239770 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10046) pre_dirty [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dn xlock x=1 by 0x242cad00) (dversion lock w=1 last_client=708310) pv=178698 v=177680 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.239778 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f473e40] 2015-03-31 11:02:25.239789 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cad00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178698 v=178687 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 6 + 12 2015-03-31 11:02:25.239799 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x2cc6e460 2015-03-31 11:02:25.239800 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178699 2015-03-31 11:02:25.239801 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178687 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.239807 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178687 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.239814 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f473e40] 2015-03-31 11:02:25.239821 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.239822 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295268 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239836 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295270 2015-03-31 11:02:25.239837 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295258 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.239841 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295270 (current v 3295258) 2015-03-31 11:02:25.239842 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178687 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=51+1553,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.239848 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.239850 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cad00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295270 v=3295259 cv=3287205/3287205 ap=6+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 6 + 7 2015-03-31 11:02:25.239859 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x9326460 2015-03-31 11:02:25.239860 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295271 2015-03-31 11:02:25.239861 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239873 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239883 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239894 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.239895 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.366013 < 1, stopping 2015-03-31 11:02:25.239899 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.239910 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=6 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.239914 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295258 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.239919 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31391} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.239933 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f473e40] 2015-03-31 11:02:25.239940 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.239943 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f473e40] 2015-03-31 11:02:25.239950 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.239951 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.239959 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.239966 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.239973 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.239980 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.239987 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.239993 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240000 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240006 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240012 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240018 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240024 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240031 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240037 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240043 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f473e40] 2015-03-31 11:02:25.240053 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.240054 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.240057 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f473e40 tracedn 0x6771440 2015-03-31 11:02:25.240059 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cad00) [dentry #1/test_small/small5/blarg10046 [2,head] auth NULL (dn xlock x=1 by 0x242cad00) (dversion lock w=1 last_client=708310) pv=178698 v=177680 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771440] 2015-03-31 11:02:25.240065 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407717 create #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.240074 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.240077 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31392 2015-03-31 11:02:25.240079 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31392 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.240085 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.240087 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.240089 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) including xattrs version 0 2015-03-31 11:02:25.240126 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240155 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240170 7fbe406af700 5 mds.0.log _submit_thread 5419610629~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.240171 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240186 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240212 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240224 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240236 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240247 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240258 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240269 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240281 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240291 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240302 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240312 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240502 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407718 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.240522 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407718 cr=0xa250f00) 2015-03-31 11:02:25.240525 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407718 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.240528 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407718 cr=0xa250f00) #1000006b2c7 2015-03-31 11:02:25.240530 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c7 snap head 2015-03-31 11:02:25.240531 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.240532 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f473e40] 2015-03-31 11:02:25.240546 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407718 cr=0xa250f00) 2015-03-31 11:02:25.240549 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240565 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240576 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240586 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f473e40] 2015-03-31 11:02:25.240596 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240610 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.240625 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240635 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.240645 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240656 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.240666 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f473e40] 2015-03-31 11:02:25.240676 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_pin by 0x2a627800 on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f473e40] now 1+0 2015-03-31 11:02:25.240686 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240700 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240715 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240725 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240736 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240746 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240788 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.240798 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.240813 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407718 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.240817 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407718 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.240827 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.240830 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.240834 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.240837 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.240850 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407718 cr=0xa250f00) 2015-03-31 11:02:25.240868 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240885 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.240899 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240910 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.240920 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240930 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.240952 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.240962 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.240972 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.240987 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.240998 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.241008 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_unpin by 0x2a627800 on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f473e40] now 0+0 2015-03-31 11:02:25.241208 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407719 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.241226 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407719 cr=0xa251e00) 2015-03-31 11:02:25.241228 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407719 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.241231 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407719 cr=0xa251e00) #1000006b2c7 2015-03-31 11:02:25.241233 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c7 snap head 2015-03-31 11:02:25.241234 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.241235 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.241247 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407719 cr=0xa251e00) 2015-03-31 11:02:25.241249 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.241265 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.241276 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.241286 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.241296 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.241309 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.241324 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.241334 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.241344 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.241354 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.241365 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.241374 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_pin by 0x2a627800 on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f473e40] now 1+0 2015-03-31 11:02:25.241384 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.241399 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.241413 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.241424 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.241435 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.241455 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.241465 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.241486 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.241501 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407719 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.241505 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407719 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.241515 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.241518 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.241522 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.241526 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.241538 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407719 cr=0xa251e00) 2015-03-31 11:02:25.241558 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.241573 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.241587 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.241598 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.241619 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.241629 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.241639 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.241650 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.241659 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.241674 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.241685 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.241695 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_unpin by 0x2a627800 on [inode 1000006b2c7 [2,head] {#1000006b2c7 /test_small/small5/blarg10046} auth v178698 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f473e40] now 0+0 2015-03-31 11:02:25.242165 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407720 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.242188 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407720 cr=0x940f080) 2015-03-31 11:02:25.242191 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407720 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.242195 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407720 cr=0x940f080) #1000006026a 2015-03-31 11:02:25.242196 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.242198 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.242199 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242217 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407720 cr=0x940f080) 2015-03-31 11:02:25.242220 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242237 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242249 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242260 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242274 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.242289 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242299 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.242310 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242320 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.242331 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242346 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242360 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242371 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242391 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242413 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242423 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242433 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31392} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242449 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407720 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.242453 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407720 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.242463 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.242467 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.242471 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31393 2015-03-31 11:02:25.242473 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31393 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.242486 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407720 cr=0x940f080) 2015-03-31 11:02:25.242506 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242522 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242537 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242548 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242570 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242581 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242591 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242601 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242612 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.242626 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.242636 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.242779 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407721 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.242804 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407721 cr=0xa928f00) 2015-03-31 11:02:25.242806 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407721 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.242810 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407721 cr=0xa928f00) #1000006026a 2015-03-31 11:02:25.242812 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.242814 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.242815 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242829 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407721 cr=0xa928f00) 2015-03-31 11:02:25.242832 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242846 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242857 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242867 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242880 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a627800 on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.242895 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242905 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.242916 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242925 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.242936 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242950 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53470 pv53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.242964 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242975 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.242985 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.242995 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.243005 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.243016 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.243036 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:25.243058 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.243068 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x5ef1590 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:25.243070 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.265749 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.265755 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.265764 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.265769 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c2) mark_dirty [inode 1000006b2c2 [2,head] /test_small/small5/blarg10041 auth v178687 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:25.265812 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10041) mark_dirty [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178688 v=177670 ap=2+0 inode=0x3f3b4068 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.265823 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178688 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 51=51+0) hs=52+1552,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178688 2015-03-31 11:02:25.265835 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c2) mark_dirty_parent 2015-03-31 11:02:25.265837 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295258 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 51=51+0) n(v1 rc2015-03-31 11:03:01.000000 52=51+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.265853 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295258 ap=0+9 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.265857 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295260 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382354=382347+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295260 2015-03-31 11:02:25.265869 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178689 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 52=52+0) hs=52+1552,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178689 2015-03-31 11:02:25.265877 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295261 cv=3287205/3287205 ap=6+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382355=382348+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295261 2015-03-31 11:02:25.265887 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c2 [2,head] /test_small/small5/blarg10041 auth v178688 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3b4068] 2015-03-31 11:02:25.265899 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.265902 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27525 client_caps(grant ino 1000006b2c2 1851511 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:01.000000) v4 2015-03-31 11:02:25.265934 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178688 ap=2+0 inode=0x3f3b4068 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.265955 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407667 create #1000006026a/blarg10041 2015-03-31 11:03:01.000000) v2 2015-03-31 11:02:25.265967 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c2 2015-03-31 11:02:25.265981 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178688 ap=2+0 inode=0x3f3b4068 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.265990 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178688 ap=2+0 inode=0x3f3b4068 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.265997 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178688 ap=2+0 inode=0x3f3b4068 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.266012 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10041) auth_unpin by 0x6770c38 on [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178688 ap=1+0 inode=0x3f3b4068 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] now 1+0 2015-03-31 11:02:25.266019 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178688 ap=1+0 inode=0x3f3b4068 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.266025 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.266039 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=6 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295260 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 53=52+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266064 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295260 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 53=52+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266075 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295260 pv3295270 ap=8+1 f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 53=52+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266086 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178688 ap=1+0 inode=0x3f3b4068 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ae0] 2015-03-31 11:02:25.266103 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407667 cr=0x9ae2a80) 2015-03-31 11:02:25.266111 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cbc00 on [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.266127 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cbc00 on [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.266139 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cbc00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295261 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382355=382348+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 9 2015-03-31 11:02:25.266149 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cbc00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178689 cv=170705/170705 ap=5+11+11 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 52=52+0) hs=52+1552,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 11 2015-03-31 11:02:25.266157 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cbc00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295260 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 53=52+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.266169 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10041) auth_unpin by 0x242cbc00 on [dentry #1/test_small/small5/blarg10041 [2,head] auth (dn sync l=1) (dversion lock) v=178688 inode=0x3f3b4068 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770ae0] now 0+0 2015-03-31 11:02:25.266194 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.266196 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.266201 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.266202 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c3) mark_dirty [inode 1000006b2c3 [2,head] /test_small/small5/blarg10042 auth v178689 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f33d558] 2015-03-31 11:02:25.266213 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10042) mark_dirty [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178690 v=177672 ap=2+0 inode=0x3f33d558 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266231 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178690 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 52=52+0) hs=53+1551,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178690 2015-03-31 11:02:25.266240 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c3) mark_dirty_parent 2015-03-31 11:02:25.266242 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295260 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:01.000000 52=52+0) n(v1 rc2015-03-31 11:03:01.000000 53=52+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266255 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295260 ap=0+8 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.266259 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295262 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:01.000000 b422190090565 382355=382348+7)/n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382347=382340+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295262 2015-03-31 11:02:25.266269 7fbe43ab9700 10 mds.0.cache.ino(10000000000) mark_dirty [inode 10000000000 [...2,head] /test_small/ auth v120414 pv120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:00.000000 b422190090565 382348=382340+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.266280 7fbe43ab9700 10 mds.0.cache.den(1 test_small) mark_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120416 v=120414 ap=0+7 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:25.266284 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120417 v=120416 cv=119911/119911 dir_auth=0 ap=1+6+7 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:00.000000 b422190196760 382364=382355+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120416 2015-03-31 11:02:25.266295 7fbe43ab9700 10 mds.0.cache.ino(1) mark_dirty [inode 1 [...2,head] / auth v53470 pv53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.266312 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178691 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 53=53+0) hs=53+1551,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178691 2015-03-31 11:02:25.266319 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295263 cv=3287205/3287205 ap=5+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295263 2015-03-31 11:02:25.266327 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120417 v=120417 cv=119911/119911 dir_auth=0 ap=1+6+7 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:02.000000 b422190196760 382373=382364+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120417 2015-03-31 11:02:25.266336 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c3 [2,head] /test_small/small5/blarg10042 auth v178690 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f33d558] 2015-03-31 11:02:25.266347 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.266349 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27526 client_caps(grant ino 1000006b2c3 1851512 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.266369 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178690 ap=2+0 inode=0x3f33d558 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266378 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407677 create #1000006026a/blarg10042 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.266389 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c3 2015-03-31 11:02:25.266392 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178690 ap=2+0 inode=0x3f33d558 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266400 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178690 ap=2+0 inode=0x3f33d558 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266406 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178690 ap=2+0 inode=0x3f33d558 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266411 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10042) auth_unpin by 0x6770e18 on [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178690 ap=1+0 inode=0x3f33d558 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] now 1+0 2015-03-31 11:02:25.266418 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178690 ap=1+0 inode=0x3f33d558 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266423 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.266442 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.266458 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.266472 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.266484 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.266496 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295262 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 54=53+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266507 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295262 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 54=53+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266518 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295262 pv3295270 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 54=53+1) (isnap sync r=1) (inest lock w=5) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266539 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178690 ap=1+0 inode=0x3f33d558 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770cc0] 2015-03-31 11:02:25.266554 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407677 cr=0x9f7c100) 2015-03-31 11:02:25.266561 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1e00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.266577 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.266588 7fbe43ab9700 10 mds.0.cache.dir(1) auth_unpin by 0x2b0c1e00 on [dir 1 / [2,head] auth v=120417 cv=119911/119911 dir_auth=0 ap=0+5+6 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:02.000000 b422190196760 382373=382364+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=0 0x4758000] count now 0 + 6 2015-03-31 11:02:25.266598 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2b0c1e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295263 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 8 2015-03-31 11:02:25.266606 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2b0c1e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178691 cv=170705/170705 ap=4+9+9 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 53=53+0) hs=53+1551,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 9 2015-03-31 11:02:25.266614 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295262 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 54=53+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.266625 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10042) auth_unpin by 0x2b0c1e00 on [dentry #1/test_small/small5/blarg10042 [2,head] auth (dn sync l=1) (dversion lock) v=178690 inode=0x3f33d558 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770cc0] now 0+0 2015-03-31 11:02:25.266647 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.266649 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.266653 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.266666 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c4) mark_dirty [inode 1000006b2c4 [2,head] /test_small/small5/blarg10043 auth v178691 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.266679 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10043) mark_dirty [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178692 v=177674 ap=2+0 inode=0x3f3dfd08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266686 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178692 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 53=53+0) hs=54+1550,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178692 2015-03-31 11:02:25.266695 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c4) mark_dirty_parent 2015-03-31 11:02:25.266696 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295262 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 53=53+0) n(v1 rc2015-03-31 11:03:02.000000 54=53+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266708 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295262 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.266712 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295264 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295264 2015-03-31 11:02:25.266721 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178693 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 54=54+0) hs=54+1550,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178693 2015-03-31 11:02:25.266728 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295265 cv=3287205/3287205 ap=4+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382350+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295265 2015-03-31 11:02:25.266737 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c4 [2,head] /test_small/small5/blarg10043 auth v178692 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3dfd08] 2015-03-31 11:02:25.266747 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.266749 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27527 client_caps(grant ino 1000006b2c4 1851513 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.266768 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178692 ap=2+0 inode=0x3f3dfd08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266776 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407687 create #1000006026a/blarg10043 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.266790 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c4 2015-03-31 11:02:25.266792 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178692 ap=2+0 inode=0x3f3dfd08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266800 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178692 ap=2+0 inode=0x3f3dfd08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266806 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178692 ap=2+0 inode=0x3f3dfd08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266811 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10043) auth_unpin by 0x6770ff8 on [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178692 ap=1+0 inode=0x3f3dfd08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] now 1+0 2015-03-31 11:02:25.266818 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178692 ap=1+0 inode=0x3f3dfd08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266823 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.266836 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295264 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 55=54+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266849 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295264 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 55=54+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266861 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295264 pv3295270 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 55=54+1) (isnap sync r=1) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.266871 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178692 ap=1+0 inode=0x3f3dfd08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6770ea0] 2015-03-31 11:02:25.266886 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407687 cr=0x9298500) 2015-03-31 11:02:25.266893 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd1e00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.266909 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd1e00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.266920 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd1e00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295265 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382350+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 7 2015-03-31 11:02:25.266931 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd1e00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178693 cv=170705/170705 ap=3+7+7 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 54=54+0) hs=54+1550,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 7 2015-03-31 11:02:25.266949 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd1e00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295264 pv3295270 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 55=54+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.266959 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10043) auth_unpin by 0x23dd1e00 on [dentry #1/test_small/small5/blarg10043 [2,head] auth (dn sync l=1) (dversion lock) v=178692 inode=0x3f3dfd08 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6770ea0] now 0+0 2015-03-31 11:02:25.266982 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.266984 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.267001 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.267002 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c5) mark_dirty [inode 1000006b2c5 [2,head] /test_small/small5/blarg10044 auth v178693 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.267013 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10044) mark_dirty [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178694 v=177676 ap=2+0 inode=0x3f3e5938 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267020 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178694 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 54=54+0) hs=55+1549,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178694 2015-03-31 11:02:25.267028 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c5) mark_dirty_parent 2015-03-31 11:02:25.267029 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295264 pv3295270 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 54=54+0) n(v1 rc2015-03-31 11:03:02.000000 55=54+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267042 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295264 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.267046 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295266 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382350+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295266 2015-03-31 11:02:25.267056 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178695 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 55=55+0) hs=55+1549,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178695 2015-03-31 11:02:25.267063 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295267 cv=3287205/3287205 ap=3+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382358=382351+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295267 2015-03-31 11:02:25.267072 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c5 [2,head] /test_small/small5/blarg10044 auth v178694 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3e5938] 2015-03-31 11:02:25.267082 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.267085 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27528 client_caps(grant ino 1000006b2c5 1851514 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.267104 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178694 ap=2+0 inode=0x3f3e5938 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267112 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407697 create #1000006026a/blarg10044 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.267122 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c5 2015-03-31 11:02:25.267124 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178694 ap=2+0 inode=0x3f3e5938 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267132 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178694 ap=2+0 inode=0x3f3e5938 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267138 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178694 ap=2+0 inode=0x3f3e5938 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267143 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10044) auth_unpin by 0x67711d8 on [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178694 ap=1+0 inode=0x3f3e5938 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] now 1+0 2015-03-31 11:02:25.267149 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178694 ap=1+0 inode=0x3f3e5938 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267154 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.267168 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295266 pv3295270 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 56=55+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267180 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295266 pv3295270 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 56=55+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267192 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295266 pv3295270 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 56=55+1) (isnap sync r=1) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267202 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178694 ap=1+0 inode=0x3f3e5938 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771080] 2015-03-31 11:02:25.267217 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407697 cr=0x9f79680) 2015-03-31 11:02:25.267224 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242ca300 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.267240 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242ca300 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.267251 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242ca300 on [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295267 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382358=382351+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 6 2015-03-31 11:02:25.267262 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242ca300 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178695 cv=170705/170705 ap=2+5+5 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 55=55+0) hs=55+1549,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 5 2015-03-31 11:02:25.267269 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242ca300 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295266 pv3295270 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 56=55+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.267291 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10044) auth_unpin by 0x242ca300 on [dentry #1/test_small/small5/blarg10044 [2,head] auth (dn sync l=1) (dversion lock) v=178694 inode=0x3f3e5938 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771080] now 0+0 2015-03-31 11:02:25.267314 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.267316 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.267332 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.267334 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c6) mark_dirty [inode 1000006b2c6 [2,head] /test_small/small5/blarg10045 auth v178695 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.267345 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10045) mark_dirty [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178696 v=177678 ap=2+0 inode=0x3f4b7e10 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267352 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178696 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 55=55+0) hs=56+1548,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178696 2015-03-31 11:02:25.267360 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c6) mark_dirty_parent 2015-03-31 11:02:25.267362 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295266 pv3295270 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 55=55+0) n(v1 rc2015-03-31 11:03:02.000000 56=55+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267373 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295266 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.267377 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295268 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382358=382351+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295268 2015-03-31 11:02:25.267386 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178697 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 56=56+0) hs=56+1548,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178697 2015-03-31 11:02:25.267393 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295269 cv=3287205/3287205 ap=2+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382359=382352+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295269 2015-03-31 11:02:25.267402 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c6 [2,head] /test_small/small5/blarg10045 auth v178696 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f4b7e10] 2015-03-31 11:02:25.267412 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.267415 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27529 client_caps(grant ino 1000006b2c6 1851515 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.267433 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178696 ap=2+0 inode=0x3f4b7e10 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267441 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407707 create #1000006026a/blarg10045 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.267452 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c6 2015-03-31 11:02:25.267454 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178696 ap=2+0 inode=0x3f4b7e10 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267462 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178696 ap=2+0 inode=0x3f4b7e10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267468 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178696 ap=2+0 inode=0x3f4b7e10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267473 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10045) auth_unpin by 0x67713b8 on [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178696 ap=1+0 inode=0x3f4b7e10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] now 1+0 2015-03-31 11:02:25.267478 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178696 ap=1+0 inode=0x3f4b7e10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267484 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.267498 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295268 pv3295270 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 57=56+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267510 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295268 pv3295270 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 57=56+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267521 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295268 pv3295270 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 57=56+1) (isnap sync r=1) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267532 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178696 ap=1+0 inode=0x3f4b7e10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771260] 2015-03-31 11:02:25.267546 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407707 cr=0x60ab480) 2015-03-31 11:02:25.267553 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625a00 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.267570 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625a00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.267580 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x2a625a00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295269 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382359=382352+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 5 2015-03-31 11:02:25.267591 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x2a625a00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178697 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 56=56+0) hs=56+1548,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 3 2015-03-31 11:02:25.267598 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625a00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295268 pv3295270 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 57=56+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.267620 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10045) auth_unpin by 0x2a625a00 on [dentry #1/test_small/small5/blarg10045 [2,head] auth (dn sync l=1) (dversion lock) v=178696 inode=0x3f4b7e10 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771260] now 0+0 2015-03-31 11:02:25.267640 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.267642 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.267646 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.267647 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c7) mark_dirty [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178697 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.267670 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10046) mark_dirty [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178698 v=177680 ap=2+0 inode=0x3f473e40 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.267676 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178698 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 56=56+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178698 2015-03-31 11:02:25.267684 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c7) mark_dirty_parent 2015-03-31 11:02:25.267685 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295268 pv3295270 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 56=56+0) n(v1 rc2015-03-31 11:03:02.000000 57=56+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267698 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295270 v=3295268 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.267702 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295270 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382359=382352+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295270 2015-03-31 11:02:25.267712 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178699 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178699 2015-03-31 11:02:25.267720 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295271 v=3295271 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295271 2015-03-31 11:02:25.267729 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.267739 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.267741 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27530 client_caps(grant ino 1000006b2c7 1851516 seq 4 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.267759 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178698 ap=2+0 inode=0x3f473e40 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.267767 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407717 create #1000006026a/blarg10046 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.267777 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c7 2015-03-31 11:02:25.267779 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178698 ap=2+0 inode=0x3f473e40 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.267791 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178698 ap=2+0 inode=0x3f473e40 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.267796 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178698 ap=2+0 inode=0x3f473e40 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.267802 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10046) auth_unpin by 0x6771598 on [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178698 ap=1+0 inode=0x3f473e40 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] now 1+0 2015-03-31 11:02:25.267808 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178698 ap=1+0 inode=0x3f473e40 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.267812 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.267827 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.267838 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267850 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267862 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267873 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:25.267875 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.267886 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.267898 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:25.267899 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407721 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.267903 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407721 cr=0xa928f00) #1000006026a 2015-03-31 11:02:25.267905 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.267908 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.267909 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.267920 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407721 cr=0xa928f00) 2015-03-31 11:02:25.267923 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.267949 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.267959 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.267968 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.267982 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.267992 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268002 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.268016 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.268026 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268036 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268047 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268057 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268067 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268077 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268086 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268096 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268107 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31393} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268124 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407721 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.268129 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407721 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.268139 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.268143 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.268147 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31394 2015-03-31 11:02:25.268149 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31394 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.268172 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407721 cr=0xa928f00) 2015-03-31 11:02:25.268181 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.268196 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.268209 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.268231 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.268241 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268252 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268262 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268272 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268282 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268292 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268304 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268313 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268322 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268331 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268341 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2a627800 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.268355 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a627800 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.268364 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a627800 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.268391 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268402 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268412 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268422 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178698 ap=1+0 inode=0x3f473e40 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771440] 2015-03-31 11:02:25.268430 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.268460 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407717 cr=0xa255780) 2015-03-31 11:02:25.268467 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cad00 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.268494 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cad00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.268504 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cad00 on [dir 10000000000 /test_small/ [2,head] auth v=3295271 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:25.268514 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cad00 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178699 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:25.268522 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cad00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=0+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.268532 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10046) auth_unpin by 0x242cad00 on [dentry #1/test_small/small5/blarg10046 [2,head] auth (dn sync l=1) (dversion lock) v=178698 inode=0x3f473e40 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771440] now 0+0 2015-03-31 11:02:25.268581 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e50 follows 0 op update 2015-03-31 11:02:25.268592 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268606 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.268608 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.268628 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.268629 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268636 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268644 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.268646 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268658 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268667 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268673 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.268675 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268683 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268690 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268693 7fbe406af700 5 mds.0.log _submit_thread 5419612269~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.268696 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268711 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268718 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268723 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268730 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.268740 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.268759 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407722 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.268779 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407722 cr=0x2645ad00) 2015-03-31 11:02:25.268781 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407722 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.268793 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407722 cr=0x2645ad00) #1000006b2c7 2015-03-31 11:02:25.268795 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c7 snap head 2015-03-31 11:02:25.268797 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.268798 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.268812 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407722 cr=0x2645ad00) 2015-03-31 11:02:25.268815 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.268831 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.268842 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.268853 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.268862 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.268876 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.268891 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.268901 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.268912 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.268922 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.268943 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.268962 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_pin by 0x23dd0000 on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] now 1+0 2015-03-31 11:02:25.268972 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.268997 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269010 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269020 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269029 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269038 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269047 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.269056 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.269072 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407722 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.269076 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407722 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.269087 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.269091 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.269094 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.269098 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.269112 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407722 cr=0x2645ad00) 2015-03-31 11:02:25.269131 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269147 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269161 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269172 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269181 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269191 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269211 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.269221 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.269230 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.269245 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.269256 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=0+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.269266 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_unpin by 0x23dd0000 on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] now 0+0 2015-03-31 11:02:25.269302 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407723 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.269319 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407723 cr=0x9ae6400) 2015-03-31 11:02:25.269322 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407723 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.269325 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407723 cr=0x9ae6400) #1000006026a 2015-03-31 11:02:25.269326 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.269327 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.269328 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.269341 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407723 cr=0x9ae6400) 2015-03-31 11:02:25.269344 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.269357 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.269368 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.269377 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.269391 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.269405 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.269414 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.269425 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.269433 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.269454 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269467 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269481 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269490 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269500 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269509 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269519 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269529 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31394} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269544 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407723 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.269548 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407723 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.269558 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.269561 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.269566 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31395 2015-03-31 11:02:25.269580 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31395 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.269594 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407723 cr=0x9ae6400) 2015-03-31 11:02:25.269613 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269629 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.269643 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269653 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.269662 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269672 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269693 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269703 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.269712 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.269726 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.269737 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.309048 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407724 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309070 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407724 cr=0x9ae1b80) 2015-03-31 11:02:25.309075 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407724 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309078 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407724 cr=0x9ae1b80) #1000006026a 2015-03-31 11:02:25.309081 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.309082 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.309083 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.309100 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407724 cr=0x9ae1b80) 2015-03-31 11:02:25.309103 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.309119 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.309130 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.309140 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.309154 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.309168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.309178 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.309189 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.309198 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.309208 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.309223 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.309237 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.309247 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.309257 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309267 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309277 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309288 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31395} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309306 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407724 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309310 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407724 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309322 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.309325 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.309330 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31396 2015-03-31 11:02:25.309332 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31396 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.309368 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407724 cr=0x9ae1b80) 2015-03-31 11:02:25.309388 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.309404 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.309418 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.309429 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.309439 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309460 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309470 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309479 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309489 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.309504 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.309514 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.309555 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e50 follows 0 op update 2015-03-31 11:02:25.309557 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309566 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.309568 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.309583 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.309584 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309590 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309598 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.309600 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309605 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309613 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309618 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.309619 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309625 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309632 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309637 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309643 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.309644 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.309645 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e50 [2,head] /test_small/small1/blarg10046 auth v136910 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b7840] 2015-03-31 11:02:25.309652 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.309665 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407725 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309685 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407725 cr=0x9ae1400) 2015-03-31 11:02:25.309687 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407725 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309690 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407725 cr=0x9ae1400) #1000006b2c7 2015-03-31 11:02:25.309702 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c7 snap head 2015-03-31 11:02:25.309703 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.309704 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.309716 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407725 cr=0x9ae1400) 2015-03-31 11:02:25.309718 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.309743 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.309753 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.309762 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.309770 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.309789 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.309803 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.309812 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.309822 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.309830 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.309839 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] 2015-03-31 11:02:25.309848 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_pin by 0x23dd0000 on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] now 1+0 2015-03-31 11:02:25.309857 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.309870 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.309883 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.309892 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.309901 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309910 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.309919 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.309928 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.309942 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407725 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309945 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407725 getattr Xs #1000006b2c7 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.309954 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.309957 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.309962 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:25.309965 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.309978 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407725 cr=0x9ae1400) 2015-03-31 11:02:25.309997 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.310013 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.310027 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.310037 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.310047 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.310057 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.310078 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.310087 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f473e40] 2015-03-31 11:02:25.310097 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.310112 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.310122 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=0+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.310132 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) auth_unpin by 0x23dd0000 on [inode 1000006b2c7 [2,head] /test_small/small5/blarg10046 auth v178698 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f473e40] now 0+0 2015-03-31 11:02:25.310394 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407726 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.310412 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407726 cr=0x682d000) 2015-03-31 11:02:25.310414 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407726 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.310417 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407726 cr=0x682d000) #10000004e56 2015-03-31 11:02:25.310419 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e56 snap head 2015-03-31 11:02:25.310420 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.310421 7fbe462be700 10 mds.0.server ref is [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.310433 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407726 cr=0x682d000) 2015-03-31 11:02:25.310435 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.310450 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.310461 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.310470 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.310476 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.310490 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.310504 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.310514 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.310525 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.310533 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd0000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.310542 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.310547 7fbe462be700 10 mds.0.cache.ino(10000004e56) auth_pin by 0x23dd0000 on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] now 1+0 2015-03-31 11:02:25.310555 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.310569 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.310583 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.310593 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.310604 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.310613 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.310622 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310629 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310636 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310652 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310677 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407726 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.310680 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407726 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.310690 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.310693 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.310698 7fbe462be700 10 mds.0.cache.ino(10000004e56) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.310700 7fbe462be700 10 mds.0.cache.ino(10000004e56) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.310712 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407726 cr=0x682d000) 2015-03-31 11:02:25.310731 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.310746 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.310759 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.310770 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.310780 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.310791 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.310812 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310819 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310825 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310830 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.310837 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.310852 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.310862 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd0000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.310871 7fbe462be700 10 mds.0.cache.ino(10000004e56) auth_unpin by 0x23dd0000 on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b6f08] now 0+0 2015-03-31 11:02:25.310915 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407727 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.310934 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407727 cr=0x23fbb700) 2015-03-31 11:02:25.310936 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407727 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.310939 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407727 cr=0x23fbb700) #1000006026a 2015-03-31 11:02:25.310941 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.310942 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.310943 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.310956 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407727 cr=0x23fbb700) 2015-03-31 11:02:25.310958 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.310972 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.310982 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.310992 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.311007 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.311022 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.311031 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.311042 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.311050 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.311061 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311075 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311088 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311099 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311109 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311118 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311128 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311138 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31396} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311154 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407727 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311158 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407727 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311178 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.311183 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.311197 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31397 2015-03-31 11:02:25.311200 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31397 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.311213 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407727 cr=0x23fbb700) 2015-03-31 11:02:25.311231 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311246 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311260 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311270 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311279 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311289 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311310 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311319 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311329 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.311343 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.311353 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.311440 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407728 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311458 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407728 cr=0x60a8500) 2015-03-31 11:02:25.311460 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407728 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311463 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407728 cr=0x60a8500) #1000006026a 2015-03-31 11:02:25.311465 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.311466 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.311468 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.311479 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407728 cr=0x60a8500) 2015-03-31 11:02:25.311482 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.311496 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.311505 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.311514 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.311527 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.311541 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.311550 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.311560 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.311568 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.311578 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311591 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311605 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311615 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311625 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311634 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311644 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311653 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31397} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311669 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407728 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311673 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407728 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311683 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.311686 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.311691 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31398 2015-03-31 11:02:25.311694 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31398 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.311707 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407728 cr=0x60a8500) 2015-03-31 11:02:25.311726 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311741 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.311755 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311765 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.311775 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311788 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311798 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311807 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.311828 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.311842 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.311852 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.311887 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407729 lookup #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311903 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407729 cr=0xaeeda00) 2015-03-31 11:02:25.311906 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407729 lookup #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311908 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407729 cr=0xaeeda00) #1000006026a/blarg10047 2015-03-31 11:02:25.311910 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.311912 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10047 [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock) v=177682 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771620] 2015-03-31 11:02:25.311920 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.311922 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407729 lookup #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.311931 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.311941 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407729 cr=0xaeeda00) 2015-03-31 11:02:25.352044 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407730 lookup #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352064 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407730 cr=0x9cc5c80) 2015-03-31 11:02:25.352069 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407730 lookup #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352072 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407730 cr=0x9cc5c80) #1000006026a/blarg10047 2015-03-31 11:02:25.352074 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.352077 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10047 [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock) v=177682 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771620] 2015-03-31 11:02:25.352085 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.352086 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407730 lookup #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352098 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.352111 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407730 cr=0x9cc5c80) 2015-03-31 11:02:25.352144 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407731 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352161 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407731 cr=0x25f4cd80) 2015-03-31 11:02:25.352172 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407731 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352176 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407731 cr=0x25f4cd80) #1000006026a 2015-03-31 11:02:25.352178 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.352179 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.352180 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.352197 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407731 cr=0x25f4cd80) 2015-03-31 11:02:25.352200 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.352216 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.352227 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.352237 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.352251 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.352266 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.352276 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.352287 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.352296 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.352307 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352322 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352336 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.352347 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.352357 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352367 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352377 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352387 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31398} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352405 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407731 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352421 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407731 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352430 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.352434 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.352438 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31399 2015-03-31 11:02:25.352440 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31399 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.352454 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407731 cr=0x25f4cd80) 2015-03-31 11:02:25.352473 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352489 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352504 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.352515 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.352525 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352535 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352545 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352555 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.352564 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.352579 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.352590 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.352627 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407732 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352644 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407732 cr=0x968df00) 2015-03-31 11:02:25.352647 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407732 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352650 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407732 cr=0x968df00) #10000004e56 2015-03-31 11:02:25.352651 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e56 snap head 2015-03-31 11:02:25.352653 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.352654 7fbe462be700 10 mds.0.server ref is [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.352662 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407732 cr=0x968df00) 2015-03-31 11:02:25.352665 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.352679 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.352690 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.352699 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.352704 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.352717 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.352731 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.352741 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.352752 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.352760 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd0000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.352769 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.352775 7fbe462be700 10 mds.0.cache.ino(10000004e56) auth_pin by 0x23dd0000 on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] now 1+0 2015-03-31 11:02:25.352803 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352829 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352842 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.352863 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.352873 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.352882 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.352891 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.352897 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.352904 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.352909 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.352932 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407732 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352936 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407732 getattr Xs #10000004e56 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.352947 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.352951 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.352955 7fbe462be700 10 mds.0.cache.ino(10000004e56) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.352957 7fbe462be700 10 mds.0.cache.ino(10000004e56) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.352971 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407732 cr=0x968df00) 2015-03-31 11:02:25.352979 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.352995 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.353010 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.353020 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.353031 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.353039 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.353049 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.353056 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.353062 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.353068 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b6f08] 2015-03-31 11:02:25.353074 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.353088 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.353099 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd0000 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.353108 7fbe462be700 10 mds.0.cache.ino(10000004e56) auth_unpin by 0x23dd0000 on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b6f08] now 0+0 2015-03-31 11:02:25.353141 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407733 readdir #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.353158 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407733 cr=0x8f08f00) 2015-03-31 11:02:25.353159 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407733 readdir #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.353162 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407733 cr=0x8f08f00) #1000006026a 2015-03-31 11:02:25.353164 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.353165 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.353166 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.353179 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407733 cr=0x8f08f00) 2015-03-31 11:02:25.353182 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.353196 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.353206 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.353216 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.353230 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.353244 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.353253 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.353263 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.353284 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.353294 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.353331 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.353344 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.353354 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.353364 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353374 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353384 7fbe462be700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353404 7fbe462be700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353415 7fbe462be700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353425 7fbe462be700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (idft sync r=1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31399} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353440 7fbe462be700 10 mds.0.server frag * offset '' 2015-03-31 11:02:25.353443 7fbe462be700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178699 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.353452 7fbe462be700 10 mds.0.server snapid head 2015-03-31 11:02:25.353456 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.353459 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353463 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.353465 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353470 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.353472 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353475 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.353477 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353480 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.353482 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353485 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.353486 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353489 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353491 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353494 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353495 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353498 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353500 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353503 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353505 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353508 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353509 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353512 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353514 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353517 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.353518 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353522 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353524 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353527 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353528 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353531 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353533 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353536 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353538 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353540 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353542 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353545 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353547 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353550 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.353551 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353554 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.353556 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353558 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.353560 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353563 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.353564 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353567 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.353569 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353572 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.353573 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353576 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.353578 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353580 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353582 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353585 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353587 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353589 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353591 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353594 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353595 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353598 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353600 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353603 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353604 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353607 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.353609 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353612 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.353613 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353616 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.353618 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353620 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.353622 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353624 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.353626 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353629 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.353630 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353633 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.353635 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353638 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353640 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353642 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353644 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353647 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353649 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353651 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353653 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353656 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353658 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353660 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353673 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353676 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.353677 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353680 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.353682 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353684 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.353686 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353700 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.353701 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353704 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.353705 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353708 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.353709 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353712 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.353713 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353716 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.353717 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353720 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.353721 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353724 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.353726 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353728 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.353729 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353732 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.353733 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353778 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407733 readdir #1000006026a 2015-03-31 11:03:02.000000) v2 readdir num=57 bytes=15562 end=1 complete=1 2015-03-31 11:02:25.353787 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407733 readdir #1000006026a 2015-03-31 11:03:02.000000) v2 readdir num=57 end=1 complete=1 2015-03-31 11:02:25.353790 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407733 readdir #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.353800 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.353802 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.353805 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31400 2015-03-31 11:02:25.353807 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31400 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.353819 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407733 cr=0x8f08f00) 2015-03-31 11:02:25.353836 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.353852 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.353864 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.353875 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.353885 7fbe462be700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353896 7fbe462be700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353906 7fbe462be700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353927 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353938 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353947 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.353957 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.353971 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.353982 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.354016 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407734 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.354034 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407734 cr=0xaee8a00) 2015-03-31 11:02:25.354036 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407734 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.354039 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407734 cr=0xaee8a00) #1000006026a 2015-03-31 11:02:25.354041 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.354042 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.354044 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354056 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407734 cr=0xaee8a00) 2015-03-31 11:02:25.354058 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.354072 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.354083 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354092 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.354106 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.354120 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.354129 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.354140 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354149 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.354170 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.354183 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.354197 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.354207 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.354217 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354226 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354236 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354246 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31400} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354263 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407734 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.354267 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407734 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.354277 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.354279 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.354283 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31401 2015-03-31 11:02:25.354285 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31401 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.354298 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407734 cr=0xaee8a00) 2015-03-31 11:02:25.354317 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.354344 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.354357 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.354367 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.354377 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31401} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354398 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31401} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354408 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31401} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354417 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31401} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.354426 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.354440 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.354450 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31401} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.354765 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407735 create #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.354785 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407735 cr=0x236b8000) 2015-03-31 11:02:25.354788 7fbe462be700 10 mds.0.locker process_cap_release client.708310 pAsLsXs on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354802 7fbe462be700 10 mds.0.locker wanted p -> p 2015-03-31 11:02:25.354803 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354814 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.354815 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354825 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354835 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354844 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354853 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.354854 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407735 create #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.354857 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10047 2015-03-31 11:02:25.354859 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407735 cr=0x236b8000) #1000006026a/blarg10047 2015-03-31 11:02:25.354861 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10047 2015-03-31 11:02:25.354862 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.354863 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.354865 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178699 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.354872 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178699 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.354878 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10047 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178699 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.354888 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407735 cr=0x236b8000) 2015-03-31 11:02:25.354893 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.354908 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.354918 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354927 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock) v=177682 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771620] 2015-03-31 11:02:25.354934 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.354948 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.354962 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.354971 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.354982 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.354991 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+0 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.355000 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock) v=177682 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771620] 2015-03-31 11:02:25.355015 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10047) auth_pin by 0x23dd0000 on [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock) v=177682 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] now 1+0 2015-03-31 11:02:25.355021 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock) v=177682 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355026 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177682 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355043 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177682 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355048 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177682 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355053 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177682 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355058 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10047) auth_pin by 0x6771778 on [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177682 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] now 2+0 2015-03-31 11:02:25.355064 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd0000) [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dn xlock x=1 by 0x23dd0000) (dversion lock w=1 last_client=708310) v=177682 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355069 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355083 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355097 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355110 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355123 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355132 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355142 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355151 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355160 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355169 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355178 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355187 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355196 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355206 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355215 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355224 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355234 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355243 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355252 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355270 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c8 ([1000006b2c9~35a], 858 left) 2015-03-31 11:02:25.355273 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.355275 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c8 [2,head] #1000006b2c8 auth v1 s=0 n() (iversion lock) 0x3f3ef5f0] 2015-03-31 11:02:25.355279 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178700 2015-03-31 11:02:25.355280 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10047) pre_dirty [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dn xlock x=1 by 0x23dd0000) (dversion lock w=1 last_client=708310) pv=178700 v=177682 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355289 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ef5f0] 2015-03-31 11:02:25.355296 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd0000 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:25.355305 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9322680 2015-03-31 11:02:25.355307 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178701 2015-03-31 11:02:25.355308 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178701 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.355314 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178701 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.355321 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3ef5f0] 2015-03-31 11:02:25.355327 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.355330 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355343 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295272 2015-03-31 11:02:25.355344 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295272 v=3295270 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.355348 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295272 (current v 3295270) 2015-03-31 11:02:25.355349 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178701 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.355355 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.355357 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd0000 on [dir 10000000000 /test_small/ [2,head] auth v=3295271 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:25.355366 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2694e0f0 2015-03-31 11:02:25.355368 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295273 2015-03-31 11:02:25.355369 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355380 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355390 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355401 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.355402 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.481523 < 1, stopping 2015-03-31 11:02:25.355406 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355417 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=1 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.355421 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295272 v=3295270 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.355425 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31401} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355439 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3ef5f0] 2015-03-31 11:02:25.355446 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.355449 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355456 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.355457 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355465 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355472 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355479 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355485 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355492 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355499 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355505 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355512 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355517 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355523 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355530 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355536 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355543 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355550 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.355559 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.355561 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.355563 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3ef5f0 tracedn 0x6771620 2015-03-31 11:02:25.355565 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd0000) [dentry #1/test_small/small5/blarg10047 [2,head] auth NULL (dn xlock x=1 by 0x23dd0000) (dversion lock w=1 last_client=708310) pv=178700 v=177682 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771620] 2015-03-31 11:02:25.355572 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407735 create #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.355580 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.355583 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31402 2015-03-31 11:02:25.355585 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31402 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.355591 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.355594 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.355596 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) including xattrs version 0 2015-03-31 11:02:25.355632 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355660 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355680 7fbe406af700 5 mds.0.log _submit_thread 5419613128~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.355676 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355699 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.355725 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355736 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355747 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355757 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.355768 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355780 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355795 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355805 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355816 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355826 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.355999 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407736 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.356018 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407736 cr=0x5e8a080) 2015-03-31 11:02:25.356020 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407736 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.356024 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407736 cr=0x5e8a080) #1000006b2c8 2015-03-31 11:02:25.356026 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c8 snap head 2015-03-31 11:02:25.356028 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.356029 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.356042 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407736 cr=0x5e8a080) 2015-03-31 11:02:25.356044 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356059 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356070 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356080 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.356090 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356103 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.356117 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356127 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.356137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356147 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.356157 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3ef5f0] 2015-03-31 11:02:25.356167 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_pin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ef5f0] now 1+0 2015-03-31 11:02:25.356177 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356191 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356205 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356216 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356226 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356247 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356257 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.356278 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.356293 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407736 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.356297 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407736 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.356306 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.356310 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.356314 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.356316 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.356329 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407736 cr=0x5e8a080) 2015-03-31 11:02:25.356347 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356363 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356377 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356388 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356397 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356408 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356429 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.356439 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.356449 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.356464 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.356474 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.356485 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_unpin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] now 0+0 2015-03-31 11:02:25.356711 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407737 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.356728 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407737 cr=0x26907080) 2015-03-31 11:02:25.356730 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407737 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.356733 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407737 cr=0x26907080) #1000006b2c8 2015-03-31 11:02:25.356735 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c8 snap head 2015-03-31 11:02:25.356736 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.356738 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.356749 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407737 cr=0x26907080) 2015-03-31 11:02:25.356752 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356767 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356778 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356792 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.356802 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356816 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.356831 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356840 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.356851 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356861 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.356871 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.356881 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_pin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] now 1+0 2015-03-31 11:02:25.356891 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356906 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.356920 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356930 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.356941 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356951 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.356975 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.356997 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.357012 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407737 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.357015 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407737 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.357025 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.357028 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.357033 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.357035 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.357047 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407737 cr=0x26907080) 2015-03-31 11:02:25.357066 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.357082 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.357096 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.357107 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.357117 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.357139 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.357149 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.357160 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.357169 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.357184 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.357195 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.357205 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_unpin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] now 0+0 2015-03-31 11:02:25.360689 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e56 follows 0 op update 2015-03-31 11:02:25.360693 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360704 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.360705 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.360723 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.360724 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360731 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360738 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.360740 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360751 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360771 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360777 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.360779 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360792 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360799 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360806 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360812 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360816 7fbe406af700 5 mds.0.log _submit_thread 5419614768~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.360819 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360824 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360830 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.360839 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.400019 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407738 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.400040 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407738 cr=0x236b9180) 2015-03-31 11:02:25.400042 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407738 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.400046 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407738 cr=0x236b9180) #1000006b2c8 2015-03-31 11:02:25.400048 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c8 snap head 2015-03-31 11:02:25.400050 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.400051 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.400068 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407738 cr=0x236b9180) 2015-03-31 11:02:25.400071 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.400088 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.400100 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.400112 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.400122 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.400136 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.400151 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.400161 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.400172 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.400182 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.400193 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.400203 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_pin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] now 1+0 2015-03-31 11:02:25.400213 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.400229 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.400243 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.400265 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.400275 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.400285 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.400294 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.400303 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.400319 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407738 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.400321 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407738 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.400332 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.400335 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.400340 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.400342 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.400355 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407738 cr=0x236b9180) 2015-03-31 11:02:25.400374 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.400391 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.400405 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.400416 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.400426 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.400436 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.400457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.400468 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.400478 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.400492 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.400503 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.400513 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_unpin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] now 0+0 2015-03-31 11:02:25.401766 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e56 follows 0 op update 2015-03-31 11:02:25.401770 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401786 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.401789 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.401807 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.401808 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401815 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401823 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.401825 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401830 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401837 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401843 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.401844 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401850 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401857 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401863 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401869 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.401870 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.401871 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e56 [2,head] /test_small/small1/blarg10047 auth v136912 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b6f08] 2015-03-31 11:02:25.401878 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.441111 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407739 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.441133 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407739 cr=0x968a580) 2015-03-31 11:02:25.441137 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407739 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.441141 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407739 cr=0x968a580) #1000006b2c8 2015-03-31 11:02:25.441143 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c8 snap head 2015-03-31 11:02:25.441144 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.441145 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.441162 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407739 cr=0x968a580) 2015-03-31 11:02:25.441165 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441183 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441195 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.441207 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.441217 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441232 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.441246 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441256 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.441267 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.441278 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.441289 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.441298 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_pin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] now 1+0 2015-03-31 11:02:25.441309 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441324 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441348 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441370 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441379 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.441389 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.441398 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.441408 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.441422 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407739 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.441426 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407739 getattr Xs #1000006b2c8 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.441437 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.441440 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.441445 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.441447 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.441461 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407739 cr=0x968a580) 2015-03-31 11:02:25.441480 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441497 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441511 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441522 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441532 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.441543 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.441564 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.441575 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3ef5f0] 2015-03-31 11:02:25.441585 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.441600 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.441610 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.441621 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) auth_unpin by 0x296a6900 on [inode 1000006b2c8 [2,head] {#1000006b2c8 /test_small/small5/blarg10047} auth v178700 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3ef5f0] now 0+0 2015-03-31 11:02:25.441905 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407740 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.441923 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407740 cr=0x25f49900) 2015-03-31 11:02:25.441925 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407740 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.441928 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407740 cr=0x25f49900) #10000004f00 2015-03-31 11:02:25.441930 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004f00 snap head 2015-03-31 11:02:25.441931 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.441932 7fbe462be700 10 mds.0.server ref is [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.441943 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407740 cr=0x25f49900) 2015-03-31 11:02:25.441946 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441961 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.441972 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.441981 7fbe462be700 10 mds.0.locker must authpin [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.441986 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.441999 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.442013 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.442023 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.442034 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.442043 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x296a6900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.442052 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.442057 7fbe462be700 10 mds.0.cache.ino(10000004f00) auth_pin by 0x296a6900 on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] now 1+0 2015-03-31 11:02:25.442064 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.442078 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.442092 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.442102 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.442112 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.442122 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.442131 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442138 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442144 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442150 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442175 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407740 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.442190 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407740 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.442200 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.442203 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.442207 7fbe462be700 10 mds.0.cache.ino(10000004f00) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.442209 7fbe462be700 10 mds.0.cache.ino(10000004f00) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.442222 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407740 cr=0x25f49900) 2015-03-31 11:02:25.442240 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.442256 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.442270 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.442280 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.442290 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.442299 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.442320 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442327 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442332 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442339 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.442345 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.442360 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.442370 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x296a6900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.442379 7fbe462be700 10 mds.0.cache.ino(10000004f00) auth_unpin by 0x296a6900 on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b65d0] now 0+0 2015-03-31 11:02:25.442645 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407741 lookup #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.442662 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407741 cr=0x3b0e680) 2015-03-31 11:02:25.442664 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407741 lookup #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.442667 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407741 cr=0x3b0e680) #1000006026a/blarg10048 2015-03-31 11:02:25.442669 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.442671 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10048 [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock) v=177684 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771800] 2015-03-31 11:02:25.442679 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.442680 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407741 lookup #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.442689 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.442700 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407741 cr=0x3b0e680) 2015-03-31 11:02:25.443159 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407742 lookup #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443178 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407742 cr=0x968af80) 2015-03-31 11:02:25.443180 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407742 lookup #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443183 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407742 cr=0x968af80) #1000006026a/blarg10048 2015-03-31 11:02:25.443185 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.443188 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10048 [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock) v=177684 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771800] 2015-03-31 11:02:25.443196 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.443197 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407742 lookup #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443208 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.443221 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407742 cr=0x968af80) 2015-03-31 11:02:25.443668 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407743 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443690 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407743 cr=0xab83e80) 2015-03-31 11:02:25.443692 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407743 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443696 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407743 cr=0xab83e80) #10000004f00 2015-03-31 11:02:25.443698 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004f00 snap head 2015-03-31 11:02:25.443699 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.443700 7fbe462be700 10 mds.0.server ref is [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.443713 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407743 cr=0xab83e80) 2015-03-31 11:02:25.443716 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.443733 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.443745 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.443754 7fbe462be700 10 mds.0.locker must authpin [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.443761 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.443775 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.443794 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.443804 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.443815 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.443824 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x296a6900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.443834 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.443841 7fbe462be700 10 mds.0.cache.ino(10000004f00) auth_pin by 0x296a6900 on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] now 1+0 2015-03-31 11:02:25.443848 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.443863 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.443877 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.443888 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.443910 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.443930 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.443939 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.443945 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.443951 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.443957 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.443970 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407743 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443974 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407743 getattr Xs #10000004f00 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.443985 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.443988 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.443993 7fbe462be700 10 mds.0.cache.ino(10000004f00) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.443995 7fbe462be700 10 mds.0.cache.ino(10000004f00) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.444009 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407743 cr=0xab83e80) 2015-03-31 11:02:25.444028 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444044 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444058 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444069 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444079 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.444088 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.444108 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.444116 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.444122 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.444129 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b65d0] 2015-03-31 11:02:25.444135 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.444149 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.444160 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x296a6900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.444169 7fbe462be700 10 mds.0.cache.ino(10000004f00) auth_unpin by 0x296a6900 on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b65d0] now 0+0 2015-03-31 11:02:25.444436 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407744 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.444453 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407744 cr=0x49d3480) 2015-03-31 11:02:25.444456 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407744 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.444459 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407744 cr=0x49d3480) #1000006026a 2015-03-31 11:02:25.444461 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.444463 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.444464 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444479 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407744 cr=0x49d3480) 2015-03-31 11:02:25.444481 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444496 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444506 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444517 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444530 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.444544 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444553 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.444564 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444574 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.444585 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444599 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444613 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444624 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444634 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444644 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444654 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444665 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (ixattr sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31402} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444682 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407744 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.444700 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407744 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.444722 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.444724 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.444727 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31403 2015-03-31 11:02:25.444729 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31403 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.444742 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407744 cr=0x49d3480) 2015-03-31 11:02:25.444761 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444776 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.444794 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444804 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.444814 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444825 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444835 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444856 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.444866 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.444881 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.444891 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.445282 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407745 create #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.445302 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407745 cr=0x43d3480) 2015-03-31 11:02:25.445305 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407745 create #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.445308 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10048 2015-03-31 11:02:25.445309 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407745 cr=0x43d3480) #1000006026a/blarg10048 2015-03-31 11:02:25.445311 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10048 2015-03-31 11:02:25.445313 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.445314 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.445316 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178701 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.445325 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178701 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.445334 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10048 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178701 v=178699 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.445344 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407745 cr=0x43d3480) 2015-03-31 11:02:25.445350 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.445368 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445380 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445392 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock) v=177684 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771800] 2015-03-31 11:02:25.445399 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.445413 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.445428 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445438 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.445449 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445460 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.445470 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock) v=177684 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771800] 2015-03-31 11:02:25.445475 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10048) auth_pin by 0x296a6900 on [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock) v=177684 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] now 1+0 2015-03-31 11:02:25.445481 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock) v=177684 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445487 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177684 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445504 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177684 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445509 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177684 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445514 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177684 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445532 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10048) auth_pin by 0x6771958 on [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177684 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] now 2+0 2015-03-31 11:02:25.445537 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x296a6900) [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dn xlock x=1 by 0x296a6900) (dversion lock w=1 last_client=708310) v=177684 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445543 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.445557 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.445571 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.445583 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.445596 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445606 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445616 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445625 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445635 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445644 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445654 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445664 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445673 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445682 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445692 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445702 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445711 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445720 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445739 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2c9 ([1000006b2ca~359], 857 left) 2015-03-31 11:02:25.445741 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.445743 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2c9 [2,head] #1000006b2c9 auth v1 s=0 n() (iversion lock) 0x3f46a188] 2015-03-31 11:02:25.445747 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178702 2015-03-31 11:02:25.445748 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10048) pre_dirty [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dn xlock x=1 by 0x296a6900) (dversion lock w=1 last_client=708310) pv=178702 v=177684 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.445756 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f46a188] 2015-03-31 11:02:25.445763 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x296a6900 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178702 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 4 2015-03-31 11:02:25.445771 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0xa06b910 2015-03-31 11:02:25.445773 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178703 2015-03-31 11:02:25.445774 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178703 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.445780 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178703 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.445792 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f46a188] 2015-03-31 11:02:25.445798 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.445800 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295272 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445814 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295274 2015-03-31 11:02:25.445815 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295274 v=3295270 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.445819 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295274 (current v 3295270) 2015-03-31 11:02:25.445821 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178703 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.445827 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.445828 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x296a6900 on [dir 10000000000 /test_small/ [2,head] auth pv=3295274 v=3295271 cv=3287205/3287205 ap=2+2+3 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 3 2015-03-31 11:02:25.445836 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0xa06f380 2015-03-31 11:02:25.445837 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295275 2015-03-31 11:02:25.445838 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445848 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445859 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445869 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.445870 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.571991 < 1, stopping 2015-03-31 11:02:25.445875 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.445885 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=2 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.445889 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295274 v=3295270 ap=0+3 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.445893 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31403} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.445906 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f46a188] 2015-03-31 11:02:25.445913 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.445916 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f46a188] 2015-03-31 11:02:25.445923 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.445925 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445932 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445939 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445945 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445952 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445959 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445965 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445972 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445978 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445984 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445990 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.445997 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.446004 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.446010 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.446015 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f46a188] 2015-03-31 11:02:25.446025 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.446026 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.446028 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f46a188 tracedn 0x6771800 2015-03-31 11:02:25.446030 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x296a6900) [dentry #1/test_small/small5/blarg10048 [2,head] auth NULL (dn xlock x=1 by 0x296a6900) (dversion lock w=1 last_client=708310) pv=178702 v=177684 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771800] 2015-03-31 11:02:25.446037 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407745 create #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.446045 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.446049 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31404 2015-03-31 11:02:25.446051 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31404 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.446056 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.446059 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.446062 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) including xattrs version 0 2015-03-31 11:02:25.446098 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446127 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446142 7fbe406af700 5 mds.0.log _submit_thread 5419615627~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.446142 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446154 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446180 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446192 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446203 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446213 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446223 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446235 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446246 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446257 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ipolicy sync r=1) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446267 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446277 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446499 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407746 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.446518 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407746 cr=0x968e900) 2015-03-31 11:02:25.446521 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407746 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.446525 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407746 cr=0x968e900) #1000006b2c9 2015-03-31 11:02:25.446526 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c9 snap head 2015-03-31 11:02:25.446528 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.446529 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f46a188] 2015-03-31 11:02:25.446542 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407746 cr=0x968e900) 2015-03-31 11:02:25.446545 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446560 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446570 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446581 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f46a188] 2015-03-31 11:02:25.446590 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446604 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.446618 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446628 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.446639 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446649 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.446659 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f46a188] 2015-03-31 11:02:25.446669 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_pin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f46a188] now 1+0 2015-03-31 11:02:25.446678 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446693 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446707 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446718 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446729 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446739 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446764 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.446789 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.446805 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407746 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.446809 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407746 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.446819 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.446822 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.446826 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.446829 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.446842 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407746 cr=0x968e900) 2015-03-31 11:02:25.446861 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446877 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.446890 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446901 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.446910 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446921 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.446942 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.446952 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.446962 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.446976 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.446987 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.446997 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_unpin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] now 0+0 2015-03-31 11:02:25.447236 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407747 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.447253 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407747 cr=0x25f48a00) 2015-03-31 11:02:25.447257 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407747 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.447260 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407747 cr=0x25f48a00) #1000006b2c9 2015-03-31 11:02:25.447261 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c9 snap head 2015-03-31 11:02:25.447263 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.447264 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.447277 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407747 cr=0x25f48a00) 2015-03-31 11:02:25.447279 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.447294 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.447305 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.447316 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.447325 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.447339 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.447353 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.447363 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.447373 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.447382 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.447393 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.447402 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_pin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] now 1+0 2015-03-31 11:02:25.447412 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.447427 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.447441 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.447451 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.447462 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.447471 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.447481 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.447501 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.447529 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407747 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.447532 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407747 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.447541 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.447544 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.447547 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.447549 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.447562 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407747 cr=0x25f48a00) 2015-03-31 11:02:25.447581 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.447596 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.447610 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.447620 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.447641 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.447651 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.447662 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.447672 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.447682 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.447696 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.447707 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.447717 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_unpin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] now 0+0 2015-03-31 11:02:25.451337 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004f00 follows 0 op update 2015-03-31 11:02:25.451340 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451351 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.451353 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.451371 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.451372 7fbe462be700 10 mds.0.locker cap inode [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451379 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451387 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.451389 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451400 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451420 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451427 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.451430 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451438 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451441 7fbe406af700 5 mds.0.log _submit_thread 5419617267~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.451445 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451452 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451457 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451463 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451469 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451475 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.451485 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.491024 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407748 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.491045 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407748 cr=0x26907580) 2015-03-31 11:02:25.491050 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407748 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.491054 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407748 cr=0x26907580) #1000006b2c9 2015-03-31 11:02:25.491056 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c9 snap head 2015-03-31 11:02:25.491058 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.491059 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.491075 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407748 cr=0x26907580) 2015-03-31 11:02:25.491078 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.491096 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.491108 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.491120 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.491130 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.491145 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.491159 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.491169 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.491180 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.491190 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.491201 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.491211 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_pin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] now 1+0 2015-03-31 11:02:25.491221 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.491236 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.491261 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.491283 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.491293 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.491302 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.491312 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.491321 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.491337 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407748 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.491341 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407748 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.491351 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.491354 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.491359 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.491362 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.491375 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407748 cr=0x26907580) 2015-03-31 11:02:25.491394 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.491410 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.491424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.491435 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.491445 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.491456 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.491477 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.491488 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.491497 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.491512 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.491523 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.491534 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_unpin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] now 0+0 2015-03-31 11:02:25.492823 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004f00 follows 0 op update 2015-03-31 11:02:25.492827 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492838 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.492840 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.492858 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.492859 7fbe462be700 10 mds.0.locker cap inode [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492866 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492874 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.492876 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492881 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492889 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492894 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.492895 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492903 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492910 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492915 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492921 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.492922 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.492924 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004f00 [2,head] /test_small/small1/blarg10048 auth v136914 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b65d0] 2015-03-31 11:02:25.492931 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.532023 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407749 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.532044 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407749 cr=0x26903980) 2015-03-31 11:02:25.532049 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407749 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.532052 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407749 cr=0x26903980) #1000006b2c9 2015-03-31 11:02:25.532054 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2c9 snap head 2015-03-31 11:02:25.532056 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.532057 7fbe462be700 10 mds.0.server ref is [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.532073 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407749 cr=0x26903980) 2015-03-31 11:02:25.532076 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532094 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532106 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.532118 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.532128 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532142 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.532157 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532167 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.532178 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.532188 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.532199 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.532209 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_pin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] now 1+0 2015-03-31 11:02:25.532220 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532234 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532260 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532281 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532291 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.532301 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.532310 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.532319 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.532335 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407749 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.532339 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407749 getattr Xs #1000006b2c9 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.532349 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.532353 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.532357 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.532360 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.532373 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407749 cr=0x26903980) 2015-03-31 11:02:25.532393 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532409 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532434 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532444 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.532466 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.532477 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.532488 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f46a188] 2015-03-31 11:02:25.532497 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.532512 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.532523 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.532533 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) auth_unpin by 0x23dd4600 on [inode 1000006b2c9 [2,head] {#1000006b2c9 /test_small/small5/blarg10048} auth v178702 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f46a188] now 0+0 2015-03-31 11:02:25.532808 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407750 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.532826 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407750 cr=0x25f4b980) 2015-03-31 11:02:25.532828 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407750 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.532831 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407750 cr=0x25f4b980) #10000004e5f 2015-03-31 11:02:25.532833 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e5f snap head 2015-03-31 11:02:25.532834 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.532835 7fbe462be700 10 mds.0.server ref is [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.532847 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407750 cr=0x25f4b980) 2015-03-31 11:02:25.532850 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532865 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532875 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.532884 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.532891 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532904 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.532918 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.532928 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.532938 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.532947 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd4600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.532956 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.532961 7fbe462be700 10 mds.0.cache.ino(10000004e5f) auth_pin by 0x23dd4600 on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] now 1+0 2015-03-31 11:02:25.532968 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532982 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.532996 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.533006 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.533016 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.533026 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.533035 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533042 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533058 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533064 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533089 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407750 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.533093 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407750 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.533103 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.533106 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.533110 7fbe462be700 10 mds.0.cache.ino(10000004e5f) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.533112 7fbe462be700 10 mds.0.cache.ino(10000004e5f) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.533125 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407750 cr=0x25f4b980) 2015-03-31 11:02:25.533144 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.533160 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.533174 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.533185 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.533195 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.533204 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.533224 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533231 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533238 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533244 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.533250 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.533265 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.533276 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd4600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.533285 7fbe462be700 10 mds.0.cache.ino(10000004e5f) auth_unpin by 0x23dd4600 on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b5c98] now 0+0 2015-03-31 11:02:25.533655 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407751 lookup #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.533676 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407751 cr=0x43d0280) 2015-03-31 11:02:25.533678 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407751 lookup #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.533681 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407751 cr=0x43d0280) #1000006026a/blarg10049 2015-03-31 11:02:25.533683 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.533686 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10049 [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock) v=177686 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x67719e0] 2015-03-31 11:02:25.533695 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.533696 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407751 lookup #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.533708 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.533720 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407751 cr=0x43d0280) 2015-03-31 11:02:25.534186 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407752 lookup #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.534206 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407752 cr=0x2645aa80) 2015-03-31 11:02:25.534208 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407752 lookup #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.534211 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407752 cr=0x2645aa80) #1000006026a/blarg10049 2015-03-31 11:02:25.534213 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.534216 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10049 [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock) v=177686 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x67719e0] 2015-03-31 11:02:25.534224 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.534225 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407752 lookup #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.534238 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.534250 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407752 cr=0x2645aa80) 2015-03-31 11:02:25.534714 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407753 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.534736 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407753 cr=0xab85000) 2015-03-31 11:02:25.534738 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407753 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.534741 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407753 cr=0xab85000) #10000004e5f 2015-03-31 11:02:25.534743 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e5f snap head 2015-03-31 11:02:25.534745 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.534746 7fbe462be700 10 mds.0.server ref is [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.534757 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407753 cr=0xab85000) 2015-03-31 11:02:25.534760 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.534778 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.534794 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.534804 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.534810 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.534824 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.534839 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.534848 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.534860 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.534869 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd4600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.534878 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.534884 7fbe462be700 10 mds.0.cache.ino(10000004e5f) auth_pin by 0x23dd4600 on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] now 1+0 2015-03-31 11:02:25.534891 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.534906 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.534920 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.534941 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.534963 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.534971 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.534979 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.534984 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.534989 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.534995 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.535008 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407753 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.535011 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407753 getattr Xs #10000004e5f 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.535022 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.535025 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.535030 7fbe462be700 10 mds.0.cache.ino(10000004e5f) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.535032 7fbe462be700 10 mds.0.cache.ino(10000004e5f) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.535046 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407753 cr=0xab85000) 2015-03-31 11:02:25.535065 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535081 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535095 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535106 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535116 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.535124 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.535144 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.535151 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.535158 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.535165 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b5c98] 2015-03-31 11:02:25.535170 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.535184 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.535195 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd4600 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.535204 7fbe462be700 10 mds.0.cache.ino(10000004e5f) auth_unpin by 0x23dd4600 on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b5c98] now 0+0 2015-03-31 11:02:25.535574 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407754 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.535594 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407754 cr=0x26902f80) 2015-03-31 11:02:25.535598 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407754 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.535601 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407754 cr=0x26902f80) #1000006026a 2015-03-31 11:02:25.535603 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.535605 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.535606 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535624 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407754 cr=0x26902f80) 2015-03-31 11:02:25.535627 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535644 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535655 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535666 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535680 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.535694 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535704 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.535715 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535725 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.535736 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535751 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535765 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535776 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535801 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535811 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535832 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535842 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (ixattr sync r=1) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31404} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535858 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407754 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.535862 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407754 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.535873 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.535876 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.535880 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31405 2015-03-31 11:02:25.535882 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31405 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.535896 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407754 cr=0x26902f80) 2015-03-31 11:02:25.535915 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535931 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.535945 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535956 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.535966 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535988 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.535998 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536008 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536018 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.536032 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.536042 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.536424 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407755 create #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.536444 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407755 cr=0x43d3e80) 2015-03-31 11:02:25.536447 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407755 create #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.536450 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10049 2015-03-31 11:02:25.536451 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407755 cr=0x43d3e80) #1000006026a/blarg10049 2015-03-31 11:02:25.536453 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10049 2015-03-31 11:02:25.536454 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.536456 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.536457 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178703 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.536467 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178703 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.536474 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10049 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178703 v=178699 cv=170705/170705 ap=2+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.536485 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407755 cr=0x43d3e80) 2015-03-31 11:02:25.536491 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.536510 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536522 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536533 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock) v=177686 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536540 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.536555 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.536569 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536578 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.536589 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536599 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.536610 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock) v=177686 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536615 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10049) auth_pin by 0x23dd4600 on [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock) v=177686 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] now 1+0 2015-03-31 11:02:25.536621 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock) v=177686 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536626 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177686 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536632 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177686 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536647 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177686 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536652 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177686 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536657 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10049) auth_pin by 0x6771b38 on [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177686 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] now 2+0 2015-03-31 11:02:25.536674 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd4600) [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dn xlock x=1 by 0x23dd4600) (dversion lock w=1 last_client=708310) v=177686 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536679 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.536694 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.536707 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.536720 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.536732 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536742 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536751 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536761 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536770 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536780 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536794 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536803 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536812 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536822 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536831 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=2) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536840 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=3) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536849 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536859 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536878 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ca ([1000006b2cb~358], 856 left) 2015-03-31 11:02:25.536881 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.536882 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ca [2,head] #1000006b2ca auth v1 s=0 n() (iversion lock) 0x3f3a9a78] 2015-03-31 11:02:25.536886 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178704 2015-03-31 11:02:25.536887 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10049) pre_dirty [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dn xlock x=1 by 0x23dd4600) (dversion lock w=1 last_client=708310) pv=178704 v=177686 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.536895 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3a9a78] 2015-03-31 11:02:25.536902 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd4600 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178704 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 6 2015-03-31 11:02:25.536912 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x47e1d90 2015-03-31 11:02:25.536913 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178705 2015-03-31 11:02:25.536914 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178705 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.536920 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178705 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.536927 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3a9a78] 2015-03-31 11:02:25.536932 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.536934 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295274 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.536948 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295276 2015-03-31 11:02:25.536949 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295276 v=3295270 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.536953 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295276 (current v 3295270) 2015-03-31 11:02:25.536954 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178705 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.536962 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.536964 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd4600 on [dir 10000000000 /test_small/ [2,head] auth pv=3295276 v=3295271 cv=3287205/3287205 ap=3+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 4 2015-03-31 11:02:25.536973 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x28ed0000 2015-03-31 11:02:25.536974 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295277 2015-03-31 11:02:25.536976 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536987 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.536997 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537007 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.537009 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.663129 < 1, stopping 2015-03-31 11:02:25.537013 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537023 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=3 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.537026 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295276 v=3295270 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.537032 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31405} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537046 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3a9a78] 2015-03-31 11:02:25.537052 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.537055 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537063 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.537064 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537072 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537078 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537085 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537092 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537099 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537105 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537111 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537117 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537123 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537129 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537136 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537143 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537149 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537156 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537165 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.537166 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.537168 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3a9a78 tracedn 0x67719e0 2015-03-31 11:02:25.537171 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd4600) [dentry #1/test_small/small5/blarg10049 [2,head] auth NULL (dn xlock x=1 by 0x23dd4600) (dversion lock w=1 last_client=708310) pv=178704 v=177686 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x67719e0] 2015-03-31 11:02:25.537177 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407755 create #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.537186 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.537189 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31406 2015-03-31 11:02:25.537191 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31406 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.537197 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.537199 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.537201 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) including xattrs version 0 2015-03-31 11:02:25.537238 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537266 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537283 7fbe406af700 5 mds.0.log _submit_thread 5419618126~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.537281 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537293 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537307 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537329 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537340 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537350 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537359 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537371 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537383 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537393 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ipolicy sync r=1) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537404 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537414 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537660 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407756 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.537681 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407756 cr=0x8f09180) 2015-03-31 11:02:25.537683 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407756 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.537686 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407756 cr=0x8f09180) #1000006b2ca 2015-03-31 11:02:25.537688 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ca snap head 2015-03-31 11:02:25.537689 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.537690 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537702 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407756 cr=0x8f09180) 2015-03-31 11:02:25.537705 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537721 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537731 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537742 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537752 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537766 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.537780 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537794 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.537804 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537814 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.537825 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3a9a78] 2015-03-31 11:02:25.537834 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_pin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3a9a78] now 1+0 2015-03-31 11:02:25.537844 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537859 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.537873 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537884 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.537894 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537905 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.537930 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.537951 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.537966 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407756 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.537970 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407756 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.537980 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.537985 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.537988 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.537992 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.538005 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407756 cr=0x8f09180) 2015-03-31 11:02:25.538024 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538040 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538053 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538064 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538074 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538084 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538105 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.538116 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.538125 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.538140 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.538151 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.538161 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_unpin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] now 0+0 2015-03-31 11:02:25.538401 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407757 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.538419 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407757 cr=0x9cc2f80) 2015-03-31 11:02:25.538421 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407757 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.538424 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407757 cr=0x9cc2f80) #1000006b2ca 2015-03-31 11:02:25.538426 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ca snap head 2015-03-31 11:02:25.538427 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.538428 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.538441 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407757 cr=0x9cc2f80) 2015-03-31 11:02:25.538444 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538460 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538470 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538481 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.538490 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538504 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.538518 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538527 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.538537 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538548 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.538558 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.538567 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_pin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] now 1+0 2015-03-31 11:02:25.538577 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538592 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538606 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538617 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538627 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538638 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538658 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.538680 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.538694 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407757 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.538698 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407757 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.538708 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.538711 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.538714 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.538717 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.538729 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407757 cr=0x9cc2f80) 2015-03-31 11:02:25.538748 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538763 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.538777 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538791 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.538812 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538822 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.538832 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.538843 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.538853 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.538867 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.538878 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.538888 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_unpin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] now 0+0 2015-03-31 11:02:25.542681 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e5f follows 0 op update 2015-03-31 11:02:25.542684 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542695 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.542697 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.542715 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.542716 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542722 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542730 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.542732 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542743 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542762 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542769 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.542772 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542780 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542790 7fbe406af700 5 mds.0.log _submit_thread 5419619766~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.542792 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542798 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542804 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542810 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542815 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542822 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.542831 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.582029 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407758 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.582051 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407758 cr=0xaee9680) 2015-03-31 11:02:25.582055 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407758 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.582059 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407758 cr=0xaee9680) #1000006b2ca 2015-03-31 11:02:25.582061 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ca snap head 2015-03-31 11:02:25.582062 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.582063 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.582080 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407758 cr=0xaee9680) 2015-03-31 11:02:25.582083 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.582100 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.582112 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.582123 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.582134 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.582148 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.582162 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.582172 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.582183 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.582194 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.582205 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.582214 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_pin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] now 1+0 2015-03-31 11:02:25.582225 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.582240 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.582255 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.582276 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.582297 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.582307 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.582317 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.582326 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.582341 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407758 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.582345 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407758 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.582356 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.582359 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.582363 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.582366 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.582380 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407758 cr=0xaee9680) 2015-03-31 11:02:25.582399 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.582415 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.582429 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.582440 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.582450 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.582461 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.582482 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.582493 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.582502 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.582517 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.582528 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.582538 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_unpin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] now 0+0 2015-03-31 11:02:25.583682 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e5f follows 0 op update 2015-03-31 11:02:25.583685 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583697 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.583699 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.583717 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.583718 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583725 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583733 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.583735 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583740 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583747 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583753 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.583754 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583761 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583768 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583773 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583779 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.583780 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.583781 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e5f [2,head] /test_small/small1/blarg10049 auth v136916 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b5c98] 2015-03-31 11:02:25.583795 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.623026 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407759 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.623048 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407759 cr=0x940ee00) 2015-03-31 11:02:25.623052 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407759 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.623056 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407759 cr=0x940ee00) #1000006b2ca 2015-03-31 11:02:25.623058 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ca snap head 2015-03-31 11:02:25.623059 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.623060 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.623077 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407759 cr=0x940ee00) 2015-03-31 11:02:25.623080 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623097 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623109 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.623121 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.623131 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623145 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.623160 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623170 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.623181 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.623191 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.623202 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.623212 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_pin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] now 1+0 2015-03-31 11:02:25.623222 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623237 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623252 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623284 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623294 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.623303 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.623313 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.623322 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.623337 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407759 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.623341 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407759 getattr Xs #1000006b2ca 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.623352 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.623356 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.623360 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.623363 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.623377 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407759 cr=0x940ee00) 2015-03-31 11:02:25.623396 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623413 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623427 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623438 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623448 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.623470 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.623480 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.623491 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3a9a78] 2015-03-31 11:02:25.623501 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.623515 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.623526 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.623537 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) auth_unpin by 0x23dd2d00 on [inode 1000006b2ca [2,head] {#1000006b2ca /test_small/small5/blarg10049} auth v178704 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3a9a78] now 0+0 2015-03-31 11:02:25.623818 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407760 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.623836 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407760 cr=0x968e180) 2015-03-31 11:02:25.623838 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407760 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.623840 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407760 cr=0x968e180) #100000003f1 2015-03-31 11:02:25.623842 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003f1 snap head 2015-03-31 11:02:25.623846 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.623847 7fbe462be700 10 mds.0.server ref is [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.623859 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407760 cr=0x968e180) 2015-03-31 11:02:25.623862 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623877 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623887 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.623896 7fbe462be700 10 mds.0.locker must authpin [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.623902 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623915 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.623930 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.623939 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.623950 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.623958 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd2d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.623968 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.623972 7fbe462be700 10 mds.0.cache.ino(100000003f1) auth_pin by 0x23dd2d00 on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] now 1+0 2015-03-31 11:02:25.623979 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.623993 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.624007 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.624017 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.624028 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.624037 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.624046 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624053 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624060 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624065 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624090 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407760 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.624106 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407760 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.624116 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.624119 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.624123 7fbe462be700 10 mds.0.cache.ino(100000003f1) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.624126 7fbe462be700 10 mds.0.cache.ino(100000003f1) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.624138 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407760 cr=0x968e180) 2015-03-31 11:02:25.624157 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.624172 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.624187 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.624197 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.624208 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.624216 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.624237 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624243 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624249 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624255 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.624261 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.624275 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.624286 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd2d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.624295 7fbe462be700 10 mds.0.cache.ino(100000003f1) auth_unpin by 0x23dd2d00 on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9aedf8] now 0+0 2015-03-31 11:02:25.624672 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407761 lookup #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.624692 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407761 cr=0x9cc5280) 2015-03-31 11:02:25.624695 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407761 lookup #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.624698 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407761 cr=0x9cc5280) #1000006026a/blarg1005 2015-03-31 11:02:25.624700 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.624703 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1005 [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock) v=177688 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.624712 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.624713 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407761 lookup #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.624724 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.624735 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407761 cr=0x9cc5280) 2015-03-31 11:02:25.625164 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407762 lookup #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625183 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407762 cr=0x2941d500) 2015-03-31 11:02:25.625186 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407762 lookup #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625189 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407762 cr=0x2941d500) #1000006026a/blarg1005 2015-03-31 11:02:25.625191 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.625193 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg1005 [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock) v=177688 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.625202 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.625203 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407762 lookup #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625214 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.625227 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407762 cr=0x2941d500) 2015-03-31 11:02:25.625653 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407763 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625675 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407763 cr=0x940c380) 2015-03-31 11:02:25.625679 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407763 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625682 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407763 cr=0x940c380) #100000003f1 2015-03-31 11:02:25.625684 7fbe462be700 7 mds.0.cache traverse: opening base ino 100000003f1 snap head 2015-03-31 11:02:25.625685 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.625686 7fbe462be700 10 mds.0.server ref is [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.625699 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407763 cr=0x940c380) 2015-03-31 11:02:25.625702 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.625719 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.625731 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.625740 7fbe462be700 10 mds.0.locker must authpin [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.625747 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.625761 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.625775 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.625791 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.625802 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.625811 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x23dd2d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.625820 7fbe462be700 10 mds.0.locker auth_pinning [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.625827 7fbe462be700 10 mds.0.cache.ino(100000003f1) auth_pin by 0x23dd2d00 on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] now 1+0 2015-03-31 11:02:25.625835 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.625849 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.625874 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.625884 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.625905 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.625914 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.625922 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.625929 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.625935 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.625941 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.625954 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407763 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625958 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407763 getattr Xs #100000003f1 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.625969 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.625972 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.625975 7fbe462be700 10 mds.0.cache.ino(100000003f1) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.625977 7fbe462be700 10 mds.0.cache.ino(100000003f1) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.625992 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407763 cr=0x940c380) 2015-03-31 11:02:25.626011 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626027 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626042 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626052 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626062 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.626071 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.626092 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.626099 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.626106 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.626112 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9aedf8] 2015-03-31 11:02:25.626117 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.626132 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.626143 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x23dd2d00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.626152 7fbe462be700 10 mds.0.cache.ino(100000003f1) auth_unpin by 0x23dd2d00 on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9aedf8] now 0+0 2015-03-31 11:02:25.626418 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407764 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.626435 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407764 cr=0x940fa80) 2015-03-31 11:02:25.626438 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407764 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.626441 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407764 cr=0x940fa80) #1000006026a 2015-03-31 11:02:25.626443 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.626444 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.626445 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626460 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407764 cr=0x940fa80) 2015-03-31 11:02:25.626463 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626477 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626487 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626498 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626512 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.626526 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626535 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.626546 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626556 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.626567 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626581 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626595 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626605 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626616 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626626 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626637 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626647 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (ixattr sync r=1) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31406} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626678 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407764 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.626682 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407764 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.626705 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.626708 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.626711 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31407 2015-03-31 11:02:25.626713 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31407 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.626725 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407764 cr=0x940fa80) 2015-03-31 11:02:25.626744 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626759 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.626773 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626788 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.626798 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626808 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626829 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626839 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.626849 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.626863 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.626873 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.627259 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407765 create #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.627280 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407765 cr=0x940eb80) 2015-03-31 11:02:25.627282 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407765 create #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.627285 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg1005 2015-03-31 11:02:25.627287 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407765 cr=0x940eb80) #1000006026a/blarg1005 2015-03-31 11:02:25.627289 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg1005 2015-03-31 11:02:25.627291 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.627292 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.627294 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178705 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.627303 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178705 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.627312 7fbe462be700 10 mds.0.server prepare_null_dentry blarg1005 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178705 v=178699 cv=170705/170705 ap=3+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.627323 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407765 cr=0x940eb80) 2015-03-31 11:02:25.627329 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.627347 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627359 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627371 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock) v=177688 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627378 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.627392 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.627406 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627416 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.627428 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627438 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.627449 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock) v=177688 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627454 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1005) auth_pin by 0x23dd2d00 on [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock) v=177688 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] now 1+0 2015-03-31 11:02:25.627460 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock) v=177688 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627465 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177688 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627482 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177688 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627488 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177688 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627505 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177688 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627510 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1005) auth_pin by 0x6771d18 on [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177688 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] now 2+0 2015-03-31 11:02:25.627515 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x23dd2d00) [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dn xlock x=1 by 0x23dd2d00) (dversion lock w=1 last_client=708310) v=177688 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627520 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.627535 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.627548 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.627561 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.627574 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627584 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627593 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627603 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627612 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627622 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627632 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627642 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627652 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627661 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627671 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=3) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627680 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=4) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627690 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627700 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627718 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2cb ([1000006b2cc~357], 855 left) 2015-03-31 11:02:25.627721 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.627722 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2cb [2,head] #1000006b2cb auth v1 s=0 n() (iversion lock) 0x3f3341d8] 2015-03-31 11:02:25.627726 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178706 2015-03-31 11:02:25.627728 7fbe462be700 10 mds.0.cache.den(1000006026a blarg1005) pre_dirty [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dn xlock x=1 by 0x23dd2d00) (dversion lock w=1 last_client=708310) pv=178706 v=177688 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.627735 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3341d8] 2015-03-31 11:02:25.627742 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x23dd2d00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178706 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 8 2015-03-31 11:02:25.627751 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x9685f90 2015-03-31 11:02:25.627753 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178707 2015-03-31 11:02:25.627754 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178707 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.627760 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178707 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.627767 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3341d8] 2015-03-31 11:02:25.627773 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.627775 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295276 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627793 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295278 2015-03-31 11:02:25.627794 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295278 v=3295270 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.627798 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295278 (current v 3295270) 2015-03-31 11:02:25.627799 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178707 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.627806 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.627808 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x23dd2d00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295278 v=3295271 cv=3287205/3287205 ap=4+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 5 2015-03-31 11:02:25.627817 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x924ff30 2015-03-31 11:02:25.627819 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295279 2015-03-31 11:02:25.627820 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627831 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627841 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627852 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.627853 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.75397 < 1, stopping 2015-03-31 11:02:25.627857 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.627868 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=4 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.627871 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295278 v=3295270 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.627877 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31407} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.627891 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3341d8] 2015-03-31 11:02:25.627898 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.627901 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627907 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.627908 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627915 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627922 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627928 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627935 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627941 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627948 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627955 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627961 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627967 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627974 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627980 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627987 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627992 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.627999 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3341d8] 2015-03-31 11:02:25.628008 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.628010 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.628012 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3341d8 tracedn 0x6771bc0 2015-03-31 11:02:25.628014 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x23dd2d00) [dentry #1/test_small/small5/blarg1005 [2,head] auth NULL (dn xlock x=1 by 0x23dd2d00) (dversion lock w=1 last_client=708310) pv=178706 v=177688 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771bc0] 2015-03-31 11:02:25.628020 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407765 create #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.628029 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.628032 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31408 2015-03-31 11:02:25.628034 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31408 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.628040 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.628043 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.628045 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) including xattrs version 0 2015-03-31 11:02:25.628083 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628112 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628127 7fbe406af700 5 mds.0.log _submit_thread 5419620625~1619 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.628128 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628140 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628166 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628177 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628189 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628199 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628209 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628222 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628233 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628244 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ipolicy sync r=1) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628255 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628265 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628494 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407766 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.628513 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407766 cr=0xa257300) 2015-03-31 11:02:25.628516 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407766 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.628519 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407766 cr=0xa257300) #1000006b2cb 2015-03-31 11:02:25.628521 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cb snap head 2015-03-31 11:02:25.628523 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.628524 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3341d8] 2015-03-31 11:02:25.628537 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407766 cr=0xa257300) 2015-03-31 11:02:25.628540 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628555 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628566 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628576 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3341d8] 2015-03-31 11:02:25.628586 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628600 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.628615 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628624 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.628635 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628645 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.628655 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3341d8] 2015-03-31 11:02:25.628665 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_pin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3341d8] now 1+0 2015-03-31 11:02:25.628675 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628690 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628704 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628715 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628725 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628735 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628759 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.628780 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.628798 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407766 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.628802 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407766 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.628812 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.628815 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.628818 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.628821 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.628834 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407766 cr=0xa257300) 2015-03-31 11:02:25.628852 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628868 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.628882 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628893 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.628903 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628914 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.628935 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.628946 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.628956 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.628970 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.628981 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.628991 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_unpin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] now 0+0 2015-03-31 11:02:25.629220 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407767 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.629237 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407767 cr=0xa256e00) 2015-03-31 11:02:25.629240 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407767 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.629243 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407767 cr=0xa256e00) #1000006b2cb 2015-03-31 11:02:25.629245 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cb snap head 2015-03-31 11:02:25.629246 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.629247 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.629260 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407767 cr=0xa256e00) 2015-03-31 11:02:25.629263 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.629278 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.629288 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.629299 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.629308 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.629321 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.629336 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.629345 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.629356 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.629366 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.629377 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.629386 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_pin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] now 1+0 2015-03-31 11:02:25.629396 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.629410 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.629424 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.629435 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.629445 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.629455 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.629466 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.629485 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.629511 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407767 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.629515 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407767 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.629525 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.629528 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.629533 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.629535 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.629548 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407767 cr=0xa256e00) 2015-03-31 11:02:25.629567 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.629583 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.629597 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.629607 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.629628 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.629638 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.629649 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.629659 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.629669 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.629684 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.629693 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.629703 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_unpin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] now 0+0 2015-03-31 11:02:25.632624 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003f1 follows 0 op update 2015-03-31 11:02:25.632627 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632638 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.632640 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.632658 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.632658 7fbe462be700 10 mds.0.locker cap inode [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632665 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632673 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.632675 7fbe462be700 10 mds.0.locker adding to open file list [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632685 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632705 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632712 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.632713 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632723 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632724 7fbe406af700 5 mds.0.log _submit_thread 5419622264~838 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.632730 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632736 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632741 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632747 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632752 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632758 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.632768 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.672031 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407768 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.672055 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407768 cr=0xa255a00) 2015-03-31 11:02:25.672058 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407768 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.672061 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407768 cr=0xa255a00) #1000006b2cb 2015-03-31 11:02:25.672063 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cb snap head 2015-03-31 11:02:25.672065 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.672066 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.672082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407768 cr=0xa255a00) 2015-03-31 11:02:25.672085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.672103 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.672115 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.672126 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.672137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.672151 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.672166 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.672176 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.672187 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.672197 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.672208 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.672217 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_pin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] now 1+0 2015-03-31 11:02:25.672228 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.672243 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.672258 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.672279 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.672289 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.672298 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.672307 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.672317 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.672332 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407768 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.672336 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407768 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.672347 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.672350 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.672355 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.672357 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.672371 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407768 cr=0xa255a00) 2015-03-31 11:02:25.672390 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.672407 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.672421 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.672432 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.672442 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.672464 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.672474 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.672485 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.672495 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.672510 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.672521 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.672531 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_unpin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] now 0+0 2015-03-31 11:02:25.673828 7fbe462be700 7 mds.0.locker handle_client_caps on 100000003f1 follows 0 op update 2015-03-31 11:02:25.673832 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673844 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.673845 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.673864 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.673865 7fbe462be700 10 mds.0.locker cap inode [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673872 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673880 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.673882 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673887 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673894 7fbe462be700 10 mds.0.locker eval 2496 [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673900 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.673901 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673908 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673915 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673921 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673927 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.673928 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.673929 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 100000003f1 [2,head] /test_small/small1/blarg1005 auth v59072 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9aedf8] 2015-03-31 11:02:25.673937 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.713026 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407769 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.713047 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407769 cr=0xa255f00) 2015-03-31 11:02:25.713052 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407769 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.713055 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407769 cr=0xa255f00) #1000006b2cb 2015-03-31 11:02:25.713057 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cb snap head 2015-03-31 11:02:25.713059 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.713060 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.713076 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407769 cr=0xa255f00) 2015-03-31 11:02:25.713079 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713097 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713108 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.713120 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.713130 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713145 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.713159 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713169 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.713180 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.713190 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.713201 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.713211 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_pin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] now 1+0 2015-03-31 11:02:25.713221 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713236 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713251 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713283 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713292 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.713302 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.713312 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.713321 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.713336 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407769 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.713340 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407769 getattr Xs #1000006b2cb 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.713350 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.713354 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.713358 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.713361 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.713374 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407769 cr=0xa255f00) 2015-03-31 11:02:25.713394 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713410 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713436 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.713468 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.713478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.713489 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3341d8] 2015-03-31 11:02:25.713499 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.713514 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.713525 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.713536 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) auth_unpin by 0x242cee00 on [inode 1000006b2cb [2,head] {#1000006b2cb /test_small/small5/blarg1005} auth v178706 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3341d8] now 0+0 2015-03-31 11:02:25.713800 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407770 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.713817 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407770 cr=0x26d3fd00) 2015-03-31 11:02:25.713819 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407770 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.713822 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407770 cr=0x26d3fd00) #10000004e62 2015-03-31 11:02:25.713824 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e62 snap head 2015-03-31 11:02:25.713826 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.713827 7fbe462be700 10 mds.0.server ref is [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.713839 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407770 cr=0x26d3fd00) 2015-03-31 11:02:25.713842 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713857 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713868 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.713877 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.713884 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713897 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.713911 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.713921 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.713931 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.713940 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.713949 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.713955 7fbe462be700 10 mds.0.cache.ino(10000004e62) auth_pin by 0x242cee00 on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] now 1+0 2015-03-31 11:02:25.713962 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713976 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.713990 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.714001 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.714011 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.714020 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.714030 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714037 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714059 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714067 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714092 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407770 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.714096 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407770 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.714106 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.714110 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.714115 7fbe462be700 10 mds.0.cache.ino(10000004e62) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.714117 7fbe462be700 10 mds.0.cache.ino(10000004e62) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.714130 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407770 cr=0x26d3fd00) 2015-03-31 11:02:25.714149 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.714164 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.714178 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.714188 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.714198 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.714207 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.714227 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714234 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714241 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714247 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.714253 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.714267 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.714277 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.714286 7fbe462be700 10 mds.0.cache.ino(10000004e62) auth_unpin by 0x242cee00 on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b4a28] now 0+0 2015-03-31 11:02:25.714573 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407771 lookup #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.714590 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407771 cr=0x26d3cb00) 2015-03-31 11:02:25.714593 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407771 lookup #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.714595 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407771 cr=0x26d3cb00) #1000006026a/blarg10050 2015-03-31 11:02:25.714597 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.714600 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10050 [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock) v=177690 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771da0] 2015-03-31 11:02:25.714608 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.714610 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407771 lookup #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.714620 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.714632 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407771 cr=0x26d3cb00) 2015-03-31 11:02:25.715092 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407772 lookup #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715111 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407772 cr=0x8f0cd80) 2015-03-31 11:02:25.715114 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407772 lookup #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715116 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407772 cr=0x8f0cd80) #1000006026a/blarg10050 2015-03-31 11:02:25.715118 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.715121 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10050 [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock) v=177690 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771da0] 2015-03-31 11:02:25.715129 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.715130 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407772 lookup #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715142 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.715155 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407772 cr=0x8f0cd80) 2015-03-31 11:02:25.715627 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407773 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715649 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407773 cr=0x2645bc00) 2015-03-31 11:02:25.715651 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407773 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715654 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407773 cr=0x2645bc00) #10000004e62 2015-03-31 11:02:25.715656 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e62 snap head 2015-03-31 11:02:25.715658 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.715659 7fbe462be700 10 mds.0.server ref is [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.715671 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407773 cr=0x2645bc00) 2015-03-31 11:02:25.715674 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.715691 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.715703 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.715712 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.715719 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.715734 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.715748 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.715758 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.715769 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.715778 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.715792 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.715797 7fbe462be700 10 mds.0.cache.ino(10000004e62) auth_pin by 0x242cee00 on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] now 1+0 2015-03-31 11:02:25.715804 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.715819 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.715834 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.715855 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.715877 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.715885 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.715893 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.715900 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.715906 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.715911 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.715924 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407773 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715927 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407773 getattr Xs #10000004e62 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.715938 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.715941 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.715946 7fbe462be700 10 mds.0.cache.ino(10000004e62) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.715948 7fbe462be700 10 mds.0.cache.ino(10000004e62) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.715962 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407773 cr=0x2645bc00) 2015-03-31 11:02:25.715982 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.715998 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716013 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716023 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716032 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.716041 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.716061 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.716068 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.716074 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.716080 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b4a28] 2015-03-31 11:02:25.716085 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.716099 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.716110 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cee00 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.716119 7fbe462be700 10 mds.0.cache.ino(10000004e62) auth_unpin by 0x242cee00 on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b4a28] now 0+0 2015-03-31 11:02:25.716383 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407774 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.716400 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407774 cr=0x26900f00) 2015-03-31 11:02:25.716402 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407774 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.716405 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407774 cr=0x26900f00) #1000006026a 2015-03-31 11:02:25.716407 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.716409 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.716410 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716425 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407774 cr=0x26900f00) 2015-03-31 11:02:25.716428 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716442 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716452 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716463 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716476 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.716490 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716500 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.716510 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716520 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.716531 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716545 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716558 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716569 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716579 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716590 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716600 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716610 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (ixattr sync r=1) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31408} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716627 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407774 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.716646 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407774 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.716668 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.716671 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.716675 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31409 2015-03-31 11:02:25.716677 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31409 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.716689 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407774 cr=0x26900f00) 2015-03-31 11:02:25.716708 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716723 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.716737 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716748 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.716758 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716768 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716794 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716804 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.716814 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.716827 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.716837 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.717220 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407775 create #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.717238 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407775 cr=0x2645d000) 2015-03-31 11:02:25.717240 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407775 create #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.717243 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10050 2015-03-31 11:02:25.717244 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407775 cr=0x2645d000) #1000006026a/blarg10050 2015-03-31 11:02:25.717247 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10050 2015-03-31 11:02:25.717248 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.717249 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.717251 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178707 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.717261 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178707 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.717269 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10050 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178707 v=178699 cv=170705/170705 ap=4+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.717280 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407775 cr=0x2645d000) 2015-03-31 11:02:25.717286 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.717304 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717316 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717328 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock) v=177690 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717335 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.717349 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.717364 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717374 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.717385 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717395 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.717405 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock) v=177690 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717410 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10050) auth_pin by 0x242cee00 on [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock) v=177690 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] now 1+0 2015-03-31 11:02:25.717417 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock) v=177690 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717422 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177690 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717428 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177690 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717442 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177690 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717448 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177690 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717452 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10050) auth_pin by 0x6771ef8 on [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177690 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] now 2+0 2015-03-31 11:02:25.717469 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cee00) [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dn xlock x=1 by 0x242cee00) (dversion lock w=1 last_client=708310) v=177690 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717475 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.717489 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.717502 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.717515 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.717528 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717538 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717548 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717557 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717566 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717576 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717586 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717596 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717605 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717614 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717624 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=4) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717634 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=5) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717643 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717652 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717670 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2cc ([1000006b2cd~356], 854 left) 2015-03-31 11:02:25.717673 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.717675 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2cc [2,head] #1000006b2cc auth v1 s=0 n() (iversion lock) 0x3f3bef90] 2015-03-31 11:02:25.717679 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178708 2015-03-31 11:02:25.717680 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10050) pre_dirty [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dn xlock x=1 by 0x242cee00) (dversion lock w=1 last_client=708310) pv=178708 v=177690 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717688 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3bef90] 2015-03-31 11:02:25.717694 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cee00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178708 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 10 2015-03-31 11:02:25.717703 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x2cc688f0 2015-03-31 11:02:25.717705 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178709 2015-03-31 11:02:25.717706 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178709 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.717713 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178709 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.717718 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f3bef90] 2015-03-31 11:02:25.717724 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.717726 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295278 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717739 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295280 2015-03-31 11:02:25.717740 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295280 v=3295270 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.717744 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295280 (current v 3295270) 2015-03-31 11:02:25.717745 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178709 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.717752 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.717754 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cee00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295280 v=3295271 cv=3287205/3287205 ap=5+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 6 2015-03-31 11:02:25.717765 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x47829f0 2015-03-31 11:02:25.717766 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295281 2015-03-31 11:02:25.717767 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717778 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717793 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717804 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.717805 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.843923 < 1, stopping 2015-03-31 11:02:25.717809 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.717819 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=5 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.717823 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295280 v=3295270 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.717829 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31409} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.717843 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f3bef90] 2015-03-31 11:02:25.717850 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.717853 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717861 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.717862 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717870 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717877 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717883 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717890 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717896 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717902 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717909 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717915 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717921 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717928 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717934 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717941 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717947 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717954 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f3bef90] 2015-03-31 11:02:25.717963 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.717964 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.717967 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f3bef90 tracedn 0x6771da0 2015-03-31 11:02:25.717969 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cee00) [dentry #1/test_small/small5/blarg10050 [2,head] auth NULL (dn xlock x=1 by 0x242cee00) (dversion lock w=1 last_client=708310) pv=178708 v=177690 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771da0] 2015-03-31 11:02:25.717975 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407775 create #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.717984 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.717987 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31410 2015-03-31 11:02:25.717989 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31410 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.717995 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.717998 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.718001 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) including xattrs version 0 2015-03-31 11:02:25.718037 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718066 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718083 7fbe406af700 5 mds.0.log _submit_thread 5419623122~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.718082 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718095 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718109 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718131 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718142 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718153 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718163 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718175 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718187 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718197 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ipolicy sync r=1) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718208 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718218 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718456 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407776 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.718474 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407776 cr=0xb262580) 2015-03-31 11:02:25.718476 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407776 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.718480 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407776 cr=0xb262580) #1000006b2cc 2015-03-31 11:02:25.718482 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cc snap head 2015-03-31 11:02:25.718483 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.718484 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f3bef90] 2015-03-31 11:02:25.718497 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407776 cr=0xb262580) 2015-03-31 11:02:25.718500 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718515 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718526 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718536 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3bef90] 2015-03-31 11:02:25.718546 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718560 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.718574 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718584 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.718593 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718603 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.718614 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f3bef90] 2015-03-31 11:02:25.718624 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_pin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3bef90] now 1+0 2015-03-31 11:02:25.718634 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718649 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718663 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718674 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718685 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718695 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718722 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.718743 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.718758 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407776 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.718762 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407776 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.718772 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.718776 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.718780 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.718786 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.718800 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407776 cr=0xb262580) 2015-03-31 11:02:25.718820 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718836 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.718849 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718860 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.718870 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718880 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.718901 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.718912 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.718921 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.718937 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.718947 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.718958 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_unpin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] now 0+0 2015-03-31 11:02:25.719197 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407777 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.719215 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407777 cr=0x9cc5000) 2015-03-31 11:02:25.719217 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407777 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.719220 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407777 cr=0x9cc5000) #1000006b2cc 2015-03-31 11:02:25.719222 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cc snap head 2015-03-31 11:02:25.719223 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.719224 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.719237 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407777 cr=0x9cc5000) 2015-03-31 11:02:25.719239 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.719255 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.719265 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.719275 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.719285 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.719298 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.719312 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.719322 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.719332 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.719342 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.719353 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.719362 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_pin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] now 1+0 2015-03-31 11:02:25.719371 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.719386 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.719400 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.719410 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.719421 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.719431 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.719442 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.719462 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.719489 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407777 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.719494 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407777 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.719503 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.719506 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.719510 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.719512 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.719525 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407777 cr=0x9cc5000) 2015-03-31 11:02:25.719543 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.719559 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.719573 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.719583 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.719604 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.719614 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.719624 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.719635 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.719644 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.719659 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.719670 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.719680 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_unpin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] now 0+0 2015-03-31 11:02:25.724235 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e62 follows 0 op update 2015-03-31 11:02:25.724238 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724249 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.724251 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.724270 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.724271 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724277 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724284 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.724286 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724297 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724317 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724324 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.724325 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724334 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724336 7fbe406af700 5 mds.0.log _submit_thread 5419624762~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.724341 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724346 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724352 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724357 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724362 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724369 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.724378 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.764028 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407778 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.764052 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407778 cr=0x968eb80) 2015-03-31 11:02:25.764057 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407778 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.764060 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407778 cr=0x968eb80) #1000006b2cc 2015-03-31 11:02:25.764062 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cc snap head 2015-03-31 11:02:25.764064 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.764065 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.764082 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407778 cr=0x968eb80) 2015-03-31 11:02:25.764085 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.764102 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.764114 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.764127 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.764137 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.764152 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.764166 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.764176 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.764188 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.764198 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.764209 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.764218 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_pin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] now 1+0 2015-03-31 11:02:25.764227 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.764242 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.764267 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.764289 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.764299 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.764309 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.764318 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.764328 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.764342 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407778 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.764346 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407778 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.764356 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.764361 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.764365 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.764368 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.764382 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407778 cr=0x968eb80) 2015-03-31 11:02:25.764401 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.764417 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.764432 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.764443 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.764453 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.764475 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.764485 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.764496 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.764506 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.764520 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.764531 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.764542 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_unpin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] now 0+0 2015-03-31 11:02:25.765863 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e62 follows 0 op update 2015-03-31 11:02:25.765866 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765878 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.765879 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.765897 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.765898 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765905 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765913 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.765915 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765920 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765926 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765933 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.765934 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765940 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765946 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765952 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765958 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.765959 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.765961 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e62 [2,head] /test_small/small1/blarg10050 auth v136918 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b4a28] 2015-03-31 11:02:25.765967 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.805033 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407779 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.805055 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407779 cr=0x45a2d00) 2015-03-31 11:02:25.805059 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407779 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.805063 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407779 cr=0x45a2d00) #1000006b2cc 2015-03-31 11:02:25.805066 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cc snap head 2015-03-31 11:02:25.805067 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.805068 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.805084 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407779 cr=0x45a2d00) 2015-03-31 11:02:25.805087 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805105 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805117 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.805129 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.805139 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805154 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.805168 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805178 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.805189 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.805199 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.805210 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.805219 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_pin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] now 1+0 2015-03-31 11:02:25.805230 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805246 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805271 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805293 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805303 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.805313 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.805323 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.805332 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.805348 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407779 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.805352 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407779 getattr Xs #1000006b2cc 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.805362 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.805366 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.805371 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.805373 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.805387 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407779 cr=0x45a2d00) 2015-03-31 11:02:25.805406 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805422 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805436 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805447 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805457 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.805467 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.805488 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.805499 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f3bef90] 2015-03-31 11:02:25.805508 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.805523 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.805533 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.805544 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) auth_unpin by 0x242cb200 on [inode 1000006b2cc [2,head] {#1000006b2cc /test_small/small5/blarg10050} auth v178708 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f3bef90] now 0+0 2015-03-31 11:02:25.805828 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407780 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.805846 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407780 cr=0x26906680) 2015-03-31 11:02:25.805849 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407780 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.805852 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407780 cr=0x26906680) #10000004e55 2015-03-31 11:02:25.805854 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e55 snap head 2015-03-31 11:02:25.805857 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.805858 7fbe462be700 10 mds.0.server ref is [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.805870 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407780 cr=0x26906680) 2015-03-31 11:02:25.805873 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805889 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805899 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.805908 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.805914 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.805927 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.805941 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.805950 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.805961 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.805970 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cb200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.805979 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.805985 7fbe462be700 10 mds.0.cache.ino(10000004e55) auth_pin by 0x242cb200 on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] now 1+0 2015-03-31 11:02:25.805992 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.806006 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.806020 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.806030 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.806041 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.806050 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.806059 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806065 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806071 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806088 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806113 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407780 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.806117 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407780 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.806127 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.806129 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.806134 7fbe462be700 10 mds.0.cache.ino(10000004e55) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.806136 7fbe462be700 10 mds.0.cache.ino(10000004e55) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.806148 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407780 cr=0x26906680) 2015-03-31 11:02:25.806167 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.806183 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.806197 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.806207 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.806217 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.806226 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.806247 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806253 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806260 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806267 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.806272 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.806286 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.806296 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cb200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.806305 7fbe462be700 10 mds.0.cache.ino(10000004e55) auth_unpin by 0x242cb200 on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b40f0] now 0+0 2015-03-31 11:02:25.806678 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407781 lookup #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.806699 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407781 cr=0xb260780) 2015-03-31 11:02:25.806702 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407781 lookup #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.806705 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407781 cr=0xb260780) #1000006026a/blarg10051 2015-03-31 11:02:25.806708 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.806710 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10051 [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock) v=177692 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771f80] 2015-03-31 11:02:25.806718 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.806719 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407781 lookup #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.806732 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.806745 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407781 cr=0xb260780) 2015-03-31 11:02:25.807207 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407782 lookup #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.807226 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407782 cr=0x52d2300) 2015-03-31 11:02:25.807229 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407782 lookup #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.807232 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407782 cr=0x52d2300) #1000006026a/blarg10051 2015-03-31 11:02:25.807234 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.807236 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10051 [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock) v=177692 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771f80] 2015-03-31 11:02:25.807244 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.807246 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407782 lookup #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.807258 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.807270 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407782 cr=0x52d2300) 2015-03-31 11:02:25.807734 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407783 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.807756 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407783 cr=0x23fbe180) 2015-03-31 11:02:25.807758 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407783 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.807761 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407783 cr=0x23fbe180) #10000004e55 2015-03-31 11:02:25.807763 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e55 snap head 2015-03-31 11:02:25.807764 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.807765 7fbe462be700 10 mds.0.server ref is [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.807777 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407783 cr=0x23fbe180) 2015-03-31 11:02:25.807780 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.807806 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.807818 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.807827 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.807834 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.807848 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.807862 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.807872 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.807883 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.807892 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cb200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.807902 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.807907 7fbe462be700 10 mds.0.cache.ino(10000004e55) auth_pin by 0x242cb200 on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] now 1+0 2015-03-31 11:02:25.807913 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.807928 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.807943 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.807963 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.807984 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.807993 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.808001 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808007 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808013 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808018 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808030 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407783 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.808034 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407783 getattr Xs #10000004e55 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.808045 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.808049 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.808053 7fbe462be700 10 mds.0.cache.ino(10000004e55) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.808056 7fbe462be700 10 mds.0.cache.ino(10000004e55) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.808070 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407783 cr=0x23fbe180) 2015-03-31 11:02:25.808089 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808105 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808119 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808130 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808140 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.808149 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.808169 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808176 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808182 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808188 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b40f0] 2015-03-31 11:02:25.808194 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.808208 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.808219 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cb200 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.808228 7fbe462be700 10 mds.0.cache.ino(10000004e55) auth_unpin by 0x242cb200 on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b40f0] now 0+0 2015-03-31 11:02:25.808501 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407784 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.808518 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407784 cr=0x929aa80) 2015-03-31 11:02:25.808520 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407784 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.808523 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407784 cr=0x929aa80) #1000006026a 2015-03-31 11:02:25.808525 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.808527 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.808528 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808542 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407784 cr=0x929aa80) 2015-03-31 11:02:25.808545 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808560 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808570 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808580 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808594 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.808607 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808617 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.808627 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808637 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.808648 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808662 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808676 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808686 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808696 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808707 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808717 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808728 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (ixattr sync r=1) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31410} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808744 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407784 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.808748 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407784 getattr Xs #1000006026a 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.808788 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.808791 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.808795 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31411 2015-03-31 11:02:25.808797 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31411 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.808810 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407784 cr=0x929aa80) 2015-03-31 11:02:25.808829 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808845 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.808859 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808870 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.808880 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808891 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808913 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808923 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.808933 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.808947 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.808957 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.809337 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407785 create #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.809357 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407785 cr=0x9f78a00) 2015-03-31 11:02:25.809360 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407785 create #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.809363 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10051 2015-03-31 11:02:25.809364 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407785 cr=0x9f78a00) #1000006026a/blarg10051 2015-03-31 11:02:25.809366 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10051 2015-03-31 11:02:25.809368 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.809369 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.809371 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178709 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.809380 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178709 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.809388 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10051 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178709 v=178699 cv=170705/170705 ap=5+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.809399 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407785 cr=0x9f78a00) 2015-03-31 11:02:25.809405 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.809424 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809435 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809447 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock) v=177692 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809454 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.809468 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.809483 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809493 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.809504 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809514 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.809525 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock) v=177692 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809530 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10051) auth_pin by 0x242cb200 on [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock) v=177692 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] now 1+0 2015-03-31 11:02:25.809536 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock) v=177692 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809541 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177692 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809557 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177692 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809562 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177692 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809568 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177692 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809585 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10051) auth_pin by 0x67720d8 on [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177692 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] now 2+0 2015-03-31 11:02:25.809590 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cb200) [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dn xlock x=1 by 0x242cb200) (dversion lock w=1 last_client=708310) v=177692 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809595 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.809610 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.809623 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.809636 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.809649 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809659 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809669 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809678 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809687 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809697 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809706 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809716 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809725 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809735 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809744 7fbe462be700 10 mds.0.locker wrlock_start (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=5) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809754 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=6) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809763 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809772 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809796 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2cd ([1000006b2ce~355], 853 left) 2015-03-31 11:02:25.809799 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.809802 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2cd [2,head] #1000006b2cd auth v1 s=0 n() (iversion lock) 0x3f35ec08] 2015-03-31 11:02:25.809807 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178710 2015-03-31 11:02:25.809809 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10051) pre_dirty [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dn xlock x=1 by 0x242cb200) (dversion lock w=1 last_client=708310) pv=178710 v=177692 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.809818 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f35ec08] 2015-03-31 11:02:25.809825 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cb200 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178710 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 6 + 12 2015-03-31 11:02:25.809834 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x47e4620 2015-03-31 11:02:25.809835 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178711 2015-03-31 11:02:25.809837 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime UNDERWATER on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.809843 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.809850 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f35ec08] 2015-03-31 11:02:25.809856 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.809857 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295280 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809871 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295282 2015-03-31 11:02:25.809872 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295270 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.809876 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295282 (current v 3295270) 2015-03-31 11:02:25.809877 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.809883 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.809885 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cb200 on [dir 10000000000 /test_small/ [2,head] auth pv=3295282 v=3295271 cv=3287205/3287205 ap=6+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 6 + 7 2015-03-31 11:02:25.809894 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x2cc6f850 2015-03-31 11:02:25.809895 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295283 2015-03-31 11:02:25.809896 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809908 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809918 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809928 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.809930 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 0.936048 < 1, stopping 2015-03-31 11:02:25.809934 7fbe462be700 10 mds.0.cache predirty_journal_parents stop. marking nestlock on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.809944 7fbe462be700 10 mds.0.locker mark_updated_scatterlock (inest lock w=6 dirty) - already on list since 2015-03-31 11:02:19.732926 2015-03-31 11:02:25.809948 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295270 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.809953 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31411} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.809967 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f35ec08] 2015-03-31 11:02:25.809974 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.809977 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f35ec08] 2015-03-31 11:02:25.809984 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.809986 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.809994 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810001 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810008 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810014 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810021 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810028 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810034 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810041 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810047 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810053 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810059 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810066 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810072 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810078 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f35ec08] 2015-03-31 11:02:25.810088 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.810089 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.810092 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f35ec08 tracedn 0x6771f80 2015-03-31 11:02:25.810094 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cb200) [dentry #1/test_small/small5/blarg10051 [2,head] auth NULL (dn xlock x=1 by 0x242cb200) (dversion lock w=1 last_client=708310) pv=178710 v=177692 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6771f80] 2015-03-31 11:02:25.810100 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407785 create #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.810109 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.810112 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31412 2015-03-31 11:02:25.810114 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31412 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.810119 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.810123 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.810125 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) including xattrs version 0 2015-03-31 11:02:25.810162 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810190 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810206 7fbe406af700 5 mds.0.log _submit_thread 5419625621~1620 : EUpdate openc [metablob 10000000000, 2 dirs] 2015-03-31 11:02:25.810205 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810218 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810232 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810254 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810265 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810276 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810286 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810298 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810309 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810319 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ipolicy sync r=1) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810330 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810340 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810593 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407786 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.810612 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407786 cr=0x43d2f80) 2015-03-31 11:02:25.810616 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407786 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.810619 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407786 cr=0x43d2f80) #1000006b2cd 2015-03-31 11:02:25.810621 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cd snap head 2015-03-31 11:02:25.810622 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.810623 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f35ec08] 2015-03-31 11:02:25.810637 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407786 cr=0x43d2f80) 2015-03-31 11:02:25.810640 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810656 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810666 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810677 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f35ec08] 2015-03-31 11:02:25.810687 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810701 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.810715 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810725 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.810736 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810746 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.810757 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 0x3f35ec08] 2015-03-31 11:02:25.810766 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_pin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f35ec08] now 1+0 2015-03-31 11:02:25.810776 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810795 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810809 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810820 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810830 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810855 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.810877 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.810886 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.810900 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407786 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.810905 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407786 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.810915 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.810918 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.810923 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 2 2015-03-31 11:02:25.810925 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 2 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.810938 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407786 cr=0x43d2f80) 2015-03-31 11:02:25.810957 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810974 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.810988 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.810999 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811010 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811031 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811041 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.811052 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.811061 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.811076 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.811087 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.811097 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_unpin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] now 0+0 2015-03-31 11:02:25.811352 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407787 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.811371 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407787 cr=0x25e3e180) 2015-03-31 11:02:25.811373 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407787 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.811376 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407787 cr=0x25e3e180) #1000006b2cd 2015-03-31 11:02:25.811378 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cd snap head 2015-03-31 11:02:25.811379 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.811380 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.811393 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407787 cr=0x25e3e180) 2015-03-31 11:02:25.811395 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.811410 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811421 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811431 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.811440 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.811454 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.811468 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811477 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.811488 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811498 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.811508 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.811517 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_pin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] now 1+0 2015-03-31 11:02:25.811527 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.811542 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.811555 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811566 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811576 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811587 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811597 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.811617 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.811644 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407787 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.811648 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407787 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.811658 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.811661 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.811665 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.811668 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.811681 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407787 cr=0x25e3e180) 2015-03-31 11:02:25.811700 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.811716 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.811729 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811740 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.811761 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811772 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.811787 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.811798 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.811808 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.811822 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.811833 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.811843 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_unpin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] now 0+0 2015-03-31 11:02:25.816229 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e55 follows 0 op update 2015-03-31 11:02:25.816232 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816243 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.816245 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.816263 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.816264 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816271 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816279 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.816281 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816292 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816312 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816319 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.816320 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816327 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816334 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816333 7fbe406af700 5 mds.0.log _submit_thread 5419627261~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.816347 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816352 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816358 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816363 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816369 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.816378 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.856039 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407788 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.856064 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407788 cr=0x6fc8f00) 2015-03-31 11:02:25.856067 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407788 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.856071 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407788 cr=0x6fc8f00) #1000006b2cd 2015-03-31 11:02:25.856072 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cd snap head 2015-03-31 11:02:25.856074 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.856075 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.856092 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407788 cr=0x6fc8f00) 2015-03-31 11:02:25.856095 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.856112 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.856124 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.856136 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.856146 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.856161 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.856175 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.856185 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.856197 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.856207 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.856218 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.856227 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_pin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] now 1+0 2015-03-31 11:02:25.856238 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.856253 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.856279 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.856301 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.856311 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.856321 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.856331 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.856340 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.856355 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407788 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.856359 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407788 getattr Xs #1000006b2cd 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.856370 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.856374 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.856378 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.856381 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.856395 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407788 cr=0x6fc8f00) 2015-03-31 11:02:25.856414 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.856431 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.856445 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.856456 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.856466 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.856476 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.856498 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.856509 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.856518 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.856533 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.856544 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.856554 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_unpin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] now 0+0 2015-03-31 11:02:25.857817 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e55 follows 0 op update 2015-03-31 11:02:25.857821 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857833 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.857834 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.857852 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.857853 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857860 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857868 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.857870 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857875 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857883 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857890 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.857892 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857899 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857906 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857911 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857916 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.857917 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.857918 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e55 [2,head] /test_small/small1/blarg10051 auth v136920 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b40f0] 2015-03-31 11:02:25.857925 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.897034 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407789 getattr Xs #1000006b2cd 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897057 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407789 cr=0x237c4b00) 2015-03-31 11:02:25.897060 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407789 getattr Xs #1000006b2cd 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897063 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407789 cr=0x237c4b00) #1000006b2cd 2015-03-31 11:02:25.897065 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2cd snap head 2015-03-31 11:02:25.897067 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.897068 7fbe462be700 10 mds.0.server ref is [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.897085 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407789 cr=0x237c4b00) 2015-03-31 11:02:25.897088 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897106 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897118 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897130 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.897141 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897156 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.897171 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897181 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.897193 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897203 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.897214 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.897225 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_pin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] now 1+0 2015-03-31 11:02:25.897235 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897251 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897266 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897277 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897287 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897299 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897310 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.897320 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=2 lock=1 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.897338 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407789 getattr Xs #1000006b2cd 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897342 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407789 getattr Xs #1000006b2cd 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897354 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.897357 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.897363 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.897366 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.897382 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407789 cr=0x237c4b00) 2015-03-31 11:02:25.897391 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897408 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897435 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897446 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897457 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897468 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.897480 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 ap=1+0 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=1 0x3f35ec08] 2015-03-31 11:02:25.897490 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.897505 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.897516 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.897527 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) auth_unpin by 0x2b0c1900 on [inode 1000006b2cd [2,head] {#1000006b2cd /test_small/small5/blarg10051} auth v178710 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=2 lock=0 caps=1 authpin=0 0x3f35ec08] now 0+0 2015-03-31 11:02:25.897575 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407790 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897592 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407790 cr=0xab84380) 2015-03-31 11:02:25.897594 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407790 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897597 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407790 cr=0xab84380) #1000006026a 2015-03-31 11:02:25.897599 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.897600 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.897602 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897615 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407790 cr=0xab84380) 2015-03-31 11:02:25.897618 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897632 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897642 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897653 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897666 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.897680 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897700 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.897710 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897720 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.897730 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897744 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897757 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897767 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897795 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897806 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897817 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897828 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31412} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897844 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407790 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897848 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407790 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.897859 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.897862 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.897867 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31413 2015-03-31 11:02:25.897869 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31413 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.897884 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407790 cr=0xab84380) 2015-03-31 11:02:25.897892 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897908 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.897923 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897933 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.897943 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897955 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897965 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897975 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.897985 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.897999 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.898009 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.898047 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407791 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898064 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407791 cr=0x23fbd280) 2015-03-31 11:02:25.898066 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407791 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898069 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407791 cr=0x23fbd280) #10000004e4d 2015-03-31 11:02:25.898071 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4d snap head 2015-03-31 11:02:25.898073 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.898074 7fbe462be700 10 mds.0.server ref is [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.898083 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407791 cr=0x23fbd280) 2015-03-31 11:02:25.898086 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898101 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898111 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.898120 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.898126 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898139 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.898154 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898163 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.898173 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.898182 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x2b0c1900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.898207 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.898223 7fbe462be700 10 mds.0.cache.ino(10000004e4d) auth_pin by 0x2b0c1900 on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] now 1+0 2015-03-31 11:02:25.898230 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898254 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898268 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898278 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898287 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.898296 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.898305 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898323 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898329 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898335 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898348 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407791 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898352 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407791 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898363 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.898366 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.898370 7fbe462be700 10 mds.0.cache.ino(10000004e4d) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.898373 7fbe462be700 10 mds.0.cache.ino(10000004e4d) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.898386 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407791 cr=0x23fbd280) 2015-03-31 11:02:25.898394 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898410 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898424 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898435 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898445 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.898454 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.898464 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898471 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898478 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898485 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.898490 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.898504 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.898515 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x2b0c1900 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.898524 7fbe462be700 10 mds.0.cache.ino(10000004e4d) auth_unpin by 0x2b0c1900 on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b37b8] now 0+0 2015-03-31 11:02:25.898557 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407792 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898578 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407792 cr=0x3b0eb80) 2015-03-31 11:02:25.898580 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407792 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898583 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407792 cr=0x3b0eb80) #1000006026a 2015-03-31 11:02:25.898585 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.898586 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.898587 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898600 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407792 cr=0x3b0eb80) 2015-03-31 11:02:25.898603 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898617 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898626 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898637 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898650 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.898663 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898673 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.898684 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898705 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.898727 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898750 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.898764 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898774 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.898789 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898800 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898810 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898832 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898854 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:25.898866 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.898878 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x26a51800 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:25.898880 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.898953 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407793 lookup #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898972 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407793 cr=0xaeef580) 2015-03-31 11:02:25.898974 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407793 lookup #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.898977 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407793 cr=0xaeef580) #1000006026a/blarg10052 2015-03-31 11:02:25.898978 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.898981 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10052 [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock) v=177694 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6772160] 2015-03-31 11:02:25.898989 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.898991 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407793 lookup #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.899001 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.899014 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407793 cr=0xaeef580) 2015-03-31 11:02:25.899461 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407794 lookup #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.899481 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407794 cr=0xa929b80) 2015-03-31 11:02:25.899483 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407794 lookup #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.899486 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407794 cr=0xa929b80) #1000006026a/blarg10052 2015-03-31 11:02:25.899488 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.899491 7fbe462be700 10 mds.0.cache traverse: miss on null+readable dentry blarg10052 [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock) v=177694 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6772160] 2015-03-31 11:02:25.899498 7fbe462be700 10 mds.0.server FAIL on error -2 2015-03-31 11:02:25.899500 7fbe462be700 10 mds.0.server reply_request -2 ((2) No such file or directory) client_request(client.708310:40407794 lookup #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.899510 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.899523 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407794 cr=0xa929b80) 2015-03-31 11:02:25.899941 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407795 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.899964 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407795 cr=0x9689900) 2015-03-31 11:02:25.899967 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407795 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.899971 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407795 cr=0x9689900) #10000004e4d 2015-03-31 11:02:25.899973 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4d snap head 2015-03-31 11:02:25.899974 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.899975 7fbe462be700 10 mds.0.server ref is [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.899987 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407795 cr=0x9689900) 2015-03-31 11:02:25.899990 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900008 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900021 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.900031 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.900038 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900053 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cd500 on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 8+0 2015-03-31 11:02:25.900068 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900079 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cd500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 8+1 2015-03-31 11:02:25.900101 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.900110 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x242cd500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.900119 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.900125 7fbe462be700 10 mds.0.cache.ino(10000004e4d) auth_pin by 0x242cd500 on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] now 1+0 2015-03-31 11:02:25.900133 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900148 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900172 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900194 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900204 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.900212 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.900220 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900226 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900232 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900238 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900251 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407795 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.900255 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407795 getattr Xs #10000004e4d 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.900265 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.900269 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.900273 7fbe462be700 10 mds.0.cache.ino(10000004e4d) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:25.900276 7fbe462be700 10 mds.0.cache.ino(10000004e4d) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.900289 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407795 cr=0x9689900) 2015-03-31 11:02:25.900308 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900324 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900336 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.900345 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.900355 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900361 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900367 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900384 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b37b8] 2015-03-31 11:02:25.900391 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cd500 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.900406 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cd500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.900418 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x242cd500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.900427 7fbe462be700 10 mds.0.cache.ino(10000004e4d) auth_unpin by 0x242cd500 on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b37b8] now 0+0 2015-03-31 11:02:25.900730 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407796 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.900748 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407796 cr=0x8f0b980) 2015-03-31 11:02:25.900751 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407796 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.900754 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407796 cr=0x8f0b980) #1000006026a 2015-03-31 11:02:25.900755 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.900757 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.900758 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900774 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407796 cr=0x8f0b980) 2015-03-31 11:02:25.900777 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900797 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900808 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900819 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900833 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cd500 on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 8+0 2015-03-31 11:02:25.900847 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900857 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cd500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 8+1 2015-03-31 11:02:25.900868 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900878 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cd500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 9+1 2015-03-31 11:02:25.900889 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900903 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.900917 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900927 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.900937 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900948 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900958 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900969 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (ixattr sync r=1) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31413} | dirtyscattered=0 request=2 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.900985 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407796 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.900999 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407796 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.901010 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.901024 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.901029 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31414 2015-03-31 11:02:25.901031 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31414 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.901045 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407796 cr=0x8f0b980) 2015-03-31 11:02:25.901064 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901081 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901093 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901105 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901117 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901128 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x242cd500 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.901142 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cd500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.901153 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cd500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=2 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:25.901572 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407797 create #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.901593 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407797 cr=0x52d4100) 2015-03-31 11:02:25.901596 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407797 create #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.901599 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10052 2015-03-31 11:02:25.901600 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407797 cr=0x52d4100) #1000006026a/blarg10052 2015-03-31 11:02:25.901602 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10052 2015-03-31 11:02:25.901604 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.901605 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.901607 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.901617 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.901626 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10052 in [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178699 cv=170705/170705 ap=6+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=57+1547,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.901637 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407797 cr=0x52d4100) 2015-03-31 11:02:25.901642 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901662 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901675 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901688 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock) v=177694 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6772160] 2015-03-31 11:02:25.901695 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901711 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x242cd500 on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 8+0 2015-03-31 11:02:25.901726 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901737 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x242cd500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 8+1 2015-03-31 11:02:25.901749 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901760 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x242cd500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 9+1 2015-03-31 11:02:25.901771 7fbe462be700 10 mds.0.locker auth_pinning [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock) v=177694 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=0 clientlease=0 0x6772160] 2015-03-31 11:02:25.901777 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10052) auth_pin by 0x242cd500 on [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock) v=177694 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] now 1+0 2015-03-31 11:02:25.901799 7fbe462be700 7 mds.0.locker local_wrlock_start on (dversion lock) on [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock) v=177694 ap=1+0 inode=0 | request=0 lock=0 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.901816 7fbe462be700 10 mds.0.locker got wrlock on (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177694 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.901822 7fbe462be700 7 mds.0.locker xlock_start on (dn sync) on [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177694 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.901827 7fbe462be700 7 mds.0.locker simple_lock on (dn sync) on [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dversion lock w=1 last_client=708310) v=177694 ap=1+0 inode=0 | request=0 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.901832 7fbe462be700 7 mds.0.locker simple_xlock on (dn lock) on [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177694 ap=1+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.901838 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10052) auth_pin by 0x67722b8 on [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn lock) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=1 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] now 2+0 2015-03-31 11:02:25.901843 7fbe462be700 10 mds.0.locker got xlock on (dn xlock x=1 by 0x242cd500) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.901849 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901865 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901879 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901893 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=8+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.901906 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901917 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901927 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=6 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901937 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.901946 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=1) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901957 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901968 7fbe462be700 10 mds.0.locker wrlock_start (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901979 7fbe462be700 7 mds.0.locker wrlock_start waiting on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.901989 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x26a54fe0 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:25.901991 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.914587 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.914594 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.914603 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.914608 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c8) mark_dirty [inode 1000006b2c8 [2,head] /test_small/small5/blarg10047 auth v178699 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.914623 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10047) mark_dirty [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178700 v=177682 ap=2+0 inode=0x3f3ef5f0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914633 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178700 cv=170705/170705 ap=6+14+14 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 57=57+0) hs=58+1546,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178700 2015-03-31 11:02:25.914643 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c8) mark_dirty_parent 2015-03-31 11:02:25.914645 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295270 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 57=57+0) n(v1 rc2015-03-31 11:03:02.000000 58=57+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.914660 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295270 ap=0+10 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.914664 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295272 cv=3287205/3287205 ap=6+9+10 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382360=382353+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295272 2015-03-31 11:02:25.914675 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178701 cv=170705/170705 ap=6+14+14 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 58=58+0) hs=58+1546,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178701 2015-03-31 11:02:25.914682 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295273 cv=3287205/3287205 ap=6+9+10 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382361=382354+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295273 2015-03-31 11:02:25.914691 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c8 [2,head] /test_small/small5/blarg10047 auth v178700 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3ef5f0] 2015-03-31 11:02:25.914702 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.914705 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27531 client_caps(grant ino 1000006b2c8 1851517 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.914727 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178700 ap=2+0 inode=0x3f3ef5f0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914736 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407735 create #1000006026a/blarg10047 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.914748 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c8 2015-03-31 11:02:25.914752 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178700 ap=2+0 inode=0x3f3ef5f0 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914761 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178700 ap=2+0 inode=0x3f3ef5f0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914767 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178700 ap=2+0 inode=0x3f3ef5f0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914772 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10047) auth_unpin by 0x6771778 on [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178700 ap=1+0 inode=0x3f3ef5f0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] now 1+0 2015-03-31 11:02:25.914779 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178700 ap=1+0 inode=0x3f3ef5f0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914792 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=8+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=6 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.914808 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=6 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295272 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 59=58+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=6 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.914822 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295272 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 59=58+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=6) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.914834 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=6) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295272 pv3295282 ap=9+1 f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 59=58+1) (isnap sync r=2) (inest lock w=6) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.914855 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178700 ap=1+0 inode=0x3f3ef5f0 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771620] 2015-03-31 11:02:25.914872 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407735 cr=0x236b8000) 2015-03-31 11:02:25.914880 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd0000 on [inode 1 [...2,head] / auth v53471 ap=7+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 7+0 2015-03-31 11:02:25.914897 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd0000 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 7+1 2015-03-31 11:02:25.914909 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd0000 on [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295273 cv=3287205/3287205 ap=5+9+10 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382361=382354+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 5 + 10 2015-03-31 11:02:25.914919 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd0000 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178701 cv=170705/170705 ap=5+13+13 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 58=58+0) hs=58+1546,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 5 + 13 2015-03-31 11:02:25.914927 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd0000 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295272 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 59=58+1) (isnap sync r=2) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 8+1 2015-03-31 11:02:25.914940 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10047) auth_unpin by 0x23dd0000 on [dentry #1/test_small/small5/blarg10047 [2,head] auth (dn sync l=1) (dversion lock) v=178700 inode=0x3f3ef5f0 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771620] now 0+0 2015-03-31 11:02:25.914965 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.914967 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.914972 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.914973 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c9) mark_dirty [inode 1000006b2c9 [2,head] /test_small/small5/blarg10048 auth v178701 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.914984 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10048) mark_dirty [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178702 v=177684 ap=2+0 inode=0x3f46a188 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.914991 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178702 cv=170705/170705 ap=5+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 58=58+0) hs=59+1545,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178702 2015-03-31 11:02:25.914999 7fbe43ab9700 10 mds.0.cache.ino(1000006b2c9) mark_dirty_parent 2015-03-31 11:02:25.915001 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295272 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 58=58+0) n(v1 rc2015-03-31 11:03:02.000000 59=58+1) (isnap sync r=2) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915013 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295272 ap=0+9 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.915017 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295274 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382361=382354+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295274 2015-03-31 11:02:25.915028 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178703 cv=170705/170705 ap=5+12+12 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 59=59+0) hs=59+1545,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178703 2015-03-31 11:02:25.915035 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295275 cv=3287205/3287205 ap=5+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382362=382355+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295275 2015-03-31 11:02:25.915044 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2c9 [2,head] /test_small/small5/blarg10048 auth v178702 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f46a188] 2015-03-31 11:02:25.915054 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.915056 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27532 client_caps(grant ino 1000006b2c9 1851518 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.915074 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178702 ap=2+0 inode=0x3f46a188 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.915082 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407745 create #1000006026a/blarg10048 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.915092 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2c9 2015-03-31 11:02:25.915096 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178702 ap=2+0 inode=0x3f46a188 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.915104 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178702 ap=2+0 inode=0x3f46a188 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.915110 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178702 ap=2+0 inode=0x3f46a188 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.915115 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10048) auth_unpin by 0x6771958 on [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178702 ap=1+0 inode=0x3f46a188 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] now 1+0 2015-03-31 11:02:25.915121 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178702 ap=1+0 inode=0x3f46a188 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.915126 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=7+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=5 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.915140 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=5 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295274 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 60=59+1) (isnap sync r=2) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=5 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915153 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295274 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 60=59+1) (isnap sync r=2) (inest lock w=5) (ifile lock->sync w=5) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915164 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=5) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295274 pv3295282 ap=8+1 f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 60=59+1) (isnap sync r=2) (inest lock w=5) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915175 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178702 ap=1+0 inode=0x3f46a188 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771800] 2015-03-31 11:02:25.915191 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407745 cr=0x43d3480) 2015-03-31 11:02:25.915198 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x296a6900 on [inode 1 [...2,head] / auth v53471 ap=6+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 6+0 2015-03-31 11:02:25.915214 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x296a6900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 6+1 2015-03-31 11:02:25.915225 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x296a6900 on [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295275 cv=3287205/3287205 ap=4+8+9 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382362=382355+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 4 + 9 2015-03-31 11:02:25.915235 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x296a6900 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178703 cv=170705/170705 ap=4+11+11 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 59=59+0) hs=59+1545,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 4 + 11 2015-03-31 11:02:25.915243 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x296a6900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295274 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 60=59+1) (isnap sync r=2) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 7+1 2015-03-31 11:02:25.915254 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10048) auth_unpin by 0x296a6900 on [dentry #1/test_small/small5/blarg10048 [2,head] auth (dn sync l=1) (dversion lock) v=178702 inode=0x3f46a188 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771800] now 0+0 2015-03-31 11:02:25.915274 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.915276 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.915280 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.915281 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ca) mark_dirty [inode 1000006b2ca [2,head] /test_small/small5/blarg10049 auth v178703 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.915291 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10049) mark_dirty [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178704 v=177686 ap=2+0 inode=0x3f3a9a78 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915298 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178704 cv=170705/170705 ap=4+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 59=59+0) hs=60+1544,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178704 2015-03-31 11:02:25.915307 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ca) mark_dirty_parent 2015-03-31 11:02:25.915308 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295274 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 59=59+0) n(v1 rc2015-03-31 11:03:02.000000 60=59+1) (isnap sync r=2) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915320 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295274 ap=0+8 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.915324 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295276 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382362=382355+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295276 2015-03-31 11:02:25.915334 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178705 cv=170705/170705 ap=4+10+10 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 60=60+0) hs=60+1544,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178705 2015-03-31 11:02:25.915341 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295277 cv=3287205/3287205 ap=4+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382363=382356+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295277 2015-03-31 11:02:25.915350 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ca [2,head] /test_small/small5/blarg10049 auth v178704 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3a9a78] 2015-03-31 11:02:25.915359 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.915361 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27533 client_caps(grant ino 1000006b2ca 1851519 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.915380 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178704 ap=2+0 inode=0x3f3a9a78 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915387 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407755 create #1000006026a/blarg10049 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.915397 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ca 2015-03-31 11:02:25.915399 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178704 ap=2+0 inode=0x3f3a9a78 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915407 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178704 ap=2+0 inode=0x3f3a9a78 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915412 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178704 ap=2+0 inode=0x3f3a9a78 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915417 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10049) auth_unpin by 0x6771b38 on [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178704 ap=1+0 inode=0x3f3a9a78 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] now 1+0 2015-03-31 11:02:25.915423 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178704 ap=1+0 inode=0x3f3a9a78 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915428 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=6+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=4 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.915441 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=4 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295276 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 61=60+1) (isnap sync r=2) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=4 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915454 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295276 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 61=60+1) (isnap sync r=2) (inest lock w=4) (ifile lock->sync w=4) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915466 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=4) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295276 pv3295282 ap=7+1 f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 61=60+1) (isnap sync r=2) (inest lock w=4) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915476 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178704 ap=1+0 inode=0x3f3a9a78 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x67719e0] 2015-03-31 11:02:25.915490 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407755 cr=0x43d3e80) 2015-03-31 11:02:25.915498 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd4600 on [inode 1 [...2,head] / auth v53471 ap=5+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 5+0 2015-03-31 11:02:25.915514 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd4600 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 5+1 2015-03-31 11:02:25.915525 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd4600 on [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295277 cv=3287205/3287205 ap=3+7+8 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382363=382356+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 3 + 8 2015-03-31 11:02:25.915535 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd4600 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178705 cv=170705/170705 ap=3+9+9 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 60=60+0) hs=60+1544,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 3 + 9 2015-03-31 11:02:25.915543 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd4600 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295276 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 61=60+1) (isnap sync r=2) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 6+1 2015-03-31 11:02:25.915554 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10049) auth_unpin by 0x23dd4600 on [dentry #1/test_small/small5/blarg10049 [2,head] auth (dn sync l=1) (dversion lock) v=178704 inode=0x3f3a9a78 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x67719e0] now 0+0 2015-03-31 11:02:25.915574 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.915575 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.915580 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.915581 7fbe43ab9700 10 mds.0.cache.ino(1000006b2cb) mark_dirty [inode 1000006b2cb [2,head] /test_small/small5/blarg1005 auth v178705 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.915591 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1005) mark_dirty [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178706 v=177688 ap=2+0 inode=0x3f3341d8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915598 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178706 cv=170705/170705 ap=3+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 60=60+0) hs=61+1543,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178706 2015-03-31 11:02:25.915606 7fbe43ab9700 10 mds.0.cache.ino(1000006b2cb) mark_dirty_parent 2015-03-31 11:02:25.915607 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295276 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 60=60+0) n(v1 rc2015-03-31 11:03:02.000000 61=60+1) (isnap sync r=2) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915619 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295276 ap=0+7 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.915622 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295278 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382363=382356+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295278 2015-03-31 11:02:25.915632 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178707 cv=170705/170705 ap=3+8+8 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 61=61+0) hs=61+1543,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178707 2015-03-31 11:02:25.915639 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295279 cv=3287205/3287205 ap=3+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382364=382357+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295279 2015-03-31 11:02:25.915648 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2cb [2,head] /test_small/small5/blarg1005 auth v178706 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3341d8] 2015-03-31 11:02:25.915657 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.915659 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27534 client_caps(grant ino 1000006b2cb 1851520 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.915676 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178706 ap=2+0 inode=0x3f3341d8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915684 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407765 create #1000006026a/blarg1005 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.915693 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2cb 2015-03-31 11:02:25.915695 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178706 ap=2+0 inode=0x3f3341d8 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915702 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178706 ap=2+0 inode=0x3f3341d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915708 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178706 ap=2+0 inode=0x3f3341d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915713 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1005) auth_unpin by 0x6771d18 on [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178706 ap=1+0 inode=0x3f3341d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] now 1+0 2015-03-31 11:02:25.915719 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178706 ap=1+0 inode=0x3f3341d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915724 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=5+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=3 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.915737 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=3 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295278 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 62=61+1) (isnap sync r=2) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=3 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915749 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295278 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 62=61+1) (isnap sync r=2) (inest lock w=3) (ifile lock->sync w=3) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915760 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=3) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295278 pv3295282 ap=6+1 f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 62=61+1) (isnap sync r=2) (inest lock w=3) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915770 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178706 ap=1+0 inode=0x3f3341d8 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771bc0] 2015-03-31 11:02:25.915787 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407765 cr=0x940eb80) 2015-03-31 11:02:25.915794 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x23dd2d00 on [inode 1 [...2,head] / auth v53471 ap=4+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 4+0 2015-03-31 11:02:25.915811 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x23dd2d00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 4+1 2015-03-31 11:02:25.915822 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x23dd2d00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295279 cv=3287205/3287205 ap=2+6+7 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382364=382357+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 2 + 7 2015-03-31 11:02:25.915832 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x23dd2d00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178707 cv=170705/170705 ap=2+7+7 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 61=61+0) hs=61+1543,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 2 + 7 2015-03-31 11:02:25.915840 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x23dd2d00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295278 pv3295282 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 62=61+1) (isnap sync r=2) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 5+1 2015-03-31 11:02:25.915851 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg1005) auth_unpin by 0x23dd2d00 on [dentry #1/test_small/small5/blarg1005 [2,head] auth (dn sync l=1) (dversion lock) v=178706 inode=0x3f3341d8 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771bc0] now 0+0 2015-03-31 11:02:25.915870 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.915872 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.915876 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.915878 7fbe43ab9700 10 mds.0.cache.ino(1000006b2cc) mark_dirty [inode 1000006b2cc [2,head] /test_small/small5/blarg10050 auth v178707 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.915888 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10050) mark_dirty [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178708 v=177690 ap=2+0 inode=0x3f3bef90 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.915893 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178708 cv=170705/170705 ap=2+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 61=61+0) hs=62+1542,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178708 2015-03-31 11:02:25.915901 7fbe43ab9700 10 mds.0.cache.ino(1000006b2cc) mark_dirty_parent 2015-03-31 11:02:25.915903 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295278 pv3295282 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 61=61+0) n(v1 rc2015-03-31 11:03:02.000000 62=61+1) (isnap sync r=2) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.915914 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295278 ap=0+6 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.915918 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295280 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382364=382357+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295280 2015-03-31 11:02:25.915927 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178709 cv=170705/170705 ap=2+6+6 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 62=62+0) hs=62+1542,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178709 2015-03-31 11:02:25.915935 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295281 cv=3287205/3287205 ap=2+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382365=382358+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295281 2015-03-31 11:02:25.915944 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2cc [2,head] /test_small/small5/blarg10050 auth v178708 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f3bef90] 2015-03-31 11:02:25.915953 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.915956 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27535 client_caps(grant ino 1000006b2cc 1851521 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.915974 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178708 ap=2+0 inode=0x3f3bef90 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.915982 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407775 create #1000006026a/blarg10050 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.915991 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2cc 2015-03-31 11:02:25.915993 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178708 ap=2+0 inode=0x3f3bef90 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.916001 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178708 ap=2+0 inode=0x3f3bef90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.916007 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178708 ap=2+0 inode=0x3f3bef90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.916011 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10050) auth_unpin by 0x6771ef8 on [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178708 ap=1+0 inode=0x3f3bef90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] now 1+0 2015-03-31 11:02:25.916018 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178708 ap=1+0 inode=0x3f3bef90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.916023 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=4+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=2 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916036 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=2 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295280 pv3295282 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 63=62+1) (isnap sync r=2) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=2 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916048 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295280 pv3295282 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 63=62+1) (isnap sync r=2) (inest lock w=2) (ifile lock->sync w=2) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916059 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=2) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295280 pv3295282 ap=5+1 f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 63=62+1) (isnap sync r=2) (inest lock w=2) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916070 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178708 ap=1+0 inode=0x3f3bef90 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771da0] 2015-03-31 11:02:25.916083 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407775 cr=0x2645d000) 2015-03-31 11:02:25.916090 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cee00 on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 3+0 2015-03-31 11:02:25.916106 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cee00 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 3+1 2015-03-31 11:02:25.916118 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cee00 on [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295281 cv=3287205/3287205 ap=1+5+6 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382365=382358+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 6 2015-03-31 11:02:25.916128 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cee00 on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178709 cv=170705/170705 ap=1+5+5 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 62=62+0) hs=62+1542,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 5 2015-03-31 11:02:25.916135 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cee00 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295280 pv3295282 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 63=62+1) (isnap sync r=2) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 4+1 2015-03-31 11:02:25.916146 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10050) auth_unpin by 0x242cee00 on [dentry #1/test_small/small5/blarg10050 [2,head] auth (dn sync l=1) (dversion lock) v=178708 inode=0x3f3bef90 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771da0] now 0+0 2015-03-31 11:02:25.916166 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.916168 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.916172 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.916173 7fbe43ab9700 10 mds.0.cache.ino(1000006b2cd) mark_dirty [inode 1000006b2cd [2,head] /test_small/small5/blarg10051 auth v178709 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.916184 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10051) mark_dirty [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178710 v=177692 ap=2+0 inode=0x3f35ec08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.916191 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178710 cv=170705/170705 ap=1+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 62=62+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178710 2015-03-31 11:02:25.916198 7fbe43ab9700 10 mds.0.cache.ino(1000006b2cd) mark_dirty_parent 2015-03-31 11:02:25.916199 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295280 pv3295282 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 62=62+0) n(v1 rc2015-03-31 11:03:02.000000 63=62+1) (isnap sync r=2) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916211 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295282 v=3295280 ap=0+5 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.916215 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295282 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382365=382358+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295282 2015-03-31 11:02:25.916224 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178711 v=178711 cv=170705/170705 ap=1+4+4 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178711 2015-03-31 11:02:25.916232 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295283 v=3295283 cv=3287205/3287205 ap=1+4+5 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382366=382359+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295283 2015-03-31 11:02:25.916240 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2cd [2,head] /test_small/small5/blarg10051 auth v178710 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f35ec08] 2015-03-31 11:02:25.916250 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.916252 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27536 client_caps(grant ino 1000006b2cd 1851522 seq 6 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.916269 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178710 ap=2+0 inode=0x3f35ec08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.916277 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407785 create #1000006026a/blarg10051 2015-03-31 11:03:02.000000) v2 2015-03-31 11:02:25.916286 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2cd 2015-03-31 11:02:25.916288 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178710 ap=2+0 inode=0x3f35ec08 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.916296 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178710 ap=2+0 inode=0x3f35ec08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.916301 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178710 ap=2+0 inode=0x3f35ec08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.916305 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10051) auth_unpin by 0x67720d8 on [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178710 ap=1+0 inode=0x3f35ec08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] now 1+0 2015-03-31 11:02:25.916311 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178710 ap=1+0 inode=0x3f35ec08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.916316 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916330 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916341 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916353 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916364 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916374 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:25.916377 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=4+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.916387 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.916398 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:25.916401 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407792 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.916405 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407792 cr=0x3b0eb80) #1000006026a 2015-03-31 11:02:25.916407 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.916408 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.916409 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916420 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407792 cr=0x3b0eb80) 2015-03-31 11:02:25.916423 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.916438 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916449 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916458 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.916473 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916483 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916493 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=2) [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.916507 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=2) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916518 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916527 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916538 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916559 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916568 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916590 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916600 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916609 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916619 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31414} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916636 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407792 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.916640 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407792 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.916650 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.916653 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.916656 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31415 2015-03-31 11:02:25.916658 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31415 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.916670 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407792 cr=0x3b0eb80) 2015-03-31 11:02:25.916678 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=3+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.916704 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=3+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916716 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (ilink sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916727 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (ilink sync r=1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916738 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916748 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916770 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916779 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916795 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916804 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916814 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916824 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2b0c1900 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.916838 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2b0c1900 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.916849 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2b0c1900 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.916876 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:25.916877 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407797 create #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.916880 7fbe43ab9700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10052 2015-03-31 11:02:25.916881 7fbe43ab9700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407797 cr=0x52d4100) #1000006026a/blarg10052 2015-03-31 11:02:25.916884 7fbe43ab9700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10052 2015-03-31 11:02:25.916885 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.916886 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.916887 7fbe43ab9700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.916895 7fbe43ab9700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.916902 7fbe43ab9700 10 mds.0.server prepare_null_dentry blarg10052 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=1+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.916912 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407797 cr=0x52d4100) 2015-03-31 11:02:25.916917 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.916933 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916944 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.916954 7fbe43ab9700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.916961 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.916976 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.916986 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.917007 7fbe43ab9700 10 mds.0.locker already auth_pinned [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.917012 7fbe43ab9700 10 mds.0.locker already wrlocked (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.917030 7fbe43ab9700 10 mds.0.locker already xlocked (dn xlock x=1 by 0x242cd500) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.917035 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917063 7fbe43ab9700 10 mds.0.locker already rdlocked (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917086 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917097 7fbe43ab9700 10 mds.0.locker already rdlocked (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917108 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.917118 7fbe43ab9700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.917129 7fbe43ab9700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.917140 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFc, xlocker allowed=pAsLsXsFc on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31415} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.917152 7fbe43ab9700 7 mds.0.locker sending MClientCaps to client.708310 seq 31416 new pending pAsLsXs was pAsLsXsFs 2015-03-31 11:02:25.917158 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27537 client_caps(revoke ino 1000006026a 1732604 seq 31416 caps=pAsLsXs dirty=- wanted=p follows 0 size 0/0 ts 1 mtime 2015-03-31 11:03:02.000000) v4 2015-03-31 11:02:25.917175 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.917188 7fbe43ab9700 7 mds.0.locker wrlock_start waiting on (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.917199 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x5a491d0 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:25.917201 7fbe43ab9700 10 mds.0.locker nudge_log (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917219 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917231 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917242 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178710 ap=1+0 inode=0x3f35ec08 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6771f80] 2015-03-31 11:02:25.917251 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFc, xlocker allowed=pAsLsXsFc on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917273 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407785 cr=0x9f78a00) 2015-03-31 11:02:25.917280 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cb200 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.917296 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cb200 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.917308 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cb200 on [dir 10000000000 /test_small/ [2,head] auth v=3295283 cv=3287205/3287205 ap=0+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382366=382359+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 4 2015-03-31 11:02:25.917319 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cb200 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=0+3+3 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 3 2015-03-31 11:02:25.917326 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cb200 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.917339 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10051) auth_unpin by 0x242cb200 on [dentry #1/test_small/small5/blarg10051 [2,head] auth (dn sync l=1) (dversion lock) v=178710 inode=0x3f35ec08 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6771f80] now 0+0 2015-03-31 11:02:25.917398 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407798 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.917432 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407798 cr=0x9308c80) 2015-03-31 11:02:25.917436 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407798 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.917440 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407798 cr=0x9308c80) #1000006026a 2015-03-31 11:02:25.917442 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.917443 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.917444 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917465 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407798 cr=0x9308c80) 2015-03-31 11:02:25.917468 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917486 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917499 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917511 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917526 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.917541 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917552 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.917565 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917576 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.917588 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917604 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=2) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917619 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917631 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=2) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917641 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync r=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917664 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=2) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917685 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917696 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock) (ifile sync->lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31416} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917712 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407798 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.917716 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407798 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.917727 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.917730 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.917733 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31417 2015-03-31 11:02:25.917735 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31417 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.917749 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407798 cr=0x9308c80) 2015-03-31 11:02:25.917768 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1 [...2,head] / auth v53471 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917791 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.917803 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31417} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917815 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=2) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31417} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917826 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync r=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31417} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917836 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.917862 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.917873 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31417} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.917915 7fbe462be700 7 mds.0.locker handle_client_caps on 1000006026a follows 0 op update 2015-03-31 11:02:25.917918 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917930 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.917932 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.917947 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.917948 7fbe462be700 10 mds.0.locker cap inode [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/pAsLsXsFs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917960 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXs dirty - on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917971 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXs wanted p on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917983 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.917992 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.917993 7fbe462be700 10 mds.0.locker eval_gather (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.918003 7fbe462be700 10 mds.0.locker next state is lock issued/allows loner /cb xlocker /cb other /cb 2015-03-31 11:02:25.918006 7fbe462be700 7 mds.0.locker eval_gather finished gather on (ifile sync->lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile sync->lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.918016 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.918027 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918037 7fbe462be700 7 mds.0.locker file_eval stable, bump to sync (ifile lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918047 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918057 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918067 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918087 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918096 7fbe462be700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:25.918097 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407797 create #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.918100 7fbe462be700 7 mds.0.server open w/ O_CREAT on #1000006026a/blarg10052 2015-03-31 11:02:25.918101 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry request(client.708310:40407797 cr=0x52d4100) #1000006026a/blarg10052 2015-03-31 11:02:25.918103 7fbe462be700 10 mds.0.server traverse_to_auth_dir dirpath #1000006026a dname blarg10052 2015-03-31 11:02:25.918104 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.918106 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.918107 7fbe462be700 10 mds.0.server traverse_to_auth_dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=0+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.918115 7fbe462be700 10 mds.0.server rdlock_path_xlock_dentry dir [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=0+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.918121 7fbe462be700 10 mds.0.server prepare_null_dentry blarg10052 in [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=0+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.918143 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407797 cr=0x52d4100) 2015-03-31 11:02:25.918147 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918162 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918171 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918180 7fbe462be700 10 mds.0.locker must authpin [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.918187 7fbe462be700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918200 7fbe462be700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918209 7fbe462be700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918218 7fbe462be700 10 mds.0.locker already auth_pinned [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.918223 7fbe462be700 10 mds.0.locker already wrlocked (dversion lock w=1 last_client=708310) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.918229 7fbe462be700 10 mds.0.locker already xlocked (dn xlock x=1 by 0x242cd500) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.918235 7fbe462be700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918248 7fbe462be700 10 mds.0.locker already rdlocked (ipolicy sync r=1) [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918260 7fbe462be700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918270 7fbe462be700 10 mds.0.locker already rdlocked (ipolicy sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918279 7fbe462be700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918288 7fbe462be700 10 mds.0.locker wrlock_start (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918297 7fbe462be700 7 mds.0.locker simple_lock on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918307 7fbe462be700 10 mds.0.locker got wrlock on (ifile lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918316 7fbe462be700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918326 7fbe462be700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918335 7fbe462be700 10 mds.0.locker wrlock_start (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918344 7fbe462be700 10 mds.0.locker got wrlock on (inest lock w=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918354 7fbe462be700 7 mds.0.locker rdlock_start on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918363 7fbe462be700 10 mds.0.locker got rdlock on (ipolicy sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918379 7fbe462be700 10 mds.0.server prepare_new_inode used_prealloc 1000006b2ce ([1000006b2cf~354], 852 left) 2015-03-31 11:02:25.918382 7fbe462be700 10 mds.0.server dir mode 040755 new mode 0100644 2015-03-31 11:02:25.918383 7fbe462be700 10 mds.0.server prepare_new_inode [inode 1000006b2ce [2,head] #1000006b2ce auth v1 s=0 n() (iversion lock) 0x3f411f10] 2015-03-31 11:02:25.918387 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178712 2015-03-31 11:02:25.918388 7fbe462be700 10 mds.0.cache.den(1000006026a blarg10052) pre_dirty [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) pv=178712 v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.918396 7fbe462be700 10 mds.0.cache predirty_journal_parents do_parent_mtime linkunlink=1 primary_dn follows head [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f411f10] 2015-03-31 11:02:25.918402 7fbe462be700 10 mds.0.cache.dir(1000006026a) auth_pin by 0x242cd500 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178711 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] count now 1 + 2 2015-03-31 11:02:25.918410 7fbe462be700 10 mds.0.cache.dir(1000006026a) project_fnode 0x91d5e30 2015-03-31 11:02:25.918412 7fbe462be700 10 mds.0.cache.dir(1000006026a) pre_dirty 178713 2015-03-31 11:02:25.918413 7fbe462be700 10 mds.0.cache predirty_journal_parents updating mtime on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178713 v=178711 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.918419 7fbe462be700 10 mds.0.cache predirty_journal_parents updating size on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178713 v=178711 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.918426 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 1 [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0)/n() (iversion lock) cr={708310=0-4194304@1} 0x3f411f10] 2015-03-31 11:02:25.918432 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.918435 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918448 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295284 2015-03-31 11:02:25.918449 7fbe462be700 10 mds.0.cache.den(10000000000 small5) pre_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295284 v=3295282 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.918453 7fbe462be700 10 mds.0.cache.ino(1000006026a) pre_dirty 3295284 (current v 3295282) 2015-03-31 11:02:25.918454 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 1000006026a /test_small/small5/ [2,head] auth pv=178713 v=178711 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=63+1541,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] 2015-03-31 11:02:25.918460 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.918462 7fbe462be700 10 mds.0.cache.dir(10000000000) auth_pin by 0x242cd500 on [dir 10000000000 /test_small/ [2,head] auth v=3295283 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382366=382359+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] count now 1 + 2 2015-03-31 11:02:25.918471 7fbe462be700 10 mds.0.cache.dir(10000000000) project_fnode 0x91d00b0 2015-03-31 11:02:25.918472 7fbe462be700 10 mds.0.cache.dir(10000000000) pre_dirty 3295285 2015-03-31 11:02:25.918473 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918484 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918494 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918505 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.918506 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.04463 ago, continuing 2015-03-31 11:02:25.918510 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 10000000000 [...2,head] /test_small/ auth v120416 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918521 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120418 2015-03-31 11:02:25.918522 7fbe462be700 10 mds.0.cache.den(1 test_small) pre_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120418 v=120416 ap=0+2 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:25.918526 7fbe462be700 10 mds.0.cache.ino(10000000000) pre_dirty 120418 (current v 120416) 2015-03-31 11:02:25.918527 7fbe462be700 10 mds.0.cache predirty_journal_parents frag->inode on [dir 10000000000 /test_small/ [2,head] auth pv=3295285 v=3295283 cv=3287205/3287205 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382366=382359+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] 2015-03-31 11:02:25.918534 7fbe462be700 10 mds.0.cache project_rstat_frag_to_inode [2,head] 2015-03-31 11:02:25.918536 7fbe462be700 10 mds.0.cache.dir(1) auth_pin by 0x242cd500 on [dir 1 / [2,head] auth v=120417 cv=119911/119911 dir_auth=0 ap=1+1+2 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:02.000000 b422190196760 382373=382364+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] count now 1 + 2 2015-03-31 11:02:25.918545 7fbe462be700 10 mds.0.cache.dir(1) project_fnode 0x91d4af0 2015-03-31 11:02:25.918546 7fbe462be700 10 mds.0.cache.dir(1) pre_dirty 120419 2015-03-31 11:02:25.918547 7fbe462be700 10 mds.0.cache taking wrlock on (inest lock) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918561 7fbe462be700 7 mds.0.locker wrlock_force on (inest lock) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918574 7fbe462be700 10 mds.0.cache projected_rstat_inode_to_frag first 2 linkunlink 0 [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918584 7fbe462be700 10 mds.0.cache _project_rstat_inode_to_frag [2,head] 2015-03-31 11:02:25.918585 7fbe462be700 10 mds.0.cache predirty_journal_parents last prop 1.04463 ago, continuing 2015-03-31 11:02:25.918587 7fbe462be700 7 mds.0.locker local_wrlock_grab on (iversion lock) on [inode 1 [...2,head] / auth v53471 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918605 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small [2,head] auth (dversion lock) pv=120418 v=120416 ap=0+2 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:25.918610 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918621 7fbe462be700 10 mds.0.cache journal_cow_dentry follows head on [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295284 v=3295282 ap=0+2 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.918625 7fbe462be700 10 mds.0.cache journal_cow_dentry follows 1 < first on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31417} | dirtyscattered=0 request=0 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918637 7fbe462be700 7 mds.0.locker issue_new_caps for mode 2 on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} 0x3f411f10] 2015-03-31 11:02:25.918644 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) add_client_cap first cap, joining realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) 2015-03-31 11:02:25.918647 7fbe462be700 10 mds.0.locker eval 2496 [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0} | caps=1 0x3f411f10] 2015-03-31 11:02:25.918654 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.918656 7fbe462be700 7 mds.0.locker file_eval wanted=xwb loner_wanted=xwb other_wanted= filelock=(ifile sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918663 7fbe462be700 7 mds.0.locker file_eval stable, bump to loner (ifile sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918670 7fbe462be700 7 mds.0.locker file_excl (ifile sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918677 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918684 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (iauth sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918690 7fbe462be700 7 mds.0.locker simple_excl on (iauth sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918697 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918703 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918710 7fbe462be700 7 mds.0.locker simple_eval stable, going to excl (ixattr sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918715 7fbe462be700 7 mds.0.locker simple_excl on (ixattr sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918722 7fbe462be700 10 mds.0.locker scatter_eval (inest sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918728 7fbe462be700 7 mds.0.locker simple_lock on (inest sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918735 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918741 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918747 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsxLsXsxFsxcrwbl, xlocker allowed=pAsxLsXsxFsxcrwbl, others allowed=pLs on [inode 1000006b2ce [2,head] {#1000006b2ce /test_small/small5/blarg10052} auth v178712 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=-/pAsxXsxFxwb@0},l=708310 | caps=1 0x3f411f10] 2015-03-31 11:02:25.918757 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.918758 7fbe462be700 10 mds.0.server adding ino to reply to indicate inode was created 2015-03-31 11:02:25.918759 7fbe462be700 10 mds.0.server journal_and_reply tracei 0x3f411f10 tracedn 0x6772160 2015-03-31 11:02:25.918761 7fbe462be700 10 mds.0.locker set_xlocks_done on (dn xlock x=1 by 0x242cd500) [dentry #1/test_small/small5/blarg10052 [2,head] auth NULL (dn xlock x=1 by 0x242cd500) (dversion lock w=1 last_client=708310) pv=178712 v=177694 ap=2+0 inode=0 | request=1 lock=2 inodepin=0 dirty=1 waiter=0 authpin=1 clientlease=0 0x6772160] 2015-03-31 11:02:25.918768 7fbe462be700 10 mds.0.server early_reply 0 ((0) Success) client_request(client.708310:40407797 create #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.918776 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.918779 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXs seq 31418 2015-03-31 11:02:25.918781 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXs seq 31418 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.918791 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 1 2015-03-31 11:02:25.918794 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat caps pAsxLsXsxFsxcrwb seq 1 mseq 0 xattrv 0 len 4 2015-03-31 11:02:25.918796 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) including xattrs version 0 2015-03-31 11:02:25.918832 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53471 pv53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918861 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53471 pv53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918885 7fbe406af700 5 mds.0.log _submit_thread 5419628120~2770 : EUpdate openc [metablob 1, 3 dirs] 2015-03-31 11:02:25.918877 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1 [...2,head] / auth v53471 pv53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918902 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1 [...2,head] / auth v53471 pv53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.918917 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918929 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (ipolicy sync r=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918940 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918951 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.918961 7fbe462be700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918973 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918984 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.918994 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ipolicy sync r=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919005 7fbe462be700 7 mds.0.locker rdlock_finish on (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919015 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919027 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFcb, xlocker allowed=pAsLsXsFcb on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919039 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.919056 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407799 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.919078 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407799 cr=0xb267a80) 2015-03-31 11:02:25.919081 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407799 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.919084 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407799 cr=0xb267a80) #1000006026a 2015-03-31 11:02:25.919086 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.919088 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.919089 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919102 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407799 cr=0xb267a80) 2015-03-31 11:02:25.919105 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53471 pv53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.919120 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.919131 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919142 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53471 pv53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.919155 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x2a625500 on [inode 1 [...2,head] / auth v53471 pv53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 2+0 2015-03-31 11:02:25.919170 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.919190 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 2+1 2015-03-31 11:02:25.919200 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=1+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919210 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.919220 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53471 pv53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.919235 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53471 pv53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.919249 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.919259 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.919270 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919280 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919291 7fbe462be700 7 mds.0.locker rdlock_start on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919323 7fbe462be700 7 mds.0.locker simple_sync on (ifile lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=2+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919333 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 3+1 2015-03-31 11:02:25.919342 7fbe462be700 7 mds.0.locker rdlock_start waiting on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.919352 7fbe462be700 10 mds.0.cache.ino(1000006026a) add_waiter tag 40000000 0x26a572c0 !ambig 1 !frozen 1 !freezing 1 2015-03-31 11:02:25.919354 7fbe462be700 10 mds.0.locker nudge_log (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.932524 7fbe43ab9700 10 MDSIOContextBase::complete: 12C_IO_Wrapper 2015-03-31 11:02:25.932531 7fbe43ab9700 10 MDSInternalContextBase::complete: 11C_MarkEvent 2015-03-31 11:02:25.932540 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_openc_finish 2015-03-31 11:02:25.932541 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ce) mark_dirty [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178711 s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 0x3f411f10] 2015-03-31 11:02:25.932556 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10052) mark_dirty [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) pv=178712 v=177694 ap=2+0 inode=0x3f411f10 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.932564 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178713 v=178712 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 63=63+0) hs=64+1540,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178712 2015-03-31 11:02:25.932575 7fbe43ab9700 10 mds.0.cache.ino(1000006b2ce) mark_dirty_parent 2015-03-31 11:02:25.932577 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) mark_dirty [inode 1000006026a [...2,head] /test_small/small5/ auth v3295282 pv3295284 ap=3+1 f(v0 m2015-03-31 11:03:02.000000 63=63+0) n(v1 rc2015-03-31 11:03:02.000000 64=63+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.932591 7fbe43ab9700 10 mds.0.cache.den(10000000000 small5) mark_dirty [dentry #1/test_small/small5 [2,head] auth (dversion lock) pv=3295284 v=3295282 ap=0+4 inode=0x6604888 | inodepin=1 dirty=1 clientlease=0 0x676a960] 2015-03-31 11:02:25.932596 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295285 v=3295284 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382366=382359+7)/n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382356=382349+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295284 2015-03-31 11:02:25.932606 7fbe43ab9700 10 mds.0.cache.ino(10000000000) mark_dirty [inode 10000000000 [...2,head] /test_small/ auth v120416 pv120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:02.000000 b422190090565 382357=382349+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.932619 7fbe43ab9700 10 mds.0.cache.den(1 test_small) mark_dirty [dentry #1/test_small [2,head] auth (dversion lock) pv=120418 v=120416 ap=0+3 inode=0x39c1270 | inodepin=1 dirty=1 0x4768000] 2015-03-31 11:02:25.932622 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120419 v=120418 cv=119911/119911 dir_auth=0 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:02.000000 b422190196760 382373=382364+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120418 2015-03-31 11:02:25.932632 7fbe43ab9700 10 mds.0.cache.ino(1) mark_dirty [inode 1 [...2,head] / auth v53471 pv53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.932648 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) mark_dirty (already dirty) [dir 1000006026a /test_small/small5/ [2,head] auth pv=178713 v=178713 cv=170705/170705 ap=1+2+2 state=1610612738|complete f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 64=64+0) hs=64+1540,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=1 0x4759298] version 178713 2015-03-31 11:02:25.932656 7fbe43ab9700 10 mds.0.cache.dir(10000000000) mark_dirty (already dirty) [dir 10000000000 /test_small/ [2,head] auth pv=3295285 v=3295285 cv=3287205/3287205 ap=1+3+4 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382367=382360+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=1 0x4758770] version 3295285 2015-03-31 11:02:25.932663 7fbe43ab9700 10 mds.0.cache.dir(1) mark_dirty (already dirty) [dir 1 / [2,head] auth pv=120419 v=120419 cv=119911/119911 dir_auth=0 ap=1+2+3 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:03.000000 b422190196760 382384=382375+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=1 0x4758000] version 120419 2015-03-31 11:02:25.932672 7fbe43ab9700 10 mds.0.locker share_inode_max_size on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@1},l=708310 | request=1 caps=1 dirtyparent=1 dirty=1 0x3f411f10] 2015-03-31 11:02:25.932682 7fbe43ab9700 10 mds.0.locker share_inode_max_size with client.708310 2015-03-31 11:02:25.932685 7fbe43ab9700 10 mds.0.15 send_message_client_counted client.708310 seq 27538 client_caps(grant ino 1000006b2ce 1851523 seq 2 caps=pAsxLsXsxFsxcrwb dirty=- wanted=pAsxXsxFxwb follows 0 size 0/4194304 ts 1 mtime 2015-03-31 11:03:03.000000) v4 2015-03-31 11:02:25.932706 7fbe43ab9700 7 mds.0.cache send_dentry_link [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178712 ap=2+0 inode=0x3f411f10 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.932727 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407797 create #1000006026a/blarg10052 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.932739 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 1000006b2ce 2015-03-31 11:02:25.932742 7fbe43ab9700 10 mds.0.locker xlock_finish on (dn xlockdone l=1 x=1) [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn xlockdone l=1 x=1) (dversion lock w=1 last_client=708310) v=178712 ap=2+0 inode=0x3f411f10 | request=1 lock=2 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.932761 7fbe43ab9700 10 mds.0.locker eval_gather (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178712 ap=2+0 inode=0x3f411f10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.932767 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (dn xlockdone l=1) on [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn xlockdone l=1) (dversion lock w=1 last_client=708310) v=178712 ap=2+0 inode=0x3f411f10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.932772 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10052) auth_unpin by 0x67722b8 on [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178712 ap=1+0 inode=0x3f411f10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] now 1+0 2015-03-31 11:02:25.932794 7fbe43ab9700 10 mds.0.locker simple_eval (dn sync l=1) on [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178712 ap=1+0 inode=0x3f411f10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.932800 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=3 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.932830 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=2 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.932846 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.932859 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.932871 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1 dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock w=1 dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.932883 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock dirty) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.932893 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (iversion lock w=1 last_client=708310) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=3+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock w=1 last_client=708310) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.932904 7fbe43ab9700 7 mds.0.locker wrlock_finish on (ifile lock->sync w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=3+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.932915 7fbe43ab9700 10 mds.0.locker eval_gather (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=3+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.932925 7fbe43ab9700 10 mds.0.locker next state is sync issued/allows loner /scr xlocker /scr other /scr 2015-03-31 11:02:25.932928 7fbe43ab9700 7 mds.0.locker eval_gather finished gather on (ifile lock->sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=3+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile lock->sync) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] 2015-03-31 11:02:25.932938 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x66050b0 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=1 authpin=1 0x6604888] now 2+1 2015-03-31 11:02:25.932949 7fbe43ab9700 10 MDSInternalContextBase::complete: 18C_MDS_RetryRequest 2015-03-31 11:02:25.932951 7fbe43ab9700 7 mds.0.server dispatch_client_request client_request(client.708310:40407799 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.932955 7fbe43ab9700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407799 cr=0xb267a80) #1000006026a 2015-03-31 11:02:25.932957 7fbe43ab9700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.932958 7fbe43ab9700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.932959 7fbe43ab9700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.932970 7fbe43ab9700 10 mds.0.locker acquire_locks request(client.708310:40407799 cr=0xb267a80) 2015-03-31 11:02:25.932973 7fbe43ab9700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.932987 7fbe43ab9700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.932997 7fbe43ab9700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933006 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.933020 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.933030 7fbe43ab9700 10 mds.0.locker already auth_pinned [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933040 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.933054 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.933075 7fbe43ab9700 10 mds.0.locker already rdlocked (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933085 7fbe43ab9700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933105 7fbe43ab9700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933116 7fbe43ab9700 7 mds.0.locker rdlock_start on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933127 7fbe43ab9700 10 mds.0.locker got rdlock on (iauth sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933137 7fbe43ab9700 7 mds.0.locker rdlock_start on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (iauth sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933147 7fbe43ab9700 10 mds.0.locker got rdlock on (ilink sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933158 7fbe43ab9700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933168 7fbe43ab9700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (iauth sync r=1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXs/p@31418} | dirtyscattered=0 request=1 lock=6 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933188 7fbe43ab9700 10 mds.0.server reply to stat on client_request(client.708310:40407799 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.933193 7fbe43ab9700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407799 getattr pAsLsXsFs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.933204 7fbe43ab9700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.933208 7fbe43ab9700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.933212 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31419 2015-03-31 11:02:25.933215 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31419 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.933242 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407799 cr=0xb267a80) 2015-03-31 11:02:25.933251 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.933268 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=2+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.933283 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.933293 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=2+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.933304 7fbe43ab9700 7 mds.0.locker rdlock_finish on (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933315 7fbe43ab9700 10 mds.0.locker simple_eval (iauth sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (ilink sync r=1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=5 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933326 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933336 7fbe43ab9700 10 mds.0.locker simple_eval (ilink sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ifile sync r=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=4 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933347 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933357 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933379 7fbe43ab9700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933388 7fbe43ab9700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933398 7fbe43ab9700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933407 7fbe43ab9700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=2+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933417 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x2a625500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.933431 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x2a625500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+1 2015-03-31 11:02:25.933441 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x2a625500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+1 2015-03-31 11:02:25.933468 7fbe43ab9700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933479 7fbe43ab9700 7 mds.0.locker wrlock_finish on (inest lock w=1) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock w=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933489 7fbe43ab9700 10 mds.0.locker scatter_eval (inest lock) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933499 7fbe43ab9700 7 mds.0.locker local_wrlock_finish on (dversion lock w=1 last_client=708310) on [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn sync l=1) (dversion lock w=1 last_client=708310) v=178712 ap=1+0 inode=0x3f411f10 | request=1 lock=1 inodepin=1 dirty=1 waiter=0 authpin=1 clientlease=1 0x6772160] 2015-03-31 11:02:25.933506 7fbe43ab9700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933528 7fbe43ab9700 7 mds.0.cache request_finish request(client.708310:40407797 cr=0x52d4100) 2015-03-31 11:02:25.933545 7fbe43ab9700 10 mds.0.cache.ino(1) auth_unpin by 0x242cd500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.933571 7fbe43ab9700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x242cd500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.933582 7fbe43ab9700 10 mds.0.cache.dir(1) auth_unpin by 0x242cd500 on [dir 1 / [2,head] auth v=120419 cv=119911/119911 dir_auth=0 ap=0+0+1 state=1610612738|complete f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:03:03.000000 b422190196760 382384=382375+9)/n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382320=382311+9) hs=2+0,ss=0+0 dirty=1 | child=1 subtree=1 subtreetemp=0 dirty=1 waiter=0 authpin=0 0x4758000] count now 0 + 1 2015-03-31 11:02:25.933593 7fbe43ab9700 10 mds.0.cache.dir(10000000000) auth_unpin by 0x242cd500 on [dir 10000000000 /test_small/ [2,head] auth v=3295285 cv=3287205/3287205 ap=0+1+2 state=1610612738|complete f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382367=382360+7) hs=10+0,ss=0+0 dirty=2 | child=1 dirty=1 waiter=0 authpin=0 0x4758770] count now 0 + 2 2015-03-31 11:02:25.933601 7fbe43ab9700 10 mds.0.cache.dir(1000006026a) auth_unpin by 0x242cd500 on [dir 1000006026a /test_small/small5/ [2,head] auth v=178713 cv=170705/170705 ap=0+1+1 state=1610612738|complete f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 64=64+0) hs=64+1540,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] count now 0 + 1 2015-03-31 11:02:25.933608 7fbe43ab9700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x242cd500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=0+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.933629 7fbe43ab9700 10 mds.0.cache.den(1000006026a blarg10052) auth_unpin by 0x242cd500 on [dentry #1/test_small/small5/blarg10052 [2,head] auth (dn sync l=1) (dversion lock) v=178712 inode=0x3f411f10 | request=1 lock=0 inodepin=1 dirty=1 waiter=0 authpin=0 clientlease=1 0x6772160] now 0+0 2015-03-31 11:02:25.933690 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407800 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.933722 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407800 cr=0xaee9680) 2015-03-31 11:02:25.933726 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407800 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.933729 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407800 cr=0xaee9680) #1000006b2ce 2015-03-31 11:02:25.933731 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ce snap head 2015-03-31 11:02:25.933732 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.933734 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=0 caps=1 dirtyparent=1 dirty=1 0x3f411f10] 2015-03-31 11:02:25.933750 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407800 cr=0xaee9680) 2015-03-31 11:02:25.933753 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.933771 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.933789 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.933800 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 caps=1 dirtyparent=1 dirty=1 0x3f411f10] 2015-03-31 11:02:25.933810 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.933825 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.933841 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.933851 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.933862 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.933872 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.933883 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 caps=1 dirtyparent=1 dirty=1 0x3f411f10] 2015-03-31 11:02:25.933893 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_pin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] now 1+0 2015-03-31 11:02:25.933903 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.933918 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.933943 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.933954 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.933964 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933974 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.933985 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.933994 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@2},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.934011 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407800 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934016 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407800 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934050 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.934053 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.934058 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 3 2015-03-31 11:02:25.934060 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat caps pAsxLsXsxFsxcrwb seq 3 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.934075 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407800 cr=0xaee9680) 2015-03-31 11:02:25.934094 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.934110 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.934124 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.934134 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.934156 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934166 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934175 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.934185 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.934195 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.934210 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.934220 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=0+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.934230 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_unpin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] now 0+0 2015-03-31 11:02:25.934268 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407801 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934285 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407801 cr=0x9cc2f80) 2015-03-31 11:02:25.934287 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407801 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934290 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407801 cr=0x9cc2f80) #1000006026a 2015-03-31 11:02:25.934292 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.934293 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.934294 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.934307 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407801 cr=0x9cc2f80) 2015-03-31 11:02:25.934310 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.934324 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.934334 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.934344 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.934357 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.934372 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.934380 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.934400 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.934409 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.934419 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.934432 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.934446 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.934456 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.934466 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934475 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934485 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934493 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31419} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934510 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407801 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934514 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407801 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934536 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.934539 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.934542 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31420 2015-03-31 11:02:25.934544 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31420 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.934556 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407801 cr=0x9cc2f80) 2015-03-31 11:02:25.934575 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.934590 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.934604 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.934614 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.934624 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934634 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934655 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934664 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.934674 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.934688 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.934698 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.934818 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407802 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934835 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407802 cr=0x8f09180) 2015-03-31 11:02:25.934838 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407802 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.934841 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407802 cr=0x8f09180) #1000006b2ce 2015-03-31 11:02:25.934842 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ce snap head 2015-03-31 11:02:25.934844 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.934845 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.934858 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407802 cr=0x8f09180) 2015-03-31 11:02:25.934860 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.934875 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.934885 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.934895 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.934904 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.934918 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.934932 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.934942 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.934952 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.934961 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.934972 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.934980 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_pin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] now 1+0 2015-03-31 11:02:25.934990 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.935005 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.935019 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.935030 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.935040 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.935049 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.935059 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.935079 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@3},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.935093 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407802 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.935097 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407802 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.935108 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.935111 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.935115 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 4 2015-03-31 11:02:25.935119 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat caps pAsxLsXsxFsxcrwb seq 4 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.935132 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407802 cr=0x8f09180) 2015-03-31 11:02:25.935151 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.935167 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.935181 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.935191 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.935201 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.935211 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.935221 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.935230 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.935240 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.935254 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.935265 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=0+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.935275 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_unpin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] now 0+0 2015-03-31 11:02:25.975057 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407803 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975078 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407803 cr=0x26902f80) 2015-03-31 11:02:25.975083 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407803 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975086 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407803 cr=0x26902f80) #1000006026a 2015-03-31 11:02:25.975088 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.975090 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.975091 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.975108 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407803 cr=0x26902f80) 2015-03-31 11:02:25.975111 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.975128 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.975139 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.975149 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.975163 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.975178 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.975187 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.975198 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.975208 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.975219 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975233 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975248 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975258 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975269 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975279 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975289 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975299 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31420} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975316 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407803 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975320 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407803 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975332 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.975336 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.975340 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31421 2015-03-31 11:02:25.975343 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31421 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.975357 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407803 cr=0x26902f80) 2015-03-31 11:02:25.975376 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975414 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975428 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975438 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975448 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975458 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975467 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975488 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975498 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.975512 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.975522 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.975560 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407804 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975577 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407804 cr=0xab85000) 2015-03-31 11:02:25.975579 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407804 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975582 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407804 cr=0xab85000) #1000006026a 2015-03-31 11:02:25.975584 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.975585 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.975586 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.975599 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407804 cr=0xab85000) 2015-03-31 11:02:25.975601 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.975615 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.975625 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.975634 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.975648 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.975662 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.975672 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.975683 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.975692 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.975702 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975717 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975740 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975750 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975771 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975780 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975795 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975804 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31421} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975819 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407804 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975822 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407804 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.975832 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.975834 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.975837 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31422 2015-03-31 11:02:25.975840 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31422 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.975852 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407804 cr=0xab85000) 2015-03-31 11:02:25.975871 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975886 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.975900 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975910 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.975920 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975929 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975950 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975959 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.975969 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.975983 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.975993 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.976031 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4d follows 0 op update 2015-03-31 11:02:25.976034 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976041 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.976043 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.976058 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.976059 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976065 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976073 7fbe462be700 10 mds.0.locker wanted - -> pFscr 2015-03-31 11:02:25.976075 7fbe462be700 10 mds.0.locker adding to open file list [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976086 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted pFscr on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976105 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976112 7fbe462be700 10 mds.0.locker eval set loner to client.708310 2015-03-31 11:02:25.976114 7fbe462be700 7 mds.0.locker file_eval wanted=scr loner_wanted=scr other_wanted= filelock=(ifile sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976123 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976127 7fbe406af700 5 mds.0.log _submit_thread 5419630910~839 : EOpen [metablob 10000000001, 1 dirs], 1 open files 2015-03-31 11:02:25.976130 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976135 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976141 7fbe462be700 10 mds.0.locker scatter_eval (inest lock) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976146 7fbe462be700 10 mds.0.locker simple_eval (iflock sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976152 7fbe462be700 10 mds.0.locker simple_eval (ipolicy sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976158 7fbe462be700 7 mds.0.locker issue_caps loner client.708310 allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr, others allowed=pAsLsXsFscr on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.976167 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.976192 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407805 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.976211 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407805 cr=0x2645aa80) 2015-03-31 11:02:25.976214 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407805 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.976217 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407805 cr=0x2645aa80) #1000006b2ce 2015-03-31 11:02:25.976219 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ce snap head 2015-03-31 11:02:25.976220 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.976221 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.976234 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407805 cr=0x2645aa80) 2015-03-31 11:02:25.976237 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.976251 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.976262 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.976271 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.976280 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.976305 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.976318 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.976327 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.976338 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.976346 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.976356 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.976364 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_pin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] now 1+0 2015-03-31 11:02:25.976373 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.976388 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.976401 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.976423 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.976432 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.976441 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.976450 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.976459 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@4},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.976473 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407805 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.976476 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407805 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.976486 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.976489 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.976493 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 5 2015-03-31 11:02:25.976496 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat caps pAsxLsXsxFsxcrwb seq 5 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.976509 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407805 cr=0x2645aa80) 2015-03-31 11:02:25.976528 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.976544 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.976558 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.976568 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.976589 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.976599 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.976609 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.976619 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.976627 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.976642 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.976652 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=0+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.976662 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_unpin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] now 0+0 2015-03-31 11:02:25.977791 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407806 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.977812 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407806 cr=0x43d0280) 2015-03-31 11:02:25.977814 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407806 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.977817 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407806 cr=0x43d0280) #1000006026a 2015-03-31 11:02:25.977819 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.977821 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.977822 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.977839 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407806 cr=0x43d0280) 2015-03-31 11:02:25.977842 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.977858 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.977869 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.977879 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.977892 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.977907 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.977916 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.977928 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.977937 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.977948 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.977962 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.977976 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.977987 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978007 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978016 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978037 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978046 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ixattr sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31422} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978063 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407806 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.978067 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407806 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.978077 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.978081 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.978085 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31423 2015-03-31 11:02:25.978087 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31423 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.978100 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407806 cr=0x43d0280) 2015-03-31 11:02:25.978120 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.978136 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.978150 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978160 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978170 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978180 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978201 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978210 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978220 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.978234 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.978245 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.978356 7fbe462be700 7 mds.0.locker handle_client_caps on 10000004e4d follows 0 op update 2015-03-31 11:02:25.978358 7fbe462be700 10 mds.0.cache pick_inode_snap follows 0 on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978368 7fbe462be700 10 mds.0.cache.snaprealm(1 seq 1 0x357fbc0) get_snaps (seq 1 cached_seq 1) 2015-03-31 11:02:25.978370 7fbe462be700 10 mds.0.cache realm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.978385 7fbe462be700 10 mds.0.cache snaps 2015-03-31 11:02:25.978386 7fbe462be700 10 mds.0.locker cap inode [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978393 7fbe462be700 10 mds.0.locker follows 0 retains pAsLsXsFscr dirty - on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/pFscr@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978401 7fbe462be700 10 mds.0.locker wanted pFscr -> - 2015-03-31 11:02:25.978403 7fbe462be700 10 mds.0.locker removing unwanted file from open file list [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978408 7fbe462be700 10 mds.0.locker _do_cap_update dirty - issued pAsLsXsFscr wanted - on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978416 7fbe462be700 10 mds.0.locker eval 2496 [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310 | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978422 7fbe462be700 10 mds.0.locker eval doesn't want loner 2015-03-31 11:02:25.978423 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978430 7fbe462be700 10 mds.0.locker simple_eval (iauth sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978436 7fbe462be700 10 mds.0.locker simple_eval (ilink sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978442 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9},l=708310(-1) | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978448 7fbe462be700 10 mds.0.locker trying to drop loner 2015-03-31 11:02:25.978450 7fbe462be700 10 mds.0.locker dropped loner 2015-03-31 11:02:25.978451 7fbe462be700 7 mds.0.locker issue_caps allowed=pAsLsXsFscr, xlocker allowed=pAsLsXsFscr on [inode 10000004e4d [2,head] /test_small/small1/blarg10052 auth v136922 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=0 lock=0 caps=1 authpin=0 0x1e9b37b8] 2015-03-31 11:02:25.978458 7fbe462be700 10 mds.0.locker eval done 2015-03-31 11:02:25.978472 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407807 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.978487 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407807 cr=0x25f4b980) 2015-03-31 11:02:25.978489 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407807 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.978492 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407807 cr=0x25f4b980) #1000006b2ce 2015-03-31 11:02:25.978494 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006b2ce snap head 2015-03-31 11:02:25.978495 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.978496 7fbe462be700 10 mds.0.server ref is [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=0 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.978507 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407807 cr=0x25f4b980) 2015-03-31 11:02:25.978510 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.978525 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.978535 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.978545 7fbe462be700 10 mds.0.locker must authpin [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.978553 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.978566 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.978580 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.978589 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.978599 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.978608 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.978629 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] 2015-03-31 11:02:25.978649 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_pin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] now 1+0 2015-03-31 11:02:25.978657 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.978670 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.978683 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978693 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978702 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978711 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978720 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.978729 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@5},l=708310 | request=1 lock=1 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.978742 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407807 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.978746 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407807 getattr Xs #1000006b2ce 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.978756 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.978759 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.978763 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 6 2015-03-31 11:02:25.978766 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat caps pAsxLsXsxFsxcrwb seq 6 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.978779 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407807 cr=0x25f4b980) 2015-03-31 11:02:25.978802 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.978818 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.978832 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978842 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.978852 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978861 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.978882 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.978892 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 ap=1+0 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=1 0x3f411f10] 2015-03-31 11:02:25.978901 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.978915 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.978926 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=0+1 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+1 2015-03-31 11:02:25.978935 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) auth_unpin by 0x25c25500 on [inode 1000006b2ce [2,head] /test_small/small5/blarg10052 auth v178712 dirtyparent s=0 n(v0 1=1+0) (iauth excl) (ifile excl) (ixattr excl) (iversion lock) cr={708310=0-4194304@1} caps={708310=pAsxLsXsxFsxcrwb/pAsxXsxFxwb@6},l=708310 | request=1 lock=0 caps=1 dirtyparent=1 dirty=1 authpin=0 0x3f411f10] now 0+0 2015-03-31 11:02:25.979051 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407808 readdir #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.979067 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407808 cr=0x26903980) 2015-03-31 11:02:25.979070 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407808 readdir #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.979073 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407808 cr=0x26903980) #1000006026a 2015-03-31 11:02:25.979074 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:25.979075 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.979076 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.979090 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407808 cr=0x26903980) 2015-03-31 11:02:25.979093 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.979107 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.979117 7fbe462be700 10 mds.0.locker must authpin [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.979127 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.979140 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.979154 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.979163 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.979174 7fbe462be700 10 mds.0.locker auth_pinning [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:25.979183 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_pin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] now 1+0 2015-03-31 11:02:25.979193 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.979207 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.979221 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.979231 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.979241 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979250 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979261 7fbe462be700 7 mds.0.locker rdlock_start on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979271 7fbe462be700 10 mds.0.locker got rdlock on (ifile sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979281 7fbe462be700 7 mds.0.locker rdlock_start on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979291 7fbe462be700 10 mds.0.locker got rdlock on (idft sync r=1) [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (idft sync r=1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31423} | dirtyscattered=0 request=1 lock=3 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979329 7fbe462be700 10 mds.0.server frag * offset '' 2015-03-31 11:02:25.979331 7fbe462be700 10 mds.0.server handle_client_readdir on [dir 1000006026a /test_small/small5/ [2,head] auth v=178713 cv=170705/170705 state=1610612738|complete f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 64=64+0) hs=64+1540,ss=0+0 dirty=927 | child=1 dirty=1 waiter=0 authpin=0 0x4759298] 2015-03-31 11:02:25.979339 7fbe462be700 10 mds.0.server snapid head 2015-03-31 11:02:25.979343 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 16 2015-03-31 11:02:25.979346 7fbe462be700 10 mds.0.cache.ino(1000006b28f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 16 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979350 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 16 2015-03-31 11:02:25.979352 7fbe462be700 10 mds.0.cache.ino(1000006b290) encode_inodestat caps pAsxLsXsxFsxcrwb seq 16 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979355 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 16 2015-03-31 11:02:25.979357 7fbe462be700 10 mds.0.cache.ino(1000006b291) encode_inodestat caps pAsxLsXsxFsxcrwb seq 16 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979359 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 16 2015-03-31 11:02:25.979361 7fbe462be700 10 mds.0.cache.ino(1000006b292) encode_inodestat caps pAsxLsXsxFsxcrwb seq 16 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979364 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 16 2015-03-31 11:02:25.979365 7fbe462be700 10 mds.0.cache.ino(1000006b293) encode_inodestat caps pAsxLsXsxFsxcrwb seq 16 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979368 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 16 2015-03-31 11:02:25.979370 7fbe462be700 10 mds.0.cache.ino(1000006b294) encode_inodestat caps pAsxLsXsxFsxcrwb seq 16 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979372 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979374 7fbe462be700 10 mds.0.cache.ino(1000006b295) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979377 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979378 7fbe462be700 10 mds.0.cache.ino(1000006b296) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979381 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979383 7fbe462be700 10 mds.0.cache.ino(1000006b297) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979386 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979387 7fbe462be700 10 mds.0.cache.ino(1000006b298) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979390 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979391 7fbe462be700 10 mds.0.cache.ino(1000006b299) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979394 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979395 7fbe462be700 10 mds.0.cache.ino(1000006b29a) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979398 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 15 2015-03-31 11:02:25.979400 7fbe462be700 10 mds.0.cache.ino(1000006b29b) encode_inodestat caps pAsxLsXsxFsxcrwb seq 15 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979403 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979404 7fbe462be700 10 mds.0.cache.ino(1000006b29c) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979407 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979408 7fbe462be700 10 mds.0.cache.ino(1000006b29d) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979411 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979413 7fbe462be700 10 mds.0.cache.ino(1000006b29e) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979416 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979417 7fbe462be700 10 mds.0.cache.ino(1000006b29f) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979420 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979421 7fbe462be700 10 mds.0.cache.ino(1000006b2a0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979424 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979425 7fbe462be700 10 mds.0.cache.ino(1000006b2a1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979428 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 14 2015-03-31 11:02:25.979430 7fbe462be700 10 mds.0.cache.ino(1000006b2a2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 14 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979432 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.979434 7fbe462be700 10 mds.0.cache.ino(1000006b2a3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979436 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.979438 7fbe462be700 10 mds.0.cache.ino(1000006b2a4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979441 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.979442 7fbe462be700 10 mds.0.cache.ino(1000006b2a5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979445 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.979446 7fbe462be700 10 mds.0.cache.ino(1000006b2a6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979449 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.979451 7fbe462be700 10 mds.0.cache.ino(1000006b2a7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979453 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 13 2015-03-31 11:02:25.979455 7fbe462be700 10 mds.0.cache.ino(1000006b2a8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 13 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979457 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979459 7fbe462be700 10 mds.0.cache.ino(1000006b2a9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979461 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979462 7fbe462be700 10 mds.0.cache.ino(1000006b2aa) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979465 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979466 7fbe462be700 10 mds.0.cache.ino(1000006b2ab) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979469 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979471 7fbe462be700 10 mds.0.cache.ino(1000006b2ac) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979474 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979475 7fbe462be700 10 mds.0.cache.ino(1000006b2ad) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979478 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979480 7fbe462be700 10 mds.0.cache.ino(1000006b2ae) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979482 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 12 2015-03-31 11:02:25.979484 7fbe462be700 10 mds.0.cache.ino(1000006b2af) encode_inodestat caps pAsxLsXsxFsxcrwb seq 12 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979486 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.979488 7fbe462be700 10 mds.0.cache.ino(1000006b2b0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979491 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.979492 7fbe462be700 10 mds.0.cache.ino(1000006b2b1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979495 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.979496 7fbe462be700 10 mds.0.cache.ino(1000006b2b2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979499 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.979500 7fbe462be700 10 mds.0.cache.ino(1000006b2b3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979503 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.979504 7fbe462be700 10 mds.0.cache.ino(1000006b2b4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979507 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 11 2015-03-31 11:02:25.979509 7fbe462be700 10 mds.0.cache.ino(1000006b2b5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 11 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979512 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979514 7fbe462be700 10 mds.0.cache.ino(1000006b2b6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979516 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979518 7fbe462be700 10 mds.0.cache.ino(1000006b2b7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979520 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979522 7fbe462be700 10 mds.0.cache.ino(1000006b2b8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979524 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979526 7fbe462be700 10 mds.0.cache.ino(1000006b2b9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979528 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979530 7fbe462be700 10 mds.0.cache.ino(1000006b2ba) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979532 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979534 7fbe462be700 10 mds.0.cache.ino(1000006b2bb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979537 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 10 2015-03-31 11:02:25.979539 7fbe462be700 10 mds.0.cache.ino(1000006b2bc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 10 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979541 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.979543 7fbe462be700 10 mds.0.cache.ino(1000006b2bd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979545 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.979547 7fbe462be700 10 mds.0.cache.ino(1000006b2be) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979550 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.979551 7fbe462be700 10 mds.0.cache.ino(1000006b2bf) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979554 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.979555 7fbe462be700 10 mds.0.cache.ino(1000006b2c0) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979558 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 9 2015-03-31 11:02:25.979560 7fbe462be700 10 mds.0.cache.ino(1000006b2c1) encode_inodestat caps pAsxLsXsxFsxcrwb seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979562 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.979564 7fbe462be700 10 mds.0.cache.ino(1000006b2c2) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979566 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.979568 7fbe462be700 10 mds.0.cache.ino(1000006b2c3) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979571 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.979572 7fbe462be700 10 mds.0.cache.ino(1000006b2c4) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979575 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.979577 7fbe462be700 10 mds.0.cache.ino(1000006b2c5) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979579 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.979581 7fbe462be700 10 mds.0.cache.ino(1000006b2c6) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979583 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 8 2015-03-31 11:02:25.979585 7fbe462be700 10 mds.0.cache.ino(1000006b2c7) encode_inodestat caps pAsxLsXsxFsxcrwb seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979588 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979589 7fbe462be700 10 mds.0.cache.ino(1000006b2c8) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979591 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979593 7fbe462be700 10 mds.0.cache.ino(1000006b2c9) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979596 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979597 7fbe462be700 10 mds.0.cache.ino(1000006b2ca) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979600 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979602 7fbe462be700 10 mds.0.cache.ino(1000006b2cb) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979604 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979606 7fbe462be700 10 mds.0.cache.ino(1000006b2cc) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979608 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979610 7fbe462be700 10 mds.0.cache.ino(1000006b2cd) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979612 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat issueing pAsxLsXsxFsxcrwb seq 7 2015-03-31 11:02:25.979614 7fbe462be700 10 mds.0.cache.ino(1000006b2ce) encode_inodestat caps pAsxLsXsxFsxcrwb seq 7 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979658 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407808 readdir #1000006026a 2015-03-31 11:03:03.000000) v2 readdir num=64 bytes=17472 end=1 complete=1 2015-03-31 11:02:25.979662 7fbe462be700 10 mds.0.server reply to client_request(client.708310:40407808 readdir #1000006026a 2015-03-31 11:03:03.000000) v2 readdir num=64 end=1 complete=1 2015-03-31 11:02:25.979665 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407808 readdir #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.979674 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.979677 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.979680 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat issueing pAsLsXsFs seq 31424 2015-03-31 11:02:25.979682 7fbe462be700 10 mds.0.cache.ino(1000006026a) encode_inodestat caps pAsLsXsFs seq 31424 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.979694 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407808 cr=0x26903980) 2015-03-31 11:02:25.979712 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.979727 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.979740 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.979750 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.979761 7fbe462be700 7 mds.0.locker rdlock_finish on (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979771 7fbe462be700 10 mds.0.locker scatter_eval (idft sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (ifile sync r=1) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=2 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979786 7fbe462be700 7 mds.0.locker rdlock_finish on (ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979807 7fbe462be700 7 mds.0.locker file_eval wanted= loner_wanted= other_wanted= filelock=(ifile sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979818 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979827 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 ap=1+0 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x6604888] 2015-03-31 11:02:25.979837 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.979851 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.979862 7fbe462be700 10 mds.0.cache.ino(1000006026a) auth_unpin by 0x25c25500 on [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=1 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] now 0+0 2015-03-31 11:02:25.979979 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407809 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.979996 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407809 cr=0x26907580) 2015-03-31 11:02:25.979998 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407809 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.980001 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407809 cr=0x26907580) #10000004e4f 2015-03-31 11:02:25.980003 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4f snap head 2015-03-31 11:02:25.980008 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:25.980009 7fbe462be700 10 mds.0.server ref is [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=0 lock=0 caps=1 authpin=0 0x1e9b2e80] 2015-03-31 11:02:25.980019 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407809 cr=0x26907580) 2015-03-31 11:02:25.980022 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.980036 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.980047 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.980055 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b2e80] 2015-03-31 11:02:25.980062 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:25.980076 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:25.980090 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:25.980100 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:25.980110 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:25.980119 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:25.980128 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=0 0x1e9b2e80] 2015-03-31 11:02:25.980133 7fbe462be700 10 mds.0.cache.ino(10000004e4f) auth_pin by 0x25c25500 on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] now 1+0 2015-03-31 11:02:25.980140 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.980154 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.980169 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.980179 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.980190 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.980199 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.980208 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980214 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980219 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980234 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@7} | request=1 lock=2 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980260 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407809 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.980264 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407809 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:25.980274 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:25.980277 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:25.980281 7fbe462be700 10 mds.0.cache.ino(10000004e4f) encode_inodestat issueing pAsLsXsFscr seq 8 2015-03-31 11:02:25.980284 7fbe462be700 10 mds.0.cache.ino(10000004e4f) encode_inodestat caps pAsLsXsFscr seq 8 mseq 0 xattrv 0 len 0 2015-03-31 11:02:25.980296 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407809 cr=0x26907580) 2015-03-31 11:02:25.980315 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.980330 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:25.980344 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.980354 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:25.980364 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.980372 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:25.980392 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980399 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980404 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980411 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:25.980416 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:25.980430 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:25.980441 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:25.980450 7fbe462be700 10 mds.0.cache.ino(10000004e4f) auth_unpin by 0x25c25500 on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b2e80] now 0+0 2015-03-31 11:02:26.020029 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407810 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:26.020050 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407810 cr=0x25f48a00) 2015-03-31 11:02:26.020055 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407810 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:26.020059 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407810 cr=0x25f48a00) #10000004e4f 2015-03-31 11:02:26.020061 7fbe462be700 7 mds.0.cache traverse: opening base ino 10000004e4f snap head 2015-03-31 11:02:26.020062 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:26.020064 7fbe462be700 10 mds.0.server ref is [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=0 lock=0 caps=1 authpin=0 0x1e9b2e80] 2015-03-31 11:02:26.020075 7fbe462be700 10 mds.0.locker acquire_locks request(client.708310:40407810 cr=0x25f48a00) 2015-03-31 11:02:26.020078 7fbe462be700 10 mds.0.locker must authpin [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:26.020095 7fbe462be700 10 mds.0.locker must authpin [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:26.020106 7fbe462be700 10 mds.0.locker must authpin [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:26.020115 7fbe462be700 10 mds.0.locker must authpin [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b2e80] 2015-03-31 11:02:26.020122 7fbe462be700 10 mds.0.locker auth_pinning [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] 2015-03-31 11:02:26.020136 7fbe462be700 10 mds.0.cache.ino(1) auth_pin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] now 1+0 2015-03-31 11:02:26.020151 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000000 [...2,head] /test_small/ auth v120418 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] 2015-03-31 11:02:26.020160 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_pin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+0 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] now 1+0 2015-03-31 11:02:26.020172 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] 2015-03-31 11:02:26.020180 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_pin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+0 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] now 1+0 2015-03-31 11:02:26.020190 7fbe462be700 10 mds.0.locker auth_pinning [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=0 0x1e9b2e80] 2015-03-31 11:02:26.020196 7fbe462be700 10 mds.0.cache.ino(10000004e4f) auth_pin by 0x25c25500 on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] now 1+0 2015-03-31 11:02:26.020204 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:26.020219 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (isnap sync r=1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=1 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:26.020233 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:26.020244 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (isnap sync r=1) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=1 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:26.020254 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:26.020273 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (isnap sync r=1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=1 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:26.020293 7fbe462be700 7 mds.0.locker rdlock_start on (isnap sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020298 7fbe462be700 10 mds.0.locker got rdlock on (isnap sync r=1) [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020305 7fbe462be700 7 mds.0.locker rdlock_start on (ixattr sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020310 7fbe462be700 10 mds.0.locker got rdlock on (ixattr sync r=1) [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (ixattr sync r=1) (iversion lock) caps={708310=pAsLsXsFscr/-@8} | request=1 lock=2 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020323 7fbe462be700 10 mds.0.server reply to stat on client_request(client.708310:40407810 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:26.020327 7fbe462be700 10 mds.0.server reply_request 0 ((0) Success) client_request(client.708310:40407810 getattr Xs #10000004e4f 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:26.020338 7fbe462be700 10 mds.0.server apply_allocated_inos 0 / [] / 0 2015-03-31 11:02:26.020341 7fbe462be700 10 mds.0.server set_trace_dist snaprealm snaprealm(1 seq 1 lc 0 cr 0 cps 1 snaps={} 0x357fbc0) len=48 2015-03-31 11:02:26.020346 7fbe462be700 10 mds.0.cache.ino(10000004e4f) encode_inodestat issueing pAsLsXsFscr seq 9 2015-03-31 11:02:26.020348 7fbe462be700 10 mds.0.cache.ino(10000004e4f) encode_inodestat caps pAsLsXsFscr seq 9 mseq 0 xattrv 0 len 0 2015-03-31 11:02:26.020361 7fbe462be700 7 mds.0.cache request_finish request(client.708310:40407810 cr=0x25f48a00) 2015-03-31 11:02:26.020380 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:26.020396 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 1 [...2,head] / auth v53472 ap=1+0 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=1 0x39c0938] 2015-03-31 11:02:26.020411 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:26.020421 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=1+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=1 0x39c1270] 2015-03-31 11:02:26.020432 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:26.020440 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=1+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=1 0x5d19808] 2015-03-31 11:02:26.020461 7fbe462be700 7 mds.0.locker rdlock_finish on (ixattr sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020468 7fbe462be700 10 mds.0.locker simple_eval (ixattr sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=1 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020474 7fbe462be700 7 mds.0.locker rdlock_finish on (isnap sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020480 7fbe462be700 10 mds.0.locker simple_eval (isnap sync) on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 ap=1+0 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=1 0x1e9b2e80] 2015-03-31 11:02:26.020487 7fbe462be700 10 mds.0.cache.ino(1) auth_unpin by 0x25c25500 on [inode 1 [...2,head] / auth v53472 snaprealm=0x357fbc0 f(v0 m2015-03-29 14:32:20.000000 2=0+2) n(v8750 rc2015-03-31 11:02:31.000000 b422190196760 382321=382311+10)/n(v0 1=0+1) (inest lock) (iversion lock) caps={275009=pAsLsXsFs/-@1,279736=pAsLsXsFs/-@0,620289=pAsLsXsFs/-@0,687246=pAsLsXsFs/-@0,706230=pAsLsXsFs/-@0,708310=pAsLsXsFs/-@59} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirty=1 authpin=0 0x39c0938] now 0+0 2015-03-31 11:02:26.020502 7fbe462be700 10 mds.0.cache.ino(10000000000) auth_unpin by 0x25c25500 on [inode 10000000000 [...2,head] /test_small/ auth v120418 ap=0+1 f(v0 m2015-03-30 12:06:43.000000 10=3+7) n(v7365 rc2015-03-31 11:03:03.000000 b422190090565 382368=382360+8) (inest lock dirty) (iversion lock) caps={275009=pAsLsXsFs/-@3,708310=pAsLsXsFs/-@167} | dirtyscattered=1 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x39c1270] now 0+1 2015-03-31 11:02:26.020513 7fbe462be700 10 mds.0.cache.ino(10000000001) auth_unpin by 0x25c25500 on [inode 10000000001 [...2,head] /test_small/small1/ auth v2196005 ap=0+1 f(v0 m2015-03-28 16:14:14.000000 100001=100001+0) n(v0 rc2015-03-28 16:14:14.000000 b102401024000 100002=100001+1) (iversion lock) caps={275009=pAsLsXsFs/-@1,708310=pAsLsXsFs/-@17} | request=0 lock=0 dirfrag=1 caps=1 authpin=0 0x5d19808] now 0+1 2015-03-31 11:02:26.020522 7fbe462be700 10 mds.0.cache.ino(10000004e4f) auth_unpin by 0x25c25500 on [inode 10000004e4f [2,head] /test_small/small1/blarg10053 auth v136924 s=1024000 n(v0 b1024000 1=1+0) (iversion lock) caps={708310=pAsLsXsFscr/-@9} | request=1 lock=0 caps=1 authpin=0 0x1e9b2e80] now 0+0 2015-03-31 11:02:26.020788 7fbe462be700 4 mds.0.server handle_client_request client_request(client.708310:40407811 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:26.020806 7fbe462be700 7 mds.0.cache request_start request(client.708310:40407811 cr=0x968e900) 2015-03-31 11:02:26.020808 7fbe462be700 7 mds.0.server dispatch_client_request client_request(client.708310:40407811 getattr Xs #1000006026a 2015-03-31 11:03:03.000000) v2 2015-03-31 11:02:26.020811 7fbe462be700 10 mds.0.server rdlock_path_pin_ref request(client.708310:40407811 cr=0x968e900) #1000006026a 2015-03-31 11:02:26.020813 7fbe462be700 7 mds.0.cache traverse: opening base ino 1000006026a snap head 2015-03-31 11:02:26.020814 7fbe462be700 10 mds.0.cache path_traverse finish on snapid head 2015-03-31 11:02:26.020815 7fbe462be700 10 mds.0.server ref is [inode 1000006026a [...2,head] /test_small/small5/ auth v3295284 f(v0 m2015-03-31 11:03:03.000000 64=64+0) n(v1 rc2015-03-31 11:03:03.000000 65=64+1) (inest lock) (iversion lock) caps={275009=pAsLsXs/-@2,708310=pAsLsXsFs/p@31424} | dirtyscattered=0 request=0 lock=0 dirfrag=1 caps=1 dirtyrstat=0 dirty=1 waiter=0 authpin=0 0x6604888] 2015-03-31 11:02:26.020828 7fbe462be